29 #ifndef _LibFEM_ElementT4
30 #define _LibFEM_ElementT4
60 inline std::string
name() {
return "T4"; };
61 inline std::string
vtk_name() {
return "10"; };
#define DECLARE_ELEMENT(CLASS)
Definition: ElementFactory.hpp:42
Definition: SetOf.hpp:346
Definition: Element.hpp:50
const std::vector< unsigned int > & connectivity()
Definition: Element.hpp:86
Definition: ElementT4.hpp:43
static std::string element_name()
Definition: ElementT4.hpp:59
Eigen::VectorXd shape_function_at_coordinate(double xi, double eta, double zeta)
Definition: ElementT4.cpp:80
std::string name()
Definition: ElementT4.hpp:60
virtual ~ElementT4()
Definition: ElementT4.cpp:74
std::string vtk_name()
Definition: ElementT4.hpp:61
Eigen::MatrixXd shape_function_derivative_at_coordinate(double xi, double eta, double zeta)
Definition: ElementT4.cpp:91
unsigned int dof_per_node_count()
Definition: ElementT4.hpp:57
static const unsigned int node_number
Definition: ElementT4.hpp:55
unsigned int gauss_point_count()
Definition: ElementT4.hpp:58
unsigned int node_count()
Definition: ElementT4.hpp:56
Definition: Common.hpp:198