Searched refs:interiorOnly (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 993 …PetscDualSpace sp, PetscInt order, PetscInt k, PetscInt Nc, PetscBool interiorOnly, PetscDualSpace… in PetscDualSpaceCreateEdgeSubspace_Lagrange() argument 1007 newlag->interiorOnly = interiorOnly; in PetscDualSpaceCreateEdgeSubspace_Lagrange() 1299 …alSpace sp, DM K, PetscInt f, PetscInt k, PetscInt Ncopies, PetscBool interiorOnly, PetscDualSpace… in PetscDualSpaceCreateFacetSubspace_Lagrange() argument 1334 newlag->interiorOnly = interiorOnly; in PetscDualSpaceCreateFacetSubspace_Lagrange() 2086 if (continuous && !lag->interiorOnly) { in PetscDualSpaceSetUp_Lagrange()
|
| /petsc/include/petsc/private/ |
| H A D | petscfeimpl.h | 146 …PetscBool interiorOnly; /* To make setup faster for tensor elements, only construct interior dofs … member
|