|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
Representation of a field type with a name and an optional unknown index. More...
#include <field_store.hpp>
Public Member Functions | |
| FieldType (std::string n, int unknown_index_=-1) | |
| Construct a new FieldType object. More... | |
Public Attributes | |
| std::string | name |
| Name of the field. | |
| int | unknown_index |
| Index of the unknown in the solver. | |
Representation of a field type with a name and an optional unknown index.
| Space | The finite element space type. |
| Time | The time integration type (unused by default). |
Definition at line 30 of file field_store.hpp.
|
inline |
Construct a new FieldType object.
| n | Name of the field. |
| unknown_index_ | Index of the unknown in the solver (default: -1). |
Definition at line 36 of file field_store.hpp.