|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
A set to flag components of a vector field. More...
#include <components.hpp>
Public Member Functions | |
| Components (Component i) | |
| Constructor. | |
| bool | operator[] (size_t i) const |
| Indexing operator to check if a component is flagged. | |
| Components | operator+ (Component i) |
| Flag an additional component using the plus operator. | |
Friends | |
| Components | operator+ (Component i, Component j) |
| See docstring on function declaration. | |
| Components | operator+ (Component i, Components j) |
| See docstring on function definition. | |
A set to flag components of a vector field.
Definition at line 29 of file components.hpp.