|
IFEM
90A354
|
Base class for spline-based finite element (FE) assembly drivers. More...
#include "ASMbase.h"#include "ASMenums.h"#include "ASM2D.h"#include "ASM3D.h"#include "IFEM.h"#include "MPC.h"#include "Tensor.h"#include "Vec3.h"#include "Vec3Oper.h"#include "Function.h"#include "Utilities.h"#include <algorithm>#include <functional>#include <iomanip>
Classes | |
| class | fixed |
| A helper class used by ASMbase::isFixed(). More... | |
Functions | |
| static bool | Aerror (const char *name) |
| Convenience function writing error message for non-implemented methods. | |
| bool | operator== (const ASMbase::BC &rhs, const ASMbase::BC &lhs) |
| Equality operator for BC objects comparing node numbers and DOF codes. | |
| bool | operator== (const ASMbase::BC &rhs, const int &lhs) |
| Equality operator for BC objects comparing node numbers only. | |
Base class for spline-based finite element (FE) assembly drivers.