Home
last modified time | relevance | path

Searched refs:PetscSectionGetConstrainedStorageSize (Results 1 – 22 of 22) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex21.c273 else PetscCall(PetscSectionGetConstrainedStorageSize(gsection, &n)); in main()
427 else PetscCall(PetscSectionGetConstrainedStorageSize(section, &m)); in main()
453 else PetscCall(PetscSectionGetConstrainedStorageSize(gsection, &m)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi41 PetscErrorCode PetscSectionGetConstrainedStorageSize(PetscSection, PetscInt*)
H A DSection.pyx727 getStorageSize, petsc.PetscSectionGetConstrainedStorageSize
731 CHKERR(PetscSectionGetConstrainedStorageSize(self.sec, &size))
/petsc/include/
H A Dpetscsection.h57 PETSC_EXTERN PetscErrorCode PetscSectionGetConstrainedStorageSize(PetscSection, PetscInt *);
/petsc/src/dm/interface/
H A Ddmi.c43 PetscCall(PetscSectionGetConstrainedStorageSize(gSection, &localSize)); in DMCreateGlobalVector_Section_Private()
482 PetscCall(PetscSectionGetConstrainedStorageSize(sectionGlobals[i], &subSize)); in DMCreateSectionSuperDM()
H A Ddm.c4572 PetscCall(PetscSectionGetConstrainedStorageSize(globalSection, &nroots)); in DMDefaultSectionCheckConsistency_Internal()
/petsc/src/dm/impls/plex/
H A Dplexnatural.c317 PetscCall(PetscSectionGetConstrainedStorageSize(gs, &Nl)); in DMPlexGlobalToNaturalBegin()
H A Dplexdd.c198 PetscCall(PetscSectionGetConstrainedStorageSize(ogsec, &no)); /* dofs in the overlap */ in DMCreateDomainDecomposition_Plex()
H A Dplex.c2350 else PetscCall(PetscSectionGetConstrainedStorageSize(section, &m)); in DMPlexGlobalVectorView()
2426 else PetscCall(PetscSectionGetConstrainedStorageSize(section, &m)); in DMPlexLocalVectorView()
2726 else PetscCall(PetscSectionGetConstrainedStorageSize(section, &m)); in DMPlexGlobalVectorLoad()
2802 else PetscCall(PetscSectionGetConstrainedStorageSize(section, &m)); in DMPlexLocalVectorLoad()
2905 PetscCall(PetscSectionGetConstrainedStorageSize(sectionGlobal, &localSize)); in DMCreateMatrix_Plex()
10328 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &m)); in DMCreateInterpolation_Plex()
10330 PetscCall(PetscSectionGetConstrainedStorageSize(gsc, &n)); in DMCreateInterpolation_Plex()
10452 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &m)); in DMCreateMassMatrix_Plex()
10454 PetscCall(PetscSectionGetConstrainedStorageSize(gsc, &n)); in DMCreateMassMatrix_Plex()
10478 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &m)); in DMCreateGradientMatrix_Plex()
[all …]
H A Dplexfluent.c849 PetscCall(PetscSectionGetConstrainedStorageSize(s, &csize)); in DMPlexCreateFluent()
H A Dplexfem.c319 PetscCall(PetscSectionGetConstrainedStorageSize(globalSection, &n)); in DMPlexCreateRigidBody()
403 PetscCall(PetscSectionGetConstrainedStorageSize(globalSection, &n)); in DMPlexCreateRigidBodies()
3704 PetscCall(PetscSectionGetConstrainedStorageSize(cglobalSection, &m)); in DMPlexComputeInjectorFEM()
H A Dplextree.c2500 PetscCall(PetscSectionGetConstrainedStorageSize(globalFine, &nGlobal)); in DMPlexComputeInterpolatorTree()
/petsc/src/ts/utils/
H A Dtsconvest.c212 PetscCall(PetscSectionGetConstrainedStorageSize(fs, &lsize)); in PetscConvEstGetConvRateTS_Spatial_Private()
/petsc/src/snes/utils/
H A Dconvest.c411 PetscCall(PetscSectionGetConstrainedStorageSize(fs, &lsize)); in PetscConvEstGetConvRateSNES_Private()
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c729 if (section) PetscCall(PetscSectionGetConstrainedStorageSize(section, &sp->spintdim)); in PetscDualSpaceGetInteriorDimension()
1426 PetscCall(PetscSectionGetConstrainedStorageSize(section, &spdim0)); in PetscDualSpaceCreateInteriorDataDefault()
/petsc/src/dm/impls/network/
H A Dnetwork.c2407 PetscCall(PetscSectionGetConstrainedStorageSize(network->edge.GlobalDofSection, &eDof)); in DMCreateMatrix_Network_Nest()
2408 PetscCall(PetscSectionGetConstrainedStorageSize(network->vertex.GlobalDofSection, &vDof)); in DMCreateMatrix_Network_Nest()
2496 PetscCall(PetscSectionGetConstrainedStorageSize(sectionGlobal, &localSize)); in DMCreateMatrix_Network()
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c147 PetscCall(PetscSectionGetConstrainedStorageSize(globalSection, &nroots)); in PetscSFSetGraphSection()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1751 else PetscCall(PetscSectionGetConstrainedStorageSize(section, &m)); in DMPlexLocalVectorView_HDF5_Internal()
2871 else PetscCall(PetscSectionGetConstrainedStorageSize(leafSection, &m)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
3044 else PetscCall(PetscSectionGetConstrainedStorageSize(sectionA, &m)); in DMPlexSectionLoad_HDF5_Internal()
/petsc/src/dm/impls/swarm/
H A Dswarm.c675 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &m)); in DMCreateMassMatrix_Swarm()
1083 PetscCall(PetscSectionGetConstrainedStorageSize(gs, &n)); in DMCreateGradientMatrix_Swarm()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4422 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &m)); in DMCreateInterpolation_pforest()
4424 PetscCall(PetscSectionGetConstrainedStorageSize(gsc, &n)); in DMCreateInterpolation_pforest()
4462 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &n)); in DMCreateInjection_pforest()
4464 PetscCall(PetscSectionGetConstrainedStorageSize(gsc, &m)); in DMCreateInjection_pforest()
/petsc/src/vec/is/section/interface/
H A Dsection.c1436 PetscErrorCode PetscSectionGetConstrainedStorageSize(PetscSection s, PetscInt *size) in PetscSectionGetConstrainedStorageSize() function
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c2449 PetscCall(PetscSectionGetConstrainedStorageSize(section, &sp->spintdim)); in PetscDualSpaceSetUp_Lagrange()