Home
last modified time | relevance | path

Searched defs:globalSection (Results 1 – 7 of 7) sorted by relevance

/petsc/src/vec/is/sf/utils/
H A Dsfutils.c128 …ErrorCode PetscSFSetGraphSection(PetscSF sf, PetscSection localSection, PetscSection globalSection) in PetscSFSetGraphSection()
/petsc/src/dm/impls/plex/
H A Dplexfem.c303 PetscSection section, globalSection; in DMPlexCreateRigidBody() local
392 PetscSection section, globalSection; in DMPlexCreateRigidBodies() local
4618 …lexComputeJacobian_Patch_Internal(DM dm, PetscSection section, PetscSection globalSection, IS cell… in DMPlexComputeJacobian_Patch_Internal()
5913 PetscSection globalSection; in DMPlexComputeBdJacobianSingleByLabel() local
6181 PetscSection section, globalSection, sectionAux; in DMPlexComputeJacobianByKey() local
6654 PetscSection globalSection; in DMPlexComputeJacobianHybridByKey() local
7012 PetscSection section, globalSection, sectionAux; in DMPlexComputeJacobianActionByKey() local
H A Dplexsfc.c562 PetscSection globalSection; in DMPlexCorrectOrientationForIsoperiodic() local
H A Dplex.c7749 …MPlexGetIndicesPointFieldsSplit_Internal(PetscSection section, PetscSection globalSection, PetscIn… in DMPlexGetIndicesPointFieldsSplit_Internal()
8413 PetscErrorCode DMPlexMatSetClosure_Internal(DM dm, PetscSection section, PetscSection globalSection in DMPlexMatSetClosure_Internal()
8474 PetscErrorCode DMPlexMatSetClosure(DM dm, PetscSection section, PetscSection globalSection, Mat A, … in DMPlexMatSetClosure()
8986 PetscSection section, globalSection; in DMPlexCreateNumbering_Plex() local
/petsc/src/ts/utils/dmplexlandau/kokkos/
H A Dlandau.kokkos.cxx792 PetscSection section, globalSection; in LandauKokkosJacobian() local
/petsc/include/petsc/private/
H A Ddmimpl.h276 PetscSection globalSection; /* Layout for global vectors */ member
/petsc/src/dm/interface/
H A Ddm.c4557 …faultSectionCheckConsistency_Internal(DM dm, PetscSection localSection, PetscSection globalSection) in DMDefaultSectionCheckConsistency_Internal()
4797 PetscErrorCode DMCreateSectionSF(DM dm, PetscSection localSection, PetscSection globalSection) in DMCreateSectionSF()