7 #define BOOST_TEST_DYN_LINK
8 #define BOOST_TEST_MODULE "Test module for the ETYPE shapefunction"
10 #include <boost/assign/list_of.hpp>
11 #include <boost/test/unit_test.hpp>
83 BOOST_AUTO_TEST_SUITE_END()
#define CFinfo
these are always defined
BOOST_AUTO_TEST_CASE(Volume)
boost::proto::terminal< SFOp< NodesOp > >::type const nodes
Eigen::Matrix< Real, nb_nodes, Hexa3D_traits::dimension > NodesT
Basic Classes for Mesh applications used by COOLFluiD.
2D Lagrange P2 Quadrilateral Element type This class provides the lagrangian shape function describin...
Top-level namespace for coolfluid.
static void compute_mapped_coordinate(const CoordsT &coord, const NodesT &nodes, MappedCoordsT &mapped_coord)
Eigen::Matrix< Real, Hexa3D_traits::dimension, 1 > CoordsT
Functions to provide integration over elements.
Hexa3D_traits::SF::MappedCoordsT MappedCoordsT
~LagrangeP1Quad2DFixture()
common tear-down for each test case
namespace holding LagrangeP2 shape functions and elements
static Real volume(const NodesT &nodes)
LagrangeP1Quad2DFixture()
common setup for each test case
Most basic kernel library.