template<
class T>
class rheolef::basis_bubble< T >
Definition at line 31 of file bubble.h.
|
| basis_bubble () |
|
| ~basis_bubble () |
|
std::string | name () const |
|
bool | have_index_parameter () const |
|
std::string | family_name () const |
|
bool | have_compact_support_inside_element () const |
|
size_type | degree () const |
|
bool | is_nodal () const |
|
void | evaluate (reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< T, Eigen::Dynamic, 1 > &values) 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 | _compute_dofs (reference_element hat_K, const Eigen::Matrix< T, Eigen::Dynamic, 1 > &f_xnod, Eigen::Matrix< T, Eigen::Dynamic, 1 > &dof) const |
|
void | _initialize_cstor_sizes () const |
|
void | _initialize_data (reference_element hat_K) const |
|
const Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > & | hat_node (reference_element hat_K) const |
|
| basis_rep (const basis_option &sopt) |
|
virtual | ~basis_rep () |
|
virtual size_type | family_index () const |
|
std::string | name () const |
|
virtual valued_type | valued_tag () 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 |
|
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< 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" |
|
point_basic< T > virtual _RHEOLEF_compute_dofs("tensor", tensor_basic< T >) void put(std void | put_scalar_valued (std::ostream &os, reference_element hat_K) const |
|
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 |
|
void | _initialize_data_guard (reference_element hat_K) const |
|
void | _clear () const |
|
|
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) |
|
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 |
|