Home
last modified time | relevance | path

Searched refs:PetscFVRegister (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/interface/
H A Ddmregall.c215 PetscCall(PetscFVRegister(PETSCFVUPWIND, PetscFVCreate_Upwind)); in PetscFVRegisterAll()
216 PetscCall(PetscFVRegister(PETSCFVLEASTSQUARES, PetscFVCreate_LeastSquares)); in PetscFVRegisterAll()
/petsc/include/
H A Dpetscfv.h74 PETSC_EXTERN PetscErrorCode PetscFVRegister(const char[], PetscErrorCode (*)(PetscFV));
/petsc/src/dm/dt/fv/interface/
H A Dfv.c923 PetscErrorCode PetscFVRegister(const char sname[], PetscErrorCode (*function)(PetscFV)) in PetscFVRegister() function