Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex54f.F90259 subroutine thfx2d(ev, xl, shp, dd, ndm, ndf, nel, dir) argument
292 subroutine shp2dquad(s, t, xl, shp, xsj, ndm) argument
/petsc/src/dm/impls/composite/ftn-custom/
H A Dzfddaf.c64 PetscInt ndm; in dmcompositegetglobaliss_() local
76 PetscInt ndm; in dmcompositerestoreglobaliss_() local
93 PetscInt ndm; in dmcompositegetlocaliss_() local
105 PetscInt ndm; in dmcompositerestorelocaliss_() local
/petsc/src/ksp/pc/impls/gamg/
H A Dgeo.c34 static PetscErrorCode PCSetCoordinates_GEO(PC pc, PetscInt ndm, PetscInt a_nloc, PetscReal *coords) in PCSetCoordinates_GEO()
H A Dagg.c353 static PetscErrorCode PCSetCoordinates_AGG(PC pc, PetscInt ndm, PetscInt a_nloc, PetscReal *coords) in PCSetCoordinates_AGG()
/petsc/src/ksp/pc/impls/ml/
H A Dml.c403 static PetscErrorCode PCSetCoordinates_ML(PC pc, PetscInt ndm, PetscInt a_nloc, PetscReal *coords) in PCSetCoordinates_ML()
/petsc/src/dm/impls/swarm/
H A Dswarm.c2820 PetscErrorCode DMSwarmReplace(DM dm, DM *ndm) in DMSwarmReplace()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c121 PetscErrorCode DMPlexReplace_Internal(DM dm, DM *ndm) in DMPlexReplace_Internal()