Home
last modified time | relevance | path

Searched refs:DMMoabGetLocalVertices (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex35.cxx208 PetscCall(DMMoabGetLocalVertices(dm, &vlocal, NULL)); in FormIJacobian()
270 PetscCall(DMMoabGetLocalVertices(dm, &ownedvtx, NULL)); in FormRHSFunction()
304 PetscCall(DMMoabGetLocalVertices(dm, &vlocal, NULL)); in FormIFunction()
364 PetscCall(DMMoabGetLocalVertices(dm, &vowned, NULL)); in FormInitialSolution()
/petsc/include/
H A Dpetscdmmoab.h64 PETSC_EXTERN PetscErrorCode DMMoabGetLocalVertices(DM, const moab::Range **, const moab::Range **);
/petsc/src/ksp/ksp/tutorials/
H A Dex36.cxx480 PetscCall(DMMoabGetLocalVertices(dm, &ownedvtx, NULL)); in ComputeDiscreteL2Error()
H A Dex35.cxx520 PetscCall(DMMoabGetLocalVertices(dm, &ownedvtx, NULL)); in ComputeDiscreteL2Error()
/petsc/src/dm/impls/moab/
H A Ddmmoab.cxx334 PetscErrorCode DMMoabGetLocalVertices(DM dm, const moab::Range **owned, const moab::Range **ghost) in DMMoabGetLocalVertices() function