1#ifndef _RHEOLEF_BASIS_RAW_DUBINER_H
2#define _RHEOLEF_BASIS_RAW_DUBINER_H
30#include "rheolef/basis_raw.h"
31#include "rheolef/ad3.h"
60 Eigen::Matrix<T,Eigen::Dynamic,1>& value)
const;
75 mutable std::array<std::vector<size_type>,
78 mutable std::array<std::vector<ad3_basic<T> >,
field::size_type size_type
std::array< std::vector< size_type >, reference_element::max_variant > _inod2ideg
std::array< std::vector< ad3_basic< T > >, reference_element::max_variant > _value_ad
base::size_type size_type
void evaluate(reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< T, Eigen::Dynamic, 1 > &value) const
void grad_evaluate(reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > &value) const
size_type ndof(reference_element hat_K) const
bool is_hierarchical() const
void _initialize(reference_element hat_K) const
std::string family_name() const
reference_element::size_type size_type
see the reference_element page for the full documentation
static const variant_type max_variant
This file is part of Rheolef.