Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Member Functions | Friends | List of all members
serac::Components Class Reference

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.
 

Detailed Description

A set to flag components of a vector field.

Definition at line 29 of file components.hpp.


The documentation for this class was generated from the following file: