Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscfv.h65 PETSC_EXTERN PetscFunctionList PetscFVList; variable
/petsc/src/dm/interface/
H A Ddlregisdmdm.c294 PetscCall(PetscFunctionListDestroy(&PetscFVList)); in PetscFVFinalizePackage()
/petsc/src/dm/dt/fv/interface/
H A Dfv.c889 PetscFunctionList PetscFVList = NULL; variable
926 PetscCall(PetscFunctionListAdd(&PetscFVList, sname, function)); in PetscFVRegister()
957 PetscCall(PetscFunctionListFind(PetscFVList, name, &r)); in PetscFVSetType()
1065 …ist("-petscfv_type", "Finite volume discretization", "PetscFVSetType", PetscFVList, defaultType, n… in PetscFVSetFromOptions()