Home
last modified time | relevance | path

Searched refs:DMMoabGetLocalElements (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscdmmoab.h66 PETSC_EXTERN PetscErrorCode DMMoabGetLocalElements(DM, const moab::Range **);
/petsc/src/ksp/ksp/tutorials/
H A Dex36.cxx281 PetscCall(DMMoabGetLocalElements(dm, &elocal)); in ComputeRHS_MOAB()
369 PetscCall(DMMoabGetLocalElements(dm, &elocal)); in ComputeMatrix_MOAB()
H A Dex35.cxx310 PetscCall(DMMoabGetLocalElements(dm, &elocal)); in ComputeRHS()
405 PetscCall(DMMoabGetLocalElements(dm, &elocal)); in ComputeMatrix()
/petsc/src/dm/impls/moab/
H A Ddmmoab.cxx358 PetscErrorCode DMMoabGetLocalElements(DM dm, const moab::Range **range) in DMMoabGetLocalElements() function