|
IFEM
90A354
|
Struct holding information about an initial condition. More...
#include <SIMinput.h>

Public Member Functions | |
| ICInfo () | |
| Default constructor. | |
| ICInfo (const std::string &f) | |
| Constructor providing the field name. | |
Public Attributes | |
| 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.