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