an efficient C++ finite element environment
|
|
Go to the documentation of this file. 1 #ifndef _RHEOLEF_BASIS_FEM_EMPTY_H
2 #define _RHEOLEF_BASIS_FEM_EMPTY_H
47 #include "rheolef/basis.h"
66 Eigen::Matrix<T,Eigen::Dynamic,1>& values)
const;
73 const Eigen::Matrix<T,Eigen::Dynamic,1>& f_xnod,
74 Eigen::Matrix<T,Eigen::Dynamic,1>& dof)
const;
86 #endif // _RHEOLEF_BASIS_FEM_EMPTY_H
std::string family_name() const
void _initialize_data_guard(reference_element hat_K) const
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 Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > _dummy_hat_node
void _initialize_cstor_sizes() const
reference_element::size_type size_type
bool have_index_parameter() const
see the reference_element page for the full documentation
void grad_evaluate(reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > &values) const
This file is part of Rheolef.
base::size_type size_type
bool have_compact_support_inside_element() const
const Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > & hat_node(reference_element hat_K) const
void _initialize_data(reference_element hat_K) const
void evaluate(reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< T, Eigen::Dynamic, 1 > &values) const