Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c1541 …xComputeAnchorMatrix_Tree_FromReference(DM dm, PetscSection section, PetscSection conSec, Mat cMat) in DMPlexComputeAnchorMatrix_Tree_FromReference() argument
1566 PetscCall(PetscSectionGetChart(conSec, &conStart, &conEnd)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1634 PetscCall(PetscSectionGetDof(conSec, point, &pointDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1644 PetscCall(PetscSectionGetFieldDof(conSec, point, f, &cDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1645 PetscCall(PetscSectionGetFieldOffset(conSec, point, f, &cOff)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1647 PetscCall(PetscSectionGetDof(conSec, point, &cDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1648 PetscCall(PetscSectionGetOffset(conSec, point, &cOff)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1681 PetscCall(PetscSectionGetFieldDof(conSec, q, f, &qConDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1682 PetscCall(PetscSectionGetFieldOffset(conSec, q, f, &qConOff)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
1688 PetscCall(PetscSectionGetDof(conSec, q, &qConDof)); in DMPlexComputeAnchorMatrix_Tree_FromReference()
[all …]