Searched defs:vec_type (Results 1 – 11 of 11) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | petsc_ops.c | 16 …rCode DMGetLocalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *vec_type) { in DMGetLocalVectorInfo() 29 …Code DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *vec_type) { in DMGetGlobalVectorInfo() 161 VecType vec_type; in DMReturnVecType() local 180 PetscErrorCode CeedOperatorCreateLocalVecs(CeedOperator op, VecType vec_type, MPI_Comm comm, Vec *i… in CeedOperatorCreateLocalVecs()
|
| H A D | setupdm.c | 19 PetscErrorCode CreateDM(MPI_Comm comm, ProblemData problem, MatType mat_type, VecType vec_type, DM … in CreateDM() 113 VecType vec_type; in VizRefineDM() local
|
| H A D | mat-ceed.c | 319 VecType vec_type; in MatCreateCeed() local 459 VecType vec_type; in MatCreateCeed() local 528 VecType vec_type; in MatCeedCopy() local
|
| H A D | misc.c | 404 VecType vec_type; in PrintRunInfo() local
|
| /libCEED/examples/petsc/ |
| H A D | bps.c | 67 VecType vec_type = VECSTANDARD; in RunWithDM() local 125 VecType vec_type; in RunWithDM() local 328 VecType vec_type; in Run() local
|
| H A D | bpsswarm.c | 68 VecType vec_type = VECSTANDARD; in main() local 243 VecType vec_type; in main() local
|
| H A D | area.c | 74 VecType vec_type = VECSTANDARD; in main() local
|
| H A D | bpssphere.c | 67 VecType vec_type = VECSTANDARD; in main() local
|
| H A D | multigrid.c | 124 VecType vec_type = VECSTANDARD; in main() local
|
| H A D | bpsraw.c | 399 VecType default_vec_type = NULL, vec_type; in main() local
|
| /libCEED/examples/fluids/ |
| H A D | navierstokes.c | 142 VecType vec_type = NULL; in main() local
|