Struct holding information about an initial condition.
More...
#include <SIMinput.h>
|
|
| ICInfo () |
| | Default constructor.
|
| |
|
| ICInfo (const std::string &f) |
| | Constructor providing the field name.
|
| |
|
|
int | file_level |
| | The time level for the field in the file.
|
| |
|
int | geo_level |
| | The time level for the (adapted) geometry in the file.
|
| |
|
char | basis |
| | The basis to inject field into (for mixed)
|
| |
|
char | component |
| | Component for field (for functions)
|
| |
|
std::string | sim_field |
| | The name of the field in the SIM class.
|
| |
|
std::string | file_basis |
| | Basis for field on file.
|
| |
|
std::string | file_field |
| | The field name in the file or type of function.
|
| |
|
std::string | function |
| | Function expression if given in function form.
|
| |
Struct holding information about an initial condition.
The documentation for this struct was generated from the following file:
- /home/runner/work/IFEM-2/IFEM-2/src/SIM/SIMinput.h