Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
typedef basis_rep< T > | rep |
typedef smart_pointer_nocopy< rep > | base |
typedef rep::size_type | size_type |
typedef rep::value_type | value_type |
typedef rep::valued_type | valued_type |
Public Member Functions | |
basis_basic (std::string name="") | |
void | reset (std::string &name) |
void | reset_family_index (size_type k) |
bool | is_initialized () const |
size_type | degree () const |
size_type | family_index () const |
std::string | family_name () const |
std::string | name () const |
size_type | ndof (reference_element hat_K) const |
size_type | nnod (reference_element hat_K) const |
bool | is_continuous () const |
bool | is_discontinuous () const |
bool | is_nodal () const |
bool | have_continuous_feature () const |
bool | have_compact_support_inside_element () const |
bool | is_hierarchical () const |
size_type | size () const |
const basis_basic< T > & | operator[] (size_type i_comp) const |
bool | have_index_parameter () const |
const basis_option & | option () const |
valued_type | valued_tag () const |
const std::string & | valued () const |
const piola_fem< T > & | get_piola_fem () const |
size_type | local_ndof_on_side (reference_element hat_K, const side_information_type &sid) const |
void | local_idof_on_side (reference_element hat_K, const side_information_type &sid, Eigen::Matrix< size_type, Eigen::Dynamic, 1 > &loc_idof) 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_inod_by_dimension (reference_element hat_K, size_type dim) const |
size_type | first_idof_by_dimension (reference_element hat_K, size_type dim) const |
template<class Value > | |
void | evaluate (reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const |
template<class Value > | |
void | evaluate_on_side (reference_element tilde_K, const side_information_type &sid, const point_basic< T > &hat_x, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const |
template<class Value > | |
void | grad_evaluate (reference_element hat_K, const point_basic< T > &hat_x, Eigen::Matrix< Value, Eigen::Dynamic, 1 > &value) const |
const Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > & | hat_node (reference_element hat_K) const |
template<class Function > | |
void | compute_dof (reference_element hat_K, const Function &f, Eigen::Matrix< T, Eigen::Dynamic, 1 > &dofs) const |
template<class Value > | |
void | compute_dofs (reference_element hat_K, const Eigen::Matrix< Value, Eigen::Dynamic, 1 > &f_xnod, Eigen::Matrix< T, Eigen::Dynamic, 1 > &dof) const |
const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > & | vdm (reference_element hat_K) const |
const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > & | inv_vdm (reference_element hat_K) const |
void | put (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 |
Protected Member Functions | |
void | _clear () const |
typedef smart_pointer_nocopy<rep> base |
typedef rep::size_type size_type |
typedef rep::value_type value_type |
typedef rep::valued_type valued_type |
basis_basic | ( | std::string | name = "" | ) |
void reset | ( | std::string & | name | ) |
Definition at line 78 of file basis_rep.cc.
void reset_family_index | ( | size_type | k | ) |
Definition at line 93 of file basis_rep.cc.
basis_basic< T >::size_type degree |
basis_basic< T >::size_type family_index |
basis_basic< T >::size_type ndof | ( | reference_element | hat_K | ) | const |
basis_basic< T >::size_type nnod | ( | reference_element | hat_K | ) | const |
basis_basic< T >::size_type size |
const basis_basic< T > & operator[] | ( | size_type | i_comp | ) | const |
const basis_option & option |
basis_basic< T >::valued_type valued_tag |
basis_basic< T >::size_type local_ndof_on_side | ( | reference_element | hat_K, |
const side_information_type & | sid | ||
) | const |
void local_idof_on_side | ( | reference_element | hat_K, |
const side_information_type & | sid, | ||
Eigen::Matrix< size_type, Eigen::Dynamic, 1 > & | loc_idof | ||
) | const |
basis_basic< T >::size_type ndof_on_subgeo | ( | size_type | map_dim, |
size_type | subgeo_variant | ||
) | const |
basis_basic< T >::size_type nnod_on_subgeo | ( | size_type | map_dim, |
size_type | subgeo_variant | ||
) | const |
basis_basic< T >::size_type first_inod_by_dimension | ( | reference_element | hat_K, |
size_type | dim | ||
) | const |
basis_basic< T >::size_type first_idof_by_dimension | ( | reference_element | hat_K, |
size_type | dim | ||
) | const |
void evaluate | ( | reference_element | hat_K, |
const point_basic< T > & | hat_x, | ||
Eigen::Matrix< Value, Eigen::Dynamic, 1 > & | value | ||
) | const |
void evaluate_on_side | ( | reference_element | tilde_K, |
const side_information_type & | sid, | ||
const point_basic< T > & | hat_x, | ||
Eigen::Matrix< Value, Eigen::Dynamic, 1 > & | value | ||
) | const |
void grad_evaluate | ( | reference_element | hat_K, |
const point_basic< T > & | hat_x, | ||
Eigen::Matrix< Value, Eigen::Dynamic, 1 > & | value | ||
) | const |
const Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > & hat_node | ( | reference_element | hat_K | ) | const |
void compute_dof | ( | reference_element | hat_K, |
const Function & | f, | ||
Eigen::Matrix< T, Eigen::Dynamic, 1 > & | dofs | ||
) | const |
void compute_dofs | ( | reference_element | hat_K, |
const Eigen::Matrix< Value, Eigen::Dynamic, 1 > & | f_xnod, | ||
Eigen::Matrix< T, Eigen::Dynamic, 1 > & | dof | ||
) | const |
const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > & vdm | ( | reference_element | hat_K | ) | const |
const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > & inv_vdm | ( | reference_element | hat_K | ) | const |
void put | ( | 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 |