Searched refs:PetscFVRegister (Results 1 – 3 of 3) sorted by relevance
215 PetscCall(PetscFVRegister(PETSCFVUPWIND, PetscFVCreate_Upwind)); in PetscFVRegisterAll()216 PetscCall(PetscFVRegister(PETSCFVLEASTSQUARES, PetscFVCreate_LeastSquares)); in PetscFVRegisterAll()
74 PETSC_EXTERN PetscErrorCode PetscFVRegister(const char[], PetscErrorCode (*)(PetscFV));
923 PetscErrorCode PetscFVRegister(const char sname[], PetscErrorCode (*function)(PetscFV)) in PetscFVRegister() function