Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D314.md244 - Add DMPlexMatSetClosureGeneral() for different row and column
/petsc/include/
H A Dpetscdmplex.h399 PETSC_EXTERN PetscErrorCode DMPlexMatSetClosureGeneral(DM, PetscSection, PetscSection, PetscBool, D…
/petsc/src/dm/impls/plex/
H A Dplexfem.c3118 …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 Dplex.c8504 PetscErrorCode DMPlexMatSetClosureGeneral(DM dmRow, PetscSection sectionRow, PetscSection globalSec… in DMPlexMatSetClosureGeneral() function