Home
last modified time | relevance | path

Searched refs:PetscFVViewFromOptions (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscfv.h72 PETSC_EXTERN PetscErrorCode PetscFVViewFromOptions(PetscFV, PetscObject, const char[]);
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1007 PetscErrorCode PetscFVViewFromOptions(PetscFV A, PetscObject obj, const char name[]) in PetscFVViewFromOptions() function
1077 PetscCall(PetscFVViewFromOptions(fvm, NULL, "-petscfv_view")); in PetscFVSetFromOptions()