Home
last modified time | relevance | path

Searched refs:PetscSectionGetMaxDof (Results 1 – 13 of 13) sorted by relevance

/petsc/src/snes/utils/libceed/
H A Ddmplexsnesceed.c39 PetscCall(PetscSectionGetMaxDof(section, &maxDof)); in DMPlexSNESComputeResidualCEED()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi39 PetscErrorCode PetscSectionGetMaxDof(PetscSection, PetscInt*)
H A DSection.pyx699 petsc.PetscSectionGetMaxDof
703 CHKERR(PetscSectionGetMaxDof(self.sec, &maxDof))
/petsc/include/
H A Dpetscsection.h55 PETSC_EXTERN PetscErrorCode PetscSectionGetMaxDof(PetscSection, PetscInt *);
/petsc/src/dm/impls/plex/
H A Dplextree.c1410 PetscCall(PetscSectionGetMaxDof(refConSec, &maxDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1411 PetscCall(PetscSectionGetMaxDof(refAnSec, &maxAnDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1567 PetscCall(PetscSectionGetMaxDof(refConSec, &maxDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1568 PetscCall(PetscSectionGetMaxDof(refAnSec, &maxAnDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
2507 PetscCall(PetscSectionGetMaxDof(localFine, &maxDof)); in DMPlexComputeInterpolatorTree()
2676 PetscCall(PetscSectionGetMaxDof(refConSec, &maxConDof)); in DMPlexComputeInterpolatorTree()
2677 PetscCall(PetscSectionGetMaxDof(leafIndicesSec, &maxColumns)); in DMPlexComputeInterpolatorTree()
3171 PetscCall(PetscSectionGetMaxDof(refConSec, &maxDof)); in DMPlexReferenceTreeGetChildrenMatrices_Injection()
3296 PetscCall(PetscSectionGetMaxDof(localFine, &maxDof)); in DMPlexTransferInjectorTree()
3543 PetscCall(PetscSectionGetMaxDof(localCoarse, &maxDof)); in DMPlexComputeInjectorTree()
[all …]
H A Dplexsection.c363 PetscCall(PetscSectionGetMaxDof(section, &maxDof)); in DMPlexCreateSectionBCIndices()
H A Dplex.c4304 if (maxConeSize) PetscCall(PetscSectionGetMaxDof(mesh->coneSection, maxConeSize)); in DMPlexGetMaxSizes()
4305 if (maxSupportSize) PetscCall(PetscSectionGetMaxDof(mesh->supportSection, maxSupportSize)); in DMPlexGetMaxSizes()
4320 PetscCall(PetscSectionGetMaxDof(mesh->supportSection, &maxSupportSize)); in DMSetUp_Plex()
4856 PetscCall(PetscSectionGetMaxDof(mesh->supportSection, &maxSupportSize)); in DMPlexGetJoin()
5065 PetscCall(PetscSectionGetMaxDof(mesh->coneSection, &maxConeSize)); in DMPlexGetMeet()
H A Dplexdistribute.c192 PetscCall(PetscSectionGetMaxDof(aSec, &maxAnchors)); in DMPlexGetMaxAdjacencySize_Internal()
H A Dplexfem.c5053 PetscCall(PetscSectionGetMaxDof(s, &maxDof)); in DMPlexComputeBdResidualSingleByKey()
5521 PetscCall(PetscSectionGetMaxDof(section, &maxDof)); in DMPlexComputeResidualByKey()
5867 PetscCall(PetscSectionGetMaxDof(section, &maxDof)); in DMPlexComputeResidualHybridByKey()
H A Dplexgeometry.c3303 PetscCall(PetscSectionGetMaxDof(neighSec, &maxNumFaces)); in BuildGradientReconstruction_Internal_Tree()
/petsc/src/dm/impls/forest/tests/
H A Dex2.c94 PetscCall(PetscSectionGetMaxDof(section, &maxDof)); in IdentifyBadPoints()
/petsc/src/vec/is/section/interface/
H A Dsection.c1379 PetscErrorCode PetscSectionGetMaxDof(PetscSection s, PetscInt *maxDof) in PetscSectionGetMaxDof() function
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1216 PetscCall(PetscSectionGetMaxDof(fvert2mvertSection, &maxRanksPerVert)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()