Searched refs:computeanchormatrix (Results 1 – 3 of 3) sorted by relevance
189 PetscErrorCode (*computeanchormatrix)(DM, PetscSection, PetscSection, Mat); member
932 mesh->computeanchormatrix = DMPlexComputeAnchorMatrix_Tree_FromReference; in DMPlexSetTree_Internal()934 mesh->computeanchormatrix = DMPlexComputeAnchorMatrix_Tree_Direct; in DMPlexSetTree_Internal()
10841 …if (Nf && plex->computeanchormatrix) PetscCall((*plex->computeanchormatrix)(dm, section, cSec, cMa… in DMCreateDefaultConstraints_Plex()