Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1393 PetscSection refConSec, refAnSec, refSection; in DMPlexReferenceTreeGetChildrenMatrices() local
1403 PetscCall(DMGetDefaultConstraints(refTree, &refConSec, &refCmat, NULL)); in DMPlexReferenceTreeGetChildrenMatrices()
1407 PetscCall(PetscSectionGetChart(refConSec, &pRefStart, &pRefEnd)); in DMPlexReferenceTreeGetChildrenMatrices()
1410 PetscCall(PetscSectionGetMaxDof(refConSec, &maxDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1418 PetscCall(PetscSectionGetDof(refConSec, p, &pDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1428 PetscCall(PetscSectionGetFieldDof(refConSec, p, f, &cDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1429 PetscCall(PetscSectionGetFieldOffset(refConSec, p, f, &cOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1432 PetscCall(PetscSectionGetDof(refConSec, p, &cDof)); in DMPlexReferenceTreeGetChildrenMatrices()
1433 PetscCall(PetscSectionGetOffset(refConSec, p, &cOff)); in DMPlexReferenceTreeGetChildrenMatrices()
1503 PetscSection refConSec; in DMPlexReferenceTreeRestoreChildrenMatrices() local
[all …]