Home
last modified time | relevance | path

Searched defs:dmNew (Results 1 – 9 of 9) sorted by relevance

/petsc/src/dm/impls/plex/adaptors/pragmatic/
H A Dpragmaticadapt.c4 … DMAdaptMetric_Pragmatic_Plex(DM dm, Vec vertexMetric, DMLabel bdLabel, DMLabel rgLabel, DM *dmNew) in DMAdaptMetric_Pragmatic_Plex()
/petsc/src/dm/impls/plex/adaptors/mmg/
H A Dmmgadapt.c14 …orCode DMAdaptMetric_Mmg_Plex(DM dm, Vec vertexMetric, DMLabel bdLabel, DMLabel rgLabel, DM *dmNew) in DMAdaptMetric_Mmg_Plex()
/petsc/src/dm/impls/plex/
H A Dplexnatural.c194 PetscErrorCode DMPlexMigrateGlobalToNaturalSF(DM dmOld, DM dmNew, PetscSF sfNaturalOld, PetscSF sfM… in DMPlexMigrateGlobalToNaturalSF()
H A Dplexsubmesh.c552 static PetscErrorCode DMPlexShiftSizes_Internal(DM dm, PetscInt depthShift[], DM dmNew) in DMPlexShiftSizes_Internal()
594 static PetscErrorCode DMPlexShiftPoints_Internal(DM dm, PetscInt depthShift[], DM dmNew) in DMPlexShiftPoints_Internal()
628 static PetscErrorCode DMPlexShiftCoordinates_Internal(DM dm, PetscInt depthShift[], DM dmNew) in DMPlexShiftCoordinates_Internal()
734 static PetscErrorCode DMPlexShiftSF_Internal(DM dm, PetscInt depthShift[], DM dmNew) in DMPlexShiftSF_Internal()
757 static PetscErrorCode DMPlexShiftLabels_Internal(DM dm, PetscInt depthShift[], DM dmNew) in DMPlexShiftLabels_Internal()
808 static PetscErrorCode DMPlexCreateVTKLabel_Internal(DM dm, PetscBool createGhostLabel, DM dmNew) in DMPlexCreateVTKLabel_Internal()
859 static PetscErrorCode DMPlexShiftTree_Internal(DM dm, PetscInt depthShift[], DM dmNew) in DMPlexShiftTree_Internal()
H A Dplexcreate.c124 DM dmNew = *ndm, coordDM, coarseDM; in DMPlexReplace_Internal() local
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c16 …ode DMAdaptMetric_ParMmg_Plex(DM dm, Vec vertexMetric, DMLabel bdLabel, DMLabel rgLabel, DM *dmNew) in DMAdaptMetric_ParMmg_Plex()
/petsc/src/dm/dt/interface/
H A Ddtds.c3911 PetscErrorCode PetscDSCopy(PetscDS ds, PetscInt minDegree, PetscInt maxDegree, DM dmNew, PetscDS ds… in PetscDSCopy()
/petsc/src/dm/impls/swarm/
H A Dswarm.c2822 DM dmNew = *ndm; in DMSwarmReplace() local
/petsc/src/dm/interface/
H A Ddm.c9384 PetscErrorCode DMCopyAuxiliaryVec(DM dm, DM dmNew) in DMCopyAuxiliaryVec()