|
IFEM
90A354
|
Output of FE model and results to VTF file. More...
#include "VTF.h"#include "ElementBlock.h"#include "Function.h"#include "Tensor.h"#include <iostream>#include <cstdio>
Macros | |
| #define | VTFA_FAILURE(x) x <= 0 |
| Convenience macro. | |
| #define | VTFA_SUCCESS(x) x > 0 |
| Convenience macro. | |
Functions | |
| static bool | showError (const char *msg, int ID1=-1, int ID2=-2) |
| Static helper printing an error message to std::cerr. More... | |
Output of FE model and results to VTF file.
|
static |
Static helper printing an error message to std::cerr.
| [in] | msg | The message to print |
| [in] | ID1 | If non-negative, the value is appended to the message |
| [in] | ID2 | If non-negative, the value is appended to the message |
Referenced by VTF::VTF(), VTF::writeDblk(), VTF::writeEres(), VTF::writeGrid(), VTF::writeNfunc(), VTF::writeNres(), VTF::writePoints(), VTF::writeSblk(), VTF::writeState(), VTF::writeTblk(), VTF::writeTransformation(), VTF::writeVblk(), VTF::writeVectors(), VTF::writeVres(), and VTF::~VTF().