petsc-3.10.5 2019-03-28
Report Typos and Errors

DMMoabSetGlobalFieldVector

Sets the vector reference that represents the global solution associated with all fields (components) managed by DM. A useful utility when updating the DM solution after a solve, to be serialized with the mesh for checkpointing purposes.

Synopsis

#include "petscdmmoab.h"   
PetscErrorCode DMMoabSetGlobalFieldVector(DM dm, Vec fvec)
Not Collective

Input Parameters

Keywords

discretization manager, set, component solution

See Also

DMMoabGetFieldName(), DMMoabSetFieldVector()

Level

intermediate

Location

src/dm/impls/moab/dmmbfield.cxx

Examples

src/ts/examples/tutorials/ex35.cxx.html

Index of all DMMOAB routines
Table of Contents for all manual pages
Index of all manual pages
dm - the discretization manager object
fvec - the global Vector solution corresponding to all the fields managed by DM