Searched defs:vec_type (Results 1 – 6 of 6) sorted by relevance
| /honee/src/ |
| H A D | petsc_ops.c | 12 …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 D | setupdm.c | 15 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 D | mat-ceed.c | 371 VecType vec_type; in MatCreateCeed() local 511 VecType vec_type; in MatCreateCeed() local 579 VecType vec_type; in MatCeedCopy() local
|
| H A D | misc.c | 297 VecType vec_type; in PrintRunInfo() local
|
| /honee/include/ |
| H A D | petsc-ceed-utils.h | 276 static inline PetscErrorCode DefaultMatTypeFromVecType(VecType vec_type, MatType *mat_type) { in DefaultMatTypeFromVecType() 302 VecType vec_type; in MatGetMemTypeFromVecType() local
|
| /honee/examples/ |
| H A D | navierstokes.c | 64 VecType vec_type = NULL; in main() local
|