|
IFEM
90A354
|
A struct with data for system matrix/vector dumps. More...
#include <SIMbase.h>

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. | |
A struct with data for system matrix/vector dumps.