Home
last modified time | relevance | path

Searched refs:PetscFVSetNumComponents (Results 1 – 11 of 11) sorted by relevance

/petsc/include/
H A Dpetscfv.h81 PETSC_EXTERN PetscErrorCode PetscFVSetNumComponents(PetscFV, PetscInt);
/petsc/src/dm/impls/plex/tests/
H A Dex16.c117 PetscCall(PetscFVSetNumComponents(fvm, 1)); in TestBoundaryField()
H A Dex49.c61 PetscCall(PetscFVSetNumComponents(fv, dim)); in SetupDiscretization()
H A Dex3.c620 PetscCall(PetscFVSetNumComponents(fv, user->numComponents)); in TestFVGrad()
/petsc/src/dm/impls/swarm/tests/
H A Dex11.c124 PetscCall(PetscFVSetNumComponents(fv, 1)); in CreateDiscretization()
132 PetscCall(PetscFVSetNumComponents(fv, dim)); in CreateDiscretization()
/petsc/src/dm/impls/forest/tests/
H A Dex2.c201 PetscCall(PetscFVSetNumComponents(fv, Nf)); in main()
/petsc/src/snes/tests/
H A Dex2.c235 PetscCall(PetscFVSetNumComponents(fv, Nc)); in CreateDiscretization()
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1238 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 Ddmi.c261 PetscCall(PetscFVSetNumComponents(fvNew, numComps[0])); in DMSelectFields_Private()
/petsc/src/ts/tutorials/
H A Dex18.c768 PetscCall(PetscFVSetNumComponents(fv, 1)); in SetupDiscretization()
H A Dex11.c1402 PetscCall(PetscFVSetNumComponents(fvm, phys->dof)); in main()