an efficient C++ finite element environment
|
|
Go to the documentation of this file.
22 #ifndef _RHEOLEF_P1qd_H
23 #define _RHEOLEF_P1qd_H
24 #include "rheolef/basis.h"
25 #include "rheolef/tensor.h"
43 Eigen::Matrix<T,Eigen::Dynamic,1>& values)
const;
50 const Eigen::Matrix<T,Eigen::Dynamic,1>& f_xnod,
51 Eigen::Matrix<T,Eigen::Dynamic,1>& dof)
const;
58 Eigen::Matrix<point_basic<T>,Eigen::Dynamic,1>,
62 #endif // _RHEOLEF_P1qd_H
void _initialize_data_guard(reference_element hat_K) const
std::array< Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 >, reference_element::max_variant > _hat_node
void evaluate(reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< T, Eigen::Dynamic, 1 > &values) const
reference_element::size_type size_type
void grad_evaluate(reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > &values) const
see the reference_element page for the full documentation
std::string family_name() const
const Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > & hat_node(reference_element hat_K) const
void _initialize_cstor_sizes() const
base::size_type size_type
variant_type variant() const
This file is part of Rheolef.
void _compute_dofs(reference_element hat_K, const Eigen::Matrix< T, Eigen::Dynamic, 1 > &f_xnod, Eigen::Matrix< T, Eigen::Dynamic, 1 > &dof) const
static const variant_type max_variant
void _initialize_data(reference_element hat_K) const
field::size_type size_type
bool have_index_parameter() const