Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h189 PetscErrorCode (*computeanchormatrix)(DM, PetscSection, PetscSection, Mat); member
/petsc/src/dm/impls/plex/
H A Dplextree.c932 mesh->computeanchormatrix = DMPlexComputeAnchorMatrix_Tree_FromReference; in DMPlexSetTree_Internal()
934 mesh->computeanchormatrix = DMPlexComputeAnchorMatrix_Tree_Direct; in DMPlexSetTree_Internal()
H A Dplex.c10841 …if (Nf && plex->computeanchormatrix) PetscCall((*plex->computeanchormatrix)(dm, section, cSec, cMa… in DMCreateDefaultConstraints_Plex()