|
PolyFEM
|
Represents a virtual node of the FEM mesh as a weighted sum of real (unknown) nodes. More...
#include <Basis.hpp>
Public Member Functions | |
| Local2Global () | |
| Local2Global (const int _index, const RowVectorNd &_node, const double _val) | |
Public Attributes | |
| int | index |
| global index of the actual node | |
| double | val |
| weight | |
| RowVectorNd | node |
| node position | |
Represents a virtual node of the FEM mesh as a weighted sum of real (unknown) nodes.
This class stores the id, weights and positions of the real mesh nodes to use in the weighted sum.
|
inline |
| int polyfem::basis::Local2Global::index |
| RowVectorNd polyfem::basis::Local2Global::node |