Searched refs:PetscFVSetNumComponents (Results 1 – 11 of 11) sorted by relevance
| /petsc/include/ |
| H A D | petscfv.h | 81 PETSC_EXTERN PetscErrorCode PetscFVSetNumComponents(PetscFV, PetscInt);
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex16.c | 117 PetscCall(PetscFVSetNumComponents(fvm, 1)); in TestBoundaryField()
|
| H A D | ex49.c | 61 PetscCall(PetscFVSetNumComponents(fv, dim)); in SetupDiscretization()
|
| H A D | ex3.c | 620 PetscCall(PetscFVSetNumComponents(fv, user->numComponents)); in TestFVGrad()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex11.c | 124 PetscCall(PetscFVSetNumComponents(fv, 1)); in CreateDiscretization() 132 PetscCall(PetscFVSetNumComponents(fv, dim)); in CreateDiscretization()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 201 PetscCall(PetscFVSetNumComponents(fv, Nf)); in main()
|
| /petsc/src/snes/tests/ |
| H A D | ex2.c | 235 PetscCall(PetscFVSetNumComponents(fv, Nc)); in CreateDiscretization()
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1238 PetscErrorCode PetscFVSetNumComponents(PetscFV fvm, PetscInt comp) in PetscFVSetNumComponents() function 1770 PetscCall(PetscFVSetNumComponents(*fvNew, Nc)); in PetscFVClone() 1821 PetscCall(PetscFVSetNumComponents(*fvRef, numComp)); in PetscFVRefine()
|
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 261 PetscCall(PetscFVSetNumComponents(fvNew, numComps[0])); in DMSelectFields_Private()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 768 PetscCall(PetscFVSetNumComponents(fv, 1)); in SetupDiscretization()
|
| H A D | ex11.c | 1402 PetscCall(PetscFVSetNumComponents(fvm, phys->dof)); in main()
|