Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscfv.h61 typedef const char *PetscFVType; typedef
68 PETSC_EXTERN PetscErrorCode PetscFVSetType(PetscFV, PetscFVType);
69 PETSC_EXTERN PetscErrorCode PetscFVGetType(PetscFV, PetscFVType *);
/petsc/src/dm/dt/fv/interface/
H A Dfv.c946 PetscErrorCode PetscFVSetType(PetscFV fvm, PetscFVType name) in PetscFVSetType()
983 PetscErrorCode PetscFVGetType(PetscFV fvm, PetscFVType *name) in PetscFVGetType()