MoabWriteMode#
Parallel I/O strategy passed to MOAB when writing a mesh file through DMMOAB
Synopsis#
#include "petscvec.h"
#include "petscmat.h"
#include "petscdm.h"
#include "petscdt.h"
#include "moab/Core.hpp"
#include "moab/ParallelComm.hpp"
typedef enum {
WRITE_PART,
FORMAT
} MoabWriteMode;
Values#
WRITE_PART- write a partitioned file with one section per MPI rankFORMAT- write a single non-partitioned file in the requested MOAB output format
See Also#
Level#
intermediate
Location#
Index of all DMMOAB routines
Table of Contents for all manual pages
Index of all manual pages