#include "compiler.h"#include "oofemtxtdatareader.h"#include "util.h"#include "oofemdef.h"#include "usrdefsub.h"#include "error.h"#include "logger.h"#include "contextioerr.h"#include "oofem_terminate.h"#include <stdio.h>#include <string.h>#include <new>Go to the source code of this file.
Functions | |
| int | oofem_main (bool rn, const char *inputFileName, const char *oname) |
Variables | |
| int | gPF = 0 |
| int oofem_main | ( | bool | rn, |
| const char * | inputFileName, | ||
| const char * | oname | ||
| ) |
Definition at line 29 of file oofem_main.cpp.
Referenced by midaspace::FEM_solve_OOFEM().
| int gPF = 0 |
Definition at line 22 of file oofem_main.cpp.