|
IFEM
90A354
|
Struct holding information about an inter-SIM dependency. More...

Public Member Functions | |
| Dependency (SIMdependency *s=nullptr, const std::string &f="", short int n=1) | |
| Default constructor. | |
Public Attributes | |
| SIMdependency * | sim |
| SIM object holding the dependent field. | |
| PatchVec | patches |
| Patch geometry the field is defined over. | |
| std::string | name |
| Field name. | |
| short int | components |
| Number of field components per node. | |
| short int | comp_use |
| Component to use from field. | |
| char | differentBasis |
| Toggle usage of an independent basis. | |
| const int * | MADOF |
| The MADOF array to associate with field. | |
Struct holding information about an inter-SIM dependency.