|
OOFEM 3.0
|
#include "util.h"#include "engngm.h"#include "classfactory.h"#include "inputrecord.h"#include "datareader.h"#include "error.h"#include <cstring>#include <cmath>#include <iostream>#include <iomanip>#include <unistd.h>Go to the source code of this file.
Namespaces | |
| namespace | oofem |
Functions | |
| void | oofem::print_stacktrace (FILE *out, int skip, unsigned int max_frames) |
| std::unique_ptr< EngngModel > | oofem::InstanciateProblem (DataReader &dr, problemMode mode, int contextFlag, EngngModel *_master, bool parallelFlag) |
| void | oofem::printProgress (double percentage, const std::string &title, std::ostream &out) |