IFEM  90A354
Public Member Functions | Public Attributes | List of all members
SIMbase::DumpData Struct Reference

A struct with data for system matrix/vector dumps. More...

#include <SIMbase.h>

Collaboration diagram for SIMbase::DumpData:
Collaboration graph
[legend]

Public Member Functions

 DumpData ()
 Default constructor.
 
bool doDump ()
 Checks if the matrix or vector should be dumped now.
 

Public Attributes

std::string fname
 File name.
 
LinAlg::StorageFormat format
 File format flag.
 
std::set< int > step
 Dump step identifiers.
 
bool expand
 If true, dump expanded solution vectors.
 
int count
 Internal step counter, dump only when step==count.
 
double eps
 Zero tolerance for printing small values.
 

Detailed Description

A struct with data for system matrix/vector dumps.


The documentation for this struct was generated from the following file: