Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddlregisdmdm.c361 PetscCall(PetscFunctionListDestroy(&PetscDSList)); in PetscDSFinalizePackage()
/petsc/src/dm/dt/interface/
H A Ddtds.c5 PetscFunctionList PetscDSList = NULL; variable
42 PetscCall(PetscFunctionListAdd(&PetscDSList, sname, function)); in PetscDSRegister()
73 PetscCall(PetscFunctionListFind(PetscDSList, name, &r)); in PetscDSSetType()
332 …PetscCall(PetscOptionsFList("-petscds_type", "Discrete System", "PetscDSSetType", PetscDSList, def… in PetscDSSetFromOptions()
/petsc/include/
H A Dpetscds.h93 PETSC_EXTERN PetscFunctionList PetscDSList; variable