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 rank

  • FORMAT - write a single non-partitioned file in the requested MOAB output format

See Also#

DMMOAB, MoabReadMode, DMMoabOutput()

Level#

intermediate

Location#

include/petscdmmoab.h


Index of all DMMOAB routines
Table of Contents for all manual pages
Index of all manual pages