Home
last modified time | relevance | path

Searched defs:vec_type (Results 1 – 6 of 6) sorted by relevance

/honee/src/
H A Dpetsc_ops.c12 …rCode DMGetLocalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *vec_type) { in DMGetLocalVectorInfo()
25 …Code DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *vec_type) { in DMGetGlobalVectorInfo()
153 VecType vec_type; in DMReturnVecType() local
172 PetscErrorCode CeedOperatorCreateLocalVecs(CeedOperator op, VecType vec_type, MPI_Comm comm, Vec *i… in CeedOperatorCreateLocalVecs()
H A Dsetupdm.c15 PetscErrorCode CreateDM(Honee honee, ProblemData problem, MatType mat_type, VecType vec_type, DM *d… in CreateDM()
125 VecType vec_type; in VizRefineDM() local
H A Dmat-ceed.c371 VecType vec_type; in MatCreateCeed() local
511 VecType vec_type; in MatCreateCeed() local
579 VecType vec_type; in MatCeedCopy() local
H A Dmisc.c297 VecType vec_type; in PrintRunInfo() local
/honee/include/
H A Dpetsc-ceed-utils.h276 static inline PetscErrorCode DefaultMatTypeFromVecType(VecType vec_type, MatType *mat_type) { in DefaultMatTypeFromVecType()
302 VecType vec_type; in MatGetMemTypeFromVecType() local
/honee/examples/
H A Dnavierstokes.c64 VecType vec_type = NULL; in main() local