Rheolef
7.2
an efficient C++ finite element environment
|
Public Types | |
typedef reference_element::size_type | size_type |
typedef T | value_type |
typedef space_constant::valued_type | valued_type |
Public Member Functions | |
basis_rep (const basis_option &sopt) | |
virtual | ~basis_rep () |
virtual size_type | degree () const =0 |
virtual size_type | family_index () const |
virtual std::string | family_name () const =0 |
std::string | name () const |
virtual valued_type | valued_tag () const |
virtual bool | is_nodal () const =0 |
virtual bool | have_index_parameter () const |
virtual bool | have_continuous_feature () const |
virtual bool | is_hierarchical () const |
virtual size_type | size () const |
virtual const class basis_basic< T > & | operator[] (size_type i_comp) const |
virtual bool | have_compact_support_inside_element () const |
const basis_option & | option () const |
const std::string & | valued () const |
bool | is_continuous () const |
bool | is_discontinuous () const |
size_type | ndof (reference_element hat_K) const |
size_type | nnod (reference_element hat_K) const |
size_type | ndof_on_subgeo (size_type map_dim, size_type subgeo_variant) const |
size_type | nnod_on_subgeo (size_type map_dim, size_type subgeo_variant) const |
size_type | first_idof_by_dimension (reference_element hat_K, size_type dim) const |
size_type | first_inod_by_dimension (reference_element hat_K, size_type dim) const |
size_type | ndof_internal (reference_element hat_K) const |
size_type | nnod_internal (reference_element hat_K) const |
size_type | ndof_on_subgeo_internal (size_type map_dim, size_type subgeo_variant) const |
size_type | nnod_on_subgeo_internal (size_type map_dim, size_type subgeo_variant) const |
size_type | first_idof_by_dimension_internal (reference_element hat_K, size_type dim) const |
size_type | first_inod_by_dimension_internal (reference_element hat_K, size_type dim) const |
virtual size_type | local_ndof_on_side (reference_element hat_K, const side_information_type &sid) const |
virtual void | local_idof_on_side (reference_element hat_K, const side_information_type &sid, Eigen::Matrix< size_type, Eigen::Dynamic, 1 > &loc_idof) const |
virtual const Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > & | hat_node (reference_element hat_K) const |
virtual const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > & | vdm (reference_element hat_K) const |
virtual const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > & | inv_vdm (reference_element hat_K) const |
const piola_fem< T > & | get_piola_fem () const |
_RHEOLEF_evaluate (evaluate,"scalar", T) _RHEOLEF_evaluate(evaluate | |
point_basic< T > | _RHEOLEF_evaluate (evaluate,"tensor", tensor_basic< T >) _RHEOLEF_evaluate(evaluate |
point_basic< T > tensor3_basic< T > | _RHEOLEF_evaluate (evaluate,"tensor4", tensor4_basic< T >) _RHEOLEF_evaluate(grad_evaluate |
point_basic< T > tensor3_basic< T > T | _RHEOLEF_evaluate (grad_evaluate,"vector", point_basic< T >) _RHEOLEF_evaluate(grad_evaluate |
point_basic< T > tensor3_basic< T > T tensor_basic< T > | _RHEOLEF_evaluate (grad_evaluate,"tensor3", tensor3_basic< T >) _RHEOLEF_evaluate(grad_evaluate |
_RHEOLEF_evaluate_on_side ("scalar", T) _RHEOLEF_evaluate_on_side("vector" | |
_RHEOLEF_compute_dofs ("scalar", T) _RHEOLEF_compute_dofs("vector" | |
virtual void | put_vector_valued (std::ostream &os, reference_element hat_K) const |
void | put_hat_node (std::ostream &os, reference_element hat_K) const |
void | put_hat_node_on_side (std::ostream &os, reference_element hat_K, const side_information_type &sid) const |
virtual void | _initialize_cstor_sizes () const =0 |
void | _initialize_data_guard (reference_element hat_K) const |
virtual void | _initialize_data (reference_element hat_K) const =0 |
void | _clear () const |
Static Public Member Functions | |
static basis_rep * | make_ptr (const std::string &name) |
static std::string | standard_naming (std::string family_name, size_t degree, const basis_option &sopt) |
static bool | have_index_parameter (std::string family_name) |
static bool | have_continuous_feature (std::string family_name) |
static void | _helper_initialize_first_ixxx_by_dimension_from_nxxx_on_subgeo (const std::array< std::array< size_type, reference_element::max_variant >, 4 > &_nxxx_on_subgeo, std::array< std::array< size_type, 5 >, reference_element::max_variant > &_first_ixxx_by_dimension) |
static void | _helper_make_discontinuous_ndof_on_subgeo (bool is_continuous, const std::array< std::array< size_type, reference_element::max_variant >, 4 > &nxxx_on_subgeo_internal, std::array< std::array< size_type, reference_element::max_variant >, 4 > &nxxx_on_subgeo) |
Public Attributes | |
vector | |
point_basic< T > | tensor3 |
point_basic< T > tensor3_basic< T > | scalar |
point_basic< T > tensor3_basic< T > T | tensor |
point_basic< T > tensor3_basic< T > T tensor_basic< T > | tensor4 |
Protected Attributes | |
std::string | _name |
basis_option | _sopt |
piola_fem< T > | _piola_fem |
std::array< bool, reference_element::max_variant > | _have_initialize_data |
std::array< std::array< size_type,reference_element::max_variant >,4 > | _ndof_on_subgeo_internal |
std::array< std::array< size_type,reference_element::max_variant >,4 > | _ndof_on_subgeo |
std::array< std::array< size_type,reference_element::max_variant >,4 > | _nnod_on_subgeo_internal |
std::array< std::array< size_type,reference_element::max_variant >,4 > | _nnod_on_subgeo |
std::array< std::array< size_type,5 >,reference_element::max_variant > | _first_idof_by_dimension_internal |
std::array< std::array< size_type,5 >,reference_element::max_variant > | _first_idof_by_dimension |
std::array< std::array< size_type,5 >,reference_element::max_variant > | _first_inod_by_dimension_internal |
std::array< std::array< size_type,5 >,reference_element::max_variant > | _first_inod_by_dimension |
typedef T value_type |
basis_rep | ( | const basis_option & | sopt | ) |
Definition at line 107 of file basis_rep.cc.
|
virtual |
Definition at line 102 of file basis_rep.cc.
|
pure virtual |
|
virtual |
Reimplemented in basis_fem_vector< T >, basis_fem_trace_n< T >, basis_fem_tensor< T >, and basis_fem_RTk< T >.
|
pure virtual |
|
virtual |
Reimplemented in basis_fem_vector< T >, basis_fem_tensor< T >, and basis_fem_RTk< T >.
|
pure virtual |
|
virtual |
Reimplemented in basis_P1qd< T >, basis_P1< T >, basis_P0< T >, basis_bubble< T >, basis_fem_vector< T >, basis_fem_tensor< T >, and basis_fem_empty< T >.
|
virtual |
Reimplemented in basis_fem_vector< T >, and basis_fem_tensor< T >.
|
virtual |
Reimplemented in basis_fem_vector< T >, and basis_fem_tensor< T >.
|
virtual |
Reimplemented in basis_fem_vector< T >, and basis_fem_tensor< T >.
|
virtual |
Reimplemented in basis_fem_vector< T >, and basis_fem_tensor< T >.
|
virtual |
Reimplemented in basis_bubble< T >, basis_fem_vector< T >, basis_fem_tensor< T >, and basis_fem_empty< T >.
const basis_option& option | ( | ) | const |
size_type ndof | ( | reference_element | hat_K | ) | const |
size_type nnod | ( | reference_element | hat_K | ) | const |
size_type first_idof_by_dimension | ( | reference_element | hat_K, |
size_type | dim | ||
) | const |
size_type first_inod_by_dimension | ( | reference_element | hat_K, |
size_type | dim | ||
) | const |
size_type ndof_internal | ( | reference_element | hat_K | ) | const |
size_type nnod_internal | ( | reference_element | hat_K | ) | const |
size_type first_idof_by_dimension_internal | ( | reference_element | hat_K, |
size_type | dim | ||
) | const |
size_type first_inod_by_dimension_internal | ( | reference_element | hat_K, |
size_type | dim | ||
) | const |
|
virtual |
Reimplemented in basis_fem_trace_n< T >, and basis_fem_Pk_lagrange< T >.
|
virtual |
Reimplemented in basis_P1< T >, basis_P0< T >, basis_fem_trace_n< T >, and basis_fem_Pk_lagrange< T >.
|
virtual |
|
virtual |
Reimplemented in basis_fem_RTk< T >, basis_fem_Pk_lagrange< T >, and basis_fem_Pk_bernstein< T >.
|
virtual |
Reimplemented in basis_fem_RTk< T >, basis_fem_Pk_lagrange< T >, and basis_fem_Pk_bernstein< T >.
point_basic<T> _RHEOLEF_evaluate | ( | evaluate | , |
"tensor" | , | ||
tensor_basic< T > | |||
) |
point_basic<T> tensor3_basic<T> _RHEOLEF_evaluate | ( | evaluate | , |
"tensor4" | , | ||
tensor4_basic< T > | |||
) |
point_basic<T> tensor3_basic<T> T _RHEOLEF_evaluate | ( | grad_evaluate | , |
"vector" | , | ||
point_basic< T > | |||
) |
point_basic<T> tensor3_basic<T> T tensor_basic<T> _RHEOLEF_evaluate | ( | grad_evaluate | , |
"tensor3" | , | ||
tensor3_basic< T > | |||
) |
_RHEOLEF_evaluate_on_side | ( | "scalar" | , |
T | |||
) |
point_basic< T > virtual _RHEOLEF_compute_dofs | ( | "scalar" | , |
T | |||
) |
|
virtual |
Definition at line 51 of file basis_fem_visu_gnuplot.cc.
void put_hat_node | ( | std::ostream & | os, |
reference_element | hat_K | ||
) | const |
Definition at line 343 of file basis_fem_visu_gnuplot.cc.
void put_hat_node_on_side | ( | std::ostream & | os, |
reference_element | hat_K, | ||
const side_information_type & | sid | ||
) | const |
Definition at line 468 of file basis_fem_visu_gnuplot.cc.
Definition at line 56 of file basis_list.cc.
|
static |
Definition at line 44 of file basis_rep.cc.
|
static |
Definition at line 41 of file basis_list.cc.
|
static |
Definition at line 48 of file basis_list.cc.
|
pure virtual |
void _initialize_data_guard | ( | reference_element | hat_K | ) | const |
Definition at line 131 of file basis_rep.cc.
|
pure virtual |
void _clear |
Definition at line 125 of file basis_rep.cc.
|
static |
Definition at line 184 of file basis_rep.cc.
|
static |
Definition at line 143 of file basis_rep.cc.
point_basic<T> tensor3_basic<T> scalar |
|
protected |
|
mutableprotected |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
mutableprotected |
|
protected |
|
protected |
|
protected |