|
Feellgood
|
contains namespace Triangle header containing Tri class, and some constants and a less_than operator to redo orientation of triangles More...
#include "element.h"Go to the source code of this file.
Classes | |
| class | Triangle::prm |
| class | Triangle::Tri |
Namespaces | |
| Triangle | |
Variables | |
| const int | Triangle::N = 3 |
| const int | Triangle::NPI = 4 |
| constexpr double | Triangle::u [NPI] = {1 / 3., 1 / 5., 3 / 5., 1 / 5.} |
| constexpr double | Triangle::v [NPI] = {1 / 3., 1 / 5., 1 / 5., 3 / 5.} |
| constexpr double | Triangle::pds [NPI] = {-27 / 96., 25 / 96., 25 / 96., 25 / 96.} |
| constexpr double | Triangle::a [N][NPI] |
| const Eigen::Matrix< double, N, NPI > | Triangle::eigen_a |
contains namespace Triangle header containing Tri class, and some constants and a less_than operator to redo orientation of triangles