Home
last modified time | relevance | path

Searched defs:dmB (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex57.c111 static PetscErrorCode CompareMeshes(DM dmA, DM dmB, DM dm) in CompareMeshes()
/petsc/src/dm/impls/plex/
H A Dplexinterpolate.c1675 PetscErrorCode DMPlexCopyCoordinates(DM dmA, DM dmB) in DMPlexCopyCoordinates()
H A Dplexcreate.c39 static PetscErrorCode DMPlexSwapContext_Private(DM dmA, const char name[], DM dmB) in DMPlexSwapContext_Private()
65 static PetscErrorCode DMPlexSwapEGADSInfo_Private(DM dmA, DM dmB) in DMPlexSwapEGADSInfo_Private()
200 static PetscErrorCode DMPlexSwap_Static(DM dmA, DM dmB) in DMPlexSwap_Static()
H A Dplexsubmesh.c4492 PetscErrorCode DMGetEnclosureRelation(DM dmA, DM dmB, DMEnclosureType *rel) in DMGetEnclosureRelation()
4552 PetscErrorCode DMGetEnclosurePoint(DM dmA, DM dmB, DMEnclosureType etype, PetscInt pB, PetscInt *pA) in DMGetEnclosurePoint()
H A Dplex.c5246 PetscErrorCode DMPlexEqual(DM dmA, DM dmB, PetscBool *equal) in DMPlexEqual()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2125 static PetscErrorCode DMShareDiscretization(DM dmA, DM dmB) in DMShareDiscretization()
3006 static PetscErrorCode DMPforestGetTransferSF(DM dmA, DM dmB, const PetscInt dofPerDim[], PetscSF *s… in DMPforestGetTransferSF()
/petsc/src/dm/interface/
H A Ddm.c7587 PetscErrorCode DMCopyLabels(DM dmA, DM dmB, PetscCopyMode mode, PetscBool all, DMCopyLabelsMode emo… in DMCopyLabels()