|
NiHu
2.0
|
container class for field points More...
#include <mesh.hpp>
Public Types | |
| typedef xType | x_t |
| template parameter as nested type | |
| typedef eigen_std_vector< x_t >::type::const_iterator | iterator_t |
| node iterator type | |
Public Member Functions | |
| void | add_point (x_t const &p) |
| add a point to the field point mesh More... | |
| size_t | get_num_points () const |
| return number of points More... | |
Static Public Attributes | |
| static const unsigned | nDim = x_t::SizeAtCompileTime |
| number of dimensions | |
Protected Attributes | |
| eigen_std_vector< x_t >::type | points |
| nodal coordinates | |
container class for field points
| xType | type of a field point |
|
inline |
|
inline |