Home
last modified time | relevance | path

Searched refs:DMPLEXREFINEBOUNDARYLAYER (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscdmplextransform.h24 #define DMPLEXREFINEBOUNDARYLAYER "refine_boundary_layer" macro
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi9 PetscDMPlexTransformType DMPLEXREFINEBOUNDARYLAYER
H A DDMPlex.pyx3642 REFINEBOUNDARYLAYER = S_(DMPLEXREFINEBOUNDARYLAYER)
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c120 PetscCall(DMPlexTransformRegister(DMPLEXREFINEBOUNDARYLAYER, DMPlexTransformCreate_BL)); in DMPlexTransformRegisterAll()