Home
last modified time | relevance | path

Searched refs:DMBlockingTypes (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscdm.h51 PETSC_EXTERN const char *const DMBlockingTypes[]; variable
/petsc/src/dm/interface/
H A Ddm.c22 const char *const DMBlockingTypes[] = {"TOPOLOGICAL_POINT", "FIELD_NODE", "DMBlockingType"… variable
903 …e", "Topological point or field node blocking", "DMSetBlockingType", DMBlockingTypes, (PetscEnum)d… in DMSetFromOptions()