Searched refs:num_comps (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex101.c | 22 PetscErrorCode CreateFEField(DM dm, PetscBool use_natural_fe, PetscInt num_comps) in CreateFEField() argument 50 …PetscCall(PetscFECreateLagrange(PETSC_COMM_SELF, dim, num_comps, PETSC_FALSE, degree, PETSC_DETERM… in CreateFEField() 65 PetscInt num_comps = 1; in main() local 75 …etscOptionsInt("-num_comps", "Number of components in FE field", EX, num_comps, &num_comps, NULL)); in main() 83 PetscCall(CreateFEField(dm, PETSC_FALSE, num_comps)); in main() 124 PetscCall(CreateFEField(dm_read, PETSC_TRUE, num_comps)); in main()
|
| H A D | ex103.c | 94 PetscInt num_comps = 5; in VerifyLoadedSolution() local 135 PetscCallMPI(MPI_Type_contiguous(num_comps, MPIU_REAL, &unit)); in VerifyLoadedSolution()
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex15.c | 92 PetscInt num_comps = 5; in VerifyLoadedSolution() local 133 PetscCallMPI(MPI_Type_contiguous(num_comps, MPIU_REAL, &unit)); in VerifyLoadedSolution()
|