Home
last modified time | relevance | path

Searched refs:DMMoabSetGlobalFieldVector (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/impls/moab/tests/
H A Dex2.cxx122 PetscCall(DMMoabSetGlobalFieldVector(user.dm, solution)); in main()
/petsc/include/
H A Dpetscdmmoab.h92 PETSC_EXTERN PetscErrorCode DMMoabSetGlobalFieldVector(DM, Vec);
/petsc/src/ts/tutorials/
H A Dex35.cxx166 PetscCall(DMMoabSetGlobalFieldVector(dm, X)); in main()
/petsc/src/dm/impls/moab/
H A Ddmmbfield.cxx81 PetscErrorCode DMMoabSetGlobalFieldVector(DM dm, Vec fvec) in DMMoabSetGlobalFieldVector() function
/petsc/src/ksp/ksp/tutorials/
H A Dex36.cxx188 PetscCall(DMMoabSetGlobalFieldVector(dmref, x)); in main()
H A Dex35.cxx202 PetscCall(DMMoabSetGlobalFieldVector(dmref, x)); in main()