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;
78 base::_initialize_data_guard(hat_K);
bool have_compact_support_inside_element() const
base::size_type size_type
void _initialize_cstor_sizes() const
static const Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > _dummy_hat_node
void _compute_dofs(reference_element hat_K, const Eigen::Matrix< T, Eigen::Dynamic, 1 > &f_xnod, Eigen::Matrix< T, Eigen::Dynamic, 1 > &dof) const
const Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > & hat_node(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
std::string family_name() const
bool have_index_parameter() const
void grad_evaluate(reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > &values) const
void _initialize_data(reference_element hat_K) const
see the reference_element page for the full documentation
This file is part of Rheolef.