Searched refs:DMPlexMatSetClosureGeneral (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 314.md | 244 - Add DMPlexMatSetClosureGeneral() for different row and column
|
| /petsc/include/ |
| H A D | petscdmplex.h | 399 PETSC_EXTERN PetscErrorCode DMPlexMatSetClosureGeneral(DM, PetscSection, PetscSection, PetscBool, D…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 3118 …PetscCall(DMPlexMatSetClosureGeneral(dmf, fsection, fglobalSection, PETSC_FALSE, dmc, csection, cg… in DMPlexComputeInterpolatorNested() 3134 …PetscCall(DMPlexMatSetClosureGeneral(dmf, fsection, fglobalSection, PETSC_FALSE, dmc, csection, cg… in DMPlexComputeInterpolatorNested() 6574 …PetscCall(DMPlexMatSetClosureGeneral(dmr, rsection, rglobalSection, clPerm, dmc, csection, cglobal… in DMPlexComputeJacobianByKeyGeneral() 6577 …PetscCall(DMPlexMatSetClosureGeneral(dmr, rsection, rglobalSection, clPerm, dmc, csection, cglobal… in DMPlexComputeJacobianByKeyGeneral() 6581 …PetscCall(DMPlexMatSetClosureGeneral(dmr, rsection, rglobalSection, clPerm, dmc, csection, cglobal… in DMPlexComputeJacobianByKeyGeneral()
|
| H A D | plex.c | 8504 PetscErrorCode DMPlexMatSetClosureGeneral(DM dmRow, PetscSection sectionRow, PetscSection globalSec… in DMPlexMatSetClosureGeneral() function
|