Home
last modified time | relevance | path

Searched defs:mat_type (Results 1 – 3 of 3) sorted by relevance

/honee/examples/
H A Dnavierstokes.c65 MatType mat_type = NULL; in main() local
/honee/src/
H A Dsetupdm.c15 PetscErrorCode CreateDM(Honee honee, ProblemData problem, MatType mat_type, VecType vec_type, DM *d… in CreateDM()
/honee/include/
H A Dpetsc-ceed-utils.h276 static inline PetscErrorCode DefaultMatTypeFromVecType(VecType vec_type, MatType *mat_type) { in DefaultMatTypeFromVecType()