MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Header containg defintion of MappingFunction. More...
#include "Mesquite.hpp"
#include <vector>
#include "MsqMatrix.hpp"
#include "TopologyInfo.hpp"
#include "NodeSet.hpp"
Go to the source code of this file.
Classes | |
class | MBMesquite::MappingFunction |
An interface for a mapping function of the form \(\vec{x}(\vec{\xi})=\sum_{i=1}^n N_i(\vec{\xi})\vec{x_i}\), where \(\vec{x_i}\) is a point in \(\mathbf{R}^3\) (i.e. \(x_i,y_i,z_i\)), \(\vec{\xi_i} = \left\{\begin{array}{c}\xi_i\\ \eta_i\\ \end{array}\right\}\) for surface elements and \(\vec{\xi_i} = \left\{\begin{array}{c}\xi_i\\ \eta_i\\ \zeta_i\\ \end{array}\right\}\) for volume elements. More... | |
class | MBMesquite::MappingFunction2D |
MappingFunction for topologically 2D (surface) elements. More... | |
class | MBMesquite::MappingFunction3D |
MappingFunction for topologically 3D (volume) elements. More... | |
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. |
Header containg defintion of MappingFunction.
Definition in file MappingFunction.hpp.