Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/interface/
H A Ddlregisksp.c8 const char *const PCGASMTypes[] = {"NONE", "RESTRICT", "INTERPOLATE", "BASIC", "PC… variable
/petsc/include/
H A Dpetscpc.h29 PETSC_EXTERN const char *const PCGASMTypes[]; variable
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c189 …PetscCall(PetscViewerASCIIPrintf(viewer, " Restriction/interpolation type: %s\n", PCGASMTypes[osm… in PCView_GASM()
884 …num("-pc_gasm_type", "Type of restriction/extension", "PCGASMSetType", PCGASMTypes, (PetscEnum)osm… in PCSetFromOptions_GASM()