|
IFEM
90A354
|
Abstract interface to problem-specific local coordinate systems. More...
#include <Tensor.h>
Public Member Functions | |
| virtual | ~LocalSystem () |
| Empty default destructor. | |
| virtual const Tensor & | getTmat (const Vec3 &X) const =0 |
| Computes the global-to-local transformation at the point X. | |
Static Public Attributes | |
| static int | patch = 0 |
| Counter used to establish multi-patch local systems. | |
Protected Member Functions | |
| LocalSystem () | |
| Protected default constructor since this is an interface class. | |
Abstract interface to problem-specific local coordinate systems.