Home
last modified time | relevance | path

Searched defs:odm (Results 1 – 21 of 21) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexvtk.c93 PetscErrorCode DMPlexVTKWriteAll(PetscObject odm, PetscViewer viewer) in DMPlexVTKWriteAll()
H A Dplexdd.c6 static PetscErrorCode DMTransferMaterialParameters(DM dm, PetscSF sf, DM odm) in DMTransferMaterialParameters()
49 DM odm; in DMCreateDomainDecomposition_Plex() local
311 DM odm; in DMCreateNeumannOverlap_Plex() local
H A Dplexglvis.c40 PetscErrorCode DMSetUpGLVisViewer_Plex(PetscObject odm, PetscViewer viewer) in DMSetUpGLVisViewer_Plex()
H A Dplexinterpolate.c1538 DM idm, odm = dm; in DMPlexInterpolate() local
H A Dplexproject.c620 PetscErrorCode DMGetFirstLabeledPoint(DM dm, DM odm, DMLabel label, PetscInt numIds, const PetscInt… in DMGetFirstLabeledPoint()
H A Dplex.c1997 DM odm = dm, rdm = dm, cdm; in DMPlexCreateHighOrderSurrogate_Internal() local
10210 static PetscErrorCode DMGetFullDM(DM dm, DM *odm) in DMGetFullDM()
/petsc/src/dm/tests/
H A Dex8.c33 PetscErrorCode DMSetUpGLVisViewer_Shell(PetscObject odm, PetscViewer viewer) in DMSetUpGLVisViewer_Shell()
/petsc/src/dm/impls/plex/tests/
H A Dex29.c70 DM odm = NULL; in CreateMesh() local
H A Dex41.c54 DM odm; in ConstructRefineTree() local
H A Dex19.c264 DM dma, odm; in main() local
H A Dex3.c879 DM odm = dm, rdm = NULL, cdm = NULL; in CheckConvergence() local
/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c135 DM odm; in GenerateArrangements() local
249 static PetscErrorCode CheckSubcells(DM dm, DM odm, PetscInt p, PetscInt o, AppCtx *user) in CheckSubcells()
356 DM odm, rdm; in RefineArrangements() local
/petsc/src/snes/utils/dm/
H A Ddmadapt.c351 …aptor adaptor, PetscErrorCode (*monitor)(DMAdaptor adaptor, PetscInt it, DM odm, DM adm, PetscInt … in DMAdaptorMonitorSet()
1020 PetscErrorCode DMAdaptorMonitor(DMAdaptor adaptor, PetscInt it, DM odm, DM adm, PetscInt Nf, PetscR… in DMAdaptorMonitor()
1053 PetscErrorCode DMAdaptorMonitorSize(DMAdaptor adaptor, PetscInt n, DM odm, DM adm, PetscInt Nf, Pet… in DMAdaptorMonitorSize()
1104 PetscErrorCode DMAdaptorMonitorError(DMAdaptor adaptor, PetscInt n, DM odm, DM adm, PetscInt Nf, Pe… in DMAdaptorMonitorError()
1160 PetscErrorCode DMAdaptorMonitorErrorDraw(DMAdaptor adaptor, PetscInt n, DM odm, DM adm, PetscInt Nf… in DMAdaptorMonitorErrorDraw()
1250 PetscErrorCode DMAdaptorMonitorErrorDrawLG(DMAdaptor adaptor, PetscInt n, DM odm, DM adm, PetscInt … in DMAdaptorMonitorErrorDrawLG()
1336 DM dm = adaptIter ? *adm : adaptor->idm, odm; in DMAdaptorAdapt_Sequence_Private() local
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c540 …tscPartitionerMultistageSetStage_Multistage(PetscPartitioner part, PetscInt stage, PetscObject odm) in PetscPartitionerMultistageSetStage_Multistage()
557 …cPartitionerMultistageGetStage_Multistage(PetscPartitioner part, PetscInt *stage, PetscObject *odm) in PetscPartitionerMultistageGetStage_Multistage()
/petsc/src/dm/impls/redundant/
H A Ddmredundant.c330 static PetscErrorCode DMSetUpGLVisViewer_Redundant(PetscObject odm, PetscViewer viewer) in DMSetUpGLVisViewer_Redundant()
/petsc/src/dm/impls/da/
H A Dgrvtk.c522 PetscErrorCode DMDAVTKWriteAll(PetscObject odm, PetscViewer viewer) in DMDAVTKWriteAll()
/petsc/src/dm/impls/composite/
H A Dpack.c1331 static PetscErrorCode DMSetUpGLVisViewer_Composite(PetscObject odm, PetscViewer viewer) in DMSetUpGLVisViewer_Composite()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1333 static PetscErrorCode DMView_ASCII_pforest(PetscObject odm, PetscViewer viewer) in DMView_ASCII_pforest()
1366 static PetscErrorCode DMView_VTK_pforest(PetscObject odm, PetscViewer viewer) in DMView_VTK_pforest()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex4.c1659 static PetscErrorCode CreateMomentFields(DM odm, AppCtx *ctx) in CreateMomentFields()
/petsc/src/ts/tutorials/
H A Dex30.c1137 static PetscErrorCode LoadFromFile(MPI_Comm comm, const char *filename, DM *odm) in LoadFromFile()
/petsc/src/dm/interface/
H A Ddm.c6526 PetscErrorCode DMGetOutputDM(DM dm, DM *odm) in DMGetOutputDM()