Home
last modified time | relevance | path

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

/petsc/src/dm/interface/
H A Ddlregisdmdm.c220 PetscCall(PetscFunctionListDestroy(&PetscFEList)); in PetscFEFinalizePackage()
/petsc/include/
H A Dpetscfe.h98 PETSC_EXTERN PetscFunctionList PetscFEList; variable
/petsc/src/dm/dt/fe/interface/
H A Dfe.c55 PetscFunctionList PetscFEList = NULL; variable
92 PetscCall(PetscFunctionListAdd(&PetscFEList, sname, function)); in PetscFERegister()
123 PetscCall(PetscFunctionListFind(PetscFEList, name, &r)); in PetscFESetType()
240 …ptionsFList("-petscfe_type", "Finite element space", "PetscFESetType", PetscFEList, defaultType, n… in PetscFESetFromOptions()