Affine transformation x := A*x + b. More...
#include <PeriodicBC.hpp>
Public Types | |
| using | WorldMatrix = FieldMatrix< ct, dow, dow > |
| using | WorldVector = FieldVector< ct, dow > |
Public Member Functions | |
| WorldVector | evaluate (WorldVector const &x) const |
| WorldVector | evaluateInverse (WorldVector const &y) const |
Public Attributes | |
| WorldMatrix | matrix_ |
| orthogonal (rotation) matrix | |
| WorldVector | shift_ |
| Shift vector. | |
Affine transformation x := A*x + b.