Searched refs:PetscSectionGetMaxDof (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/snes/utils/libceed/ |
| H A D | dmplexsnesceed.c | 39 PetscCall(PetscSectionGetMaxDof(section, &maxDof)); in DMPlexSNESComputeResidualCEED()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 39 PetscErrorCode PetscSectionGetMaxDof(PetscSection, PetscInt*)
|
| H A D | Section.pyx | 699 petsc.PetscSectionGetMaxDof 703 CHKERR(PetscSectionGetMaxDof(self.sec, &maxDof))
|
| /petsc/include/ |
| H A D | petscsection.h | 55 PETSC_EXTERN PetscErrorCode PetscSectionGetMaxDof(PetscSection, PetscInt *);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 1410 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 D | plexsection.c | 363 PetscCall(PetscSectionGetMaxDof(section, &maxDof)); in DMPlexCreateSectionBCIndices()
|
| H A D | plex.c | 4304 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 D | plexdistribute.c | 192 PetscCall(PetscSectionGetMaxDof(aSec, &maxAnchors)); in DMPlexGetMaxAdjacencySize_Internal()
|
| H A D | plexfem.c | 5053 PetscCall(PetscSectionGetMaxDof(s, &maxDof)); in DMPlexComputeBdResidualSingleByKey() 5521 PetscCall(PetscSectionGetMaxDof(section, &maxDof)); in DMPlexComputeResidualByKey() 5867 PetscCall(PetscSectionGetMaxDof(section, &maxDof)); in DMPlexComputeResidualHybridByKey()
|
| H A D | plexgeometry.c | 3303 PetscCall(PetscSectionGetMaxDof(neighSec, &maxNumFaces)); in BuildGradientReconstruction_Internal_Tree()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 94 PetscCall(PetscSectionGetMaxDof(section, &maxDof)); in IdentifyBadPoints()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 1379 PetscErrorCode PetscSectionGetMaxDof(PetscSection s, PetscInt *maxDof) in PetscSectionGetMaxDof() function
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1216 PetscCall(PetscSectionGetMaxDof(fvert2mvertSection, &maxRanksPerVert)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
|