Home
last modified time | relevance | path

Searched refs:VecPetscToCeed (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/fluids/src/
H A Dinverse_multiplicity.c52 PetscCall(VecPetscToCeed(Multiplicity_loc, &m_mem_type, multiplicity)); in GetInverseMultiplicity()
58 PetscCall(VecPetscToCeed(Multiplicity_loc, &m_mem_type, multiplicity)); in GetInverseMultiplicity()
H A Dpetsc_ops.c225 if (Y_loc) PetscCall(VecPetscToCeed(Y_loc, &y_mem_type, y_ceed)); in ApplyCeedOperator_Core()
H A Dmat-ceed.c1524 PetscCall(VecPetscToCeed(D_loc, &mem_type, ctx->x_loc)); in MatGetDiagonal_Ceed()
1574 PetscCall(VecPetscToCeed(Y_loc, &y_mem_type, ctx->y_loc)); in MatMult_Ceed()
1635 PetscCall(VecPetscToCeed(X_loc, &x_mem_type, ctx->x_loc)); in MatMultTranspose_Ceed()
H A Dsetupts.c129 PetscCall(VecPetscToCeed(G_loc, &g_mem_type, user->g_ceed)); in IFunction_NS()
H A Dmisc.c33 PetscCall(VecPetscToCeed(Multiplicity_loc, &m_mem_type, mult_vec)); in ICs_FixMultiplicity()
/libCEED/examples/fluids/include/
H A Dpetsc-ceed-utils.h129 static inline PetscErrorCode VecPetscToCeed(Vec X_petsc, PetscMemType *mem_type, CeedVector x_ceed)… in VecPetscToCeed() function