Home
last modified time | relevance | path

Searched refs:PetscFVSetFromOptions (Results 1 – 10 of 10) sorted by relevance

/petsc/include/
H A Dpetscfv.h71 PETSC_EXTERN PetscErrorCode PetscFVSetFromOptions(PetscFV);
/petsc/src/dm/impls/plex/tests/
H A Dex16.c120 PetscCall(PetscFVSetFromOptions(fvm)); in TestBoundaryField()
H A Dex49.c63 PetscCall(PetscFVSetFromOptions(fv)); in SetupDiscretization()
H A Dex3.c622 PetscCall(PetscFVSetFromOptions(fv)); in TestFVGrad()
/petsc/src/dm/impls/swarm/tests/
H A Dex11.c127 PetscCall(PetscFVSetFromOptions(fv)); in CreateDiscretization()
135 PetscCall(PetscFVSetFromOptions(fv)); in CreateDiscretization()
/petsc/src/dm/impls/forest/tests/
H A Dex2.c206 PetscCall(PetscFVSetFromOptions(fv)); in main()
/petsc/src/snes/tests/
H A Dex2.c234 PetscCall(PetscFVSetFromOptions(fv)); in CreateDiscretization()
/petsc/src/ts/tutorials/
H A Dex18.c767 PetscCall(PetscFVSetFromOptions(fv)); in SetupDiscretization()
H A Dex11.c1401 PetscCall(PetscFVSetFromOptions(fvm)); in main()
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1052 PetscErrorCode PetscFVSetFromOptions(PetscFV fvm) in PetscFVSetFromOptions() function