Lines Matching defs:section
125 PetscErrorCode DMPlexGetFieldTypes_Internal(DM dm, PetscSection section, PetscInt field, PetscInt *… in DMPlexGetFieldTypes_Internal()
211 PetscErrorCode DMPlexRestoreFieldTypes_Internal(DM dm, PetscSection section, PetscInt field, PetscI… in DMPlexRestoreFieldTypes_Internal()
218 PetscErrorCode DMPlexGetFieldType_Internal(DM dm, PetscSection section, PetscInt field, PetscInt *s… in DMPlexGetFieldType_Internal()
597 PetscSection section; in VecView_Plex_Local_VTK() local
2342 PetscSection section; in DMPlexGlobalVectorView() local
2418 PetscSection section; in DMPlexLocalVectorView() local
2718 PetscSection section; in DMPlexGlobalVectorLoad() local
2794 PetscSection section; in DMPlexLocalVectorLoad() local
3057 PetscSection section; in DMPlexGetSubdomainSection() local
5727 PetscSection section; in DMCreateCoordinateDM_Plex() local
5752 PetscSection section; in DMCreateCellCoordinateDM_Plex() local
5804 PetscErrorCode DMPlexGetConeSection(DM dm, PetscSection *section) in DMPlexGetConeSection()
5829 PetscErrorCode DMPlexGetSupportSection(DM dm, PetscSection *section) in DMPlexGetSupportSection()
5923 static PetscErrorCode PetscSectionFieldGetTensorDegree_Private(DM dm, PetscSection section, PetscIn… in PetscSectionFieldGetTensorDegree_Private()
6036 PetscErrorCode DMPlexSetClosurePermutationTensor(DM dm, PetscInt point, PetscSection section) in DMPlexSetClosurePermutationTensor()
6343 static inline PetscErrorCode DMPlexVecGetClosure_Depth1_Static(DM dm, PetscSection section, Vec v, … in DMPlexVecGetClosure_Depth1_Static()
6419 static inline PetscErrorCode CompressPoints_Private(PetscSection section, PetscInt *numPoints, Pets… in CompressPoints_Private()
6438 PetscErrorCode DMPlexGetCompressedClosure(DM dm, PetscSection section, PetscInt point, PetscInt orn… in DMPlexGetCompressedClosure()
6463 PetscErrorCode DMPlexRestoreCompressedClosure(DM dm, PetscSection section, PetscInt point, PetscInt… in DMPlexRestoreCompressedClosure()
6479 static inline PetscErrorCode DMPlexVecGetClosure_Static(DM dm, PetscSection section, PetscInt numPo… in DMPlexVecGetClosure_Static()
6524 static inline PetscErrorCode DMPlexVecGetClosure_Fields_Static(DM dm, PetscSection section, PetscIn… in DMPlexVecGetClosure_Fields_Static()
6610 PetscErrorCode DMPlexVecGetOrientedClosure(DM dm, PetscSection section, PetscBool useClPerm, Vec v,… in DMPlexVecGetOrientedClosure()
6720 PetscErrorCode DMPlexVecGetClosure(DM dm, PetscSection section, Vec v, PetscInt point, PetscInt *cs… in DMPlexVecGetClosure()
6788 PetscErrorCode DMPlexVecGetClosureAtDepth(DM dm, PetscSection section, Vec v, PetscInt point, Petsc… in DMPlexVecGetClosureAtDepth()
6888 PetscErrorCode DMPlexVecRestoreClosure(DM dm, PetscSection section, Vec v, PetscInt point, PetscInt… in DMPlexVecRestoreClosure()
6908 static inline PetscErrorCode updatePoint_private(PetscSection section, PetscInt point, PetscInt dof… in updatePoint_private()
6976 static inline PetscErrorCode updatePointBC_private(PetscSection section, PetscInt point, PetscInt d… in updatePointBC_private()
7026 static inline PetscErrorCode updatePointFields_private(PetscSection section, PetscInt point, const … in updatePointFields_private()
7096 static inline PetscErrorCode updatePointFieldsBC_private(PetscSection section, PetscInt point, cons… in updatePointFieldsBC_private()
7211 static inline PetscErrorCode DMPlexVecSetClosure_Depth1_Static(DM dm, PetscSection section, Vec v, … in DMPlexVecSetClosure_Depth1_Static()
7294 PetscErrorCode DMPlexVecSetClosure(DM dm, PetscSection section, Vec v, PetscInt point, const PetscS… in DMPlexVecSetClosure()
7460 …etscErrorCode CheckPoint_Private(DMLabel label, PetscInt labelId, PetscSection section, PetscInt p… in CheckPoint_Private()
7478 PetscErrorCode DMPlexVecSetFieldClosure_Internal(DM dm, PetscSection section, Vec v, PetscBool fiel… in DMPlexVecSetFieldClosure_Internal()
7622 PetscErrorCode DMPlexGetIndicesPoint_Internal(PetscSection section, PetscBool islocal, PetscInt poi… in DMPlexGetIndicesPoint_Internal()
7698 PetscErrorCode DMPlexGetIndicesPointFields_Internal(PetscSection section, PetscBool islocal, PetscI… in DMPlexGetIndicesPointFields_Internal()
7749 static PetscErrorCode DMPlexGetIndicesPointFieldsSplit_Internal(PetscSection section, PetscSection … in DMPlexGetIndicesPointFieldsSplit_Internal()
7790 …xAnchorsGetSubMatIndices(PetscInt nPoints, const PetscInt pnts[], PetscSection section, PetscSecti… in DMPlexAnchorsGetSubMatIndices()
7838 PETSC_INTERN PetscErrorCode DMPlexAnchorsGetSubMatModification(DM dm, PetscSection section, PetscIn… in DMPlexAnchorsGetSubMatModification()
8068 PETSC_INTERN PetscErrorCode DMPlexAnchorsModifyMat_Internal(DM dm, PetscSection section, PetscInt n… in DMPlexAnchorsModifyMat_Internal()
8120 PETSC_INTERN PetscErrorCode DMPlexAnchorsModifyMat(DM dm, PetscSection section, PetscInt numPoints,… in DMPlexAnchorsModifyMat()
8127 static PetscErrorCode DMPlexGetClosureIndicesSize_Internal(DM dm, PetscSection section, PetscInt po… in DMPlexGetClosureIndicesSize_Internal()
8149 static PetscErrorCode DMPlexGetClosureIndices_Internal(DM dm, PetscSection section, PetscSection id… in DMPlexGetClosureIndices_Internal()
8362 PetscErrorCode DMPlexGetClosureIndices(DM dm, PetscSection section, PetscSection idxSection, PetscI… in DMPlexGetClosureIndices()
8404 PetscErrorCode DMPlexRestoreClosureIndices(DM dm, PetscSection section, PetscSection idxSection, Pe… in DMPlexRestoreClosureIndices()
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
9289 PetscSection section; in DMPlexCreateLabelField() local
10212 PetscSection section, newSection, gsection; in DMGetFullDM() local
10670 static PetscErrorCode DMPlexCreateConstraintSection_Anchors(DM dm, PetscSection section, PetscSecti… in DMPlexCreateConstraintSection_Anchors()
10713 static PetscErrorCode DMPlexCreateConstraintMatrix_Anchors(DM dm, PetscSection section, PetscSectio… in DMPlexCreateConstraintMatrix_Anchors()
10828 PetscSection anchorSection, section, cSec; in DMCreateDefaultConstraints_Plex() local
10852 PetscSection section, subsection; in DMCreateSubDomainDM_Plex() local