|
Rheolef
7.1
an efficient C++ finite element environment
|
Inheritance diagram for basis_basic< T >: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 Types inherited from smart_pointer_nocopy< basis_rep< T > > | |
| typedef basis_rep< T > | handled_type |
| typedef base::internal | internal |
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 |
Public Member Functions inherited from smart_pointer_nocopy< basis_rep< T > > | |
| smart_pointer_nocopy (basis_rep< T > *p=0) | |
| smart_pointer_nocopy (void *count, internal i) | |
| smart_pointer_nocopy (const smart_pointer_nocopy< basis_rep< T > > &x) | |
| smart_pointer_nocopy< basis_rep< T > > & | operator= (const smart_pointer_nocopy< basis_rep< T > > &x) |
| ~smart_pointer_nocopy () | |
Public Member Functions inherited from smart_pointer_base< T, C > | |
| smart_pointer_base (T *p=0) | |
| smart_pointer_base (const smart_pointer_base< T, C > &) | |
| smart_pointer_base (void *count, internal) | |
| smart_pointer_base< T, C > & | operator= (const smart_pointer_base< T, C > &) |
| ~smart_pointer_base () | |
| const T * | pointer () const |
| const T & | data () const |
| const T * | operator-> () const |
| const T & | operator* () const |
| T * | pointer () |
| T & | data () |
| T * | operator-> () |
| T & | operator* () |
| int | reference_counter () const |
| counter * | get_count () const |
Protected Member Functions | |
| void | _clear () const |
Additional Inherited Members | |
Static Public Member Functions inherited from persistent_table< basis_basic< T > > | |
| static basis_basic< T > | load (const std::string &name) |
| static void | unload (const std::string &name) |
| static bool | verbose () |
| static void | set_verbose (bool v) |
Protected Types inherited from persistent_table< basis_basic< T > > | |
| using | loaded_map_type = std::unordered_map< std::string, void * > |
Static Protected Member Functions inherited from persistent_table< basis_basic< T > > | |
| static loaded_map_type & | get_loaded_map () |
Static Protected Attributes inherited from persistent_table< basis_basic< T > > | |
| static loaded_map_type | _loaded_map |
| static bool | _verbose |
| 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 |