Lines Matching refs:globalSection

303   PetscSection section, globalSection;  in DMPlexCreateRigidBody()  local
318 PetscCall(DMGetGlobalSection(dm, &globalSection)); in DMPlexCreateRigidBody()
319 PetscCall(PetscSectionGetConstrainedStorageSize(globalSection, &n)); in DMPlexCreateRigidBody()
392 PetscSection section, globalSection; in DMPlexCreateRigidBodies() local
402 PetscCall(DMGetGlobalSection(dm, &globalSection)); in DMPlexCreateRigidBodies()
403 PetscCall(PetscSectionGetConstrainedStorageSize(globalSection, &n)); in DMPlexCreateRigidBodies()
4618 …puteJacobian_Patch_Internal(DM dm, PetscSection section, PetscSection globalSection, IS cellIS, Pe… in DMPlexComputeJacobian_Patch_Internal() argument
4783 …if (assembleJac) PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatCl… in DMPlexComputeJacobian_Patch_Internal()
4784 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, JP, cell, &… in DMPlexComputeJacobian_Patch_Internal()
5913 PetscSection globalSection; in DMPlexComputeBdJacobianSingleByLabel() local
5944 PetscCall(DMGetGlobalSection(dm, &globalSection)); in DMPlexComputeBdJacobianSingleByLabel()
6050 …PetscCall(DMPlexMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, Jac, supp… in DMPlexComputeBdJacobianSingleByLabel()
6053 …PetscCall(DMPlexMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, JacP, sup… in DMPlexComputeBdJacobianSingleByLabel()
6057 …PetscCall(DMPlexMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, Jac, supp… in DMPlexComputeBdJacobianSingleByLabel()
6181 PetscSection section, globalSection, sectionAux; in DMPlexComputeJacobianByKey() local
6191 PetscCall(DMGetGlobalSection(dm, &globalSection)); in DMPlexComputeJacobianByKey()
6351 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, Jac, cell, … in DMPlexComputeJacobianByKey()
6354 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, JacP, cell,… in DMPlexComputeJacobianByKey()
6358 …PetscCall(DMPlexMatSetClosure_Internal(dm, section, globalSection, mesh->useMatClPerm, JacP, cell,… in DMPlexComputeJacobianByKey()
6654 PetscSection globalSection; in DMPlexComputeJacobianHybridByKey() local
6680 PetscCall(DMGetGlobalSection(dm, &globalSection)); in DMPlexComputeJacobianHybridByKey()
6937 …PetscCall(DMPlexMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, Jac, cell… in DMPlexComputeJacobianHybridByKey()
6940 …PetscCall(DMPlexMatSetClosure(plex, section, globalSection, JacP, cell, &elemMatCohP[cind * totDim… in DMPlexComputeJacobianHybridByKey()
6943 …PetscCall(DMPlexMatSetClosure_Internal(plex, section, globalSection, mesh->useMatClPerm, JacP, cel… in DMPlexComputeJacobianHybridByKey()
7012 PetscSection section, globalSection, sectionAux; in DMPlexComputeJacobianActionByKey() local
7025 PetscCall(DMGetGlobalSection(dm, &globalSection)); in DMPlexComputeJacobianActionByKey()