|
Rheolef
7.1
an efficient C++ finite element environment
|
Inheritance diagram for basis_on_pointset< T >:Public Types | |
| typedef basis_on_pointset_rep< T > | rep |
| typedef smart_pointer< rep > | base |
| typedef rep::size_type | size_type |
Public Types inherited from smart_pointer< basis_on_pointset_rep< T > > | |
| typedef basis_on_pointset_rep< T > | handled_type |
| typedef base::internal | internal |
Additional Inherited Members | |
Static Public Member Functions inherited from persistent_table< basis_on_pointset< T > > | |
| static basis_on_pointset< 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_on_pointset< T > > | |
| using | loaded_map_type = std::unordered_map< std::string, void * > |
Static Protected Member Functions inherited from persistent_table< basis_on_pointset< T > > | |
| static loaded_map_type & | get_loaded_map () |
Static Protected Attributes inherited from persistent_table< basis_on_pointset< T > > | |
| static loaded_map_type | _loaded_map |
| static bool | _verbose |
Definition at line 191 of file basis_on_pointset.h.
| typedef basis_on_pointset_rep<T> rep |
Definition at line 195 of file basis_on_pointset.h.
| typedef smart_pointer<rep> base |
Definition at line 196 of file basis_on_pointset.h.
| typedef rep::size_type size_type |
Definition at line 197 of file basis_on_pointset.h.
| basis_on_pointset | ( | const std::string & | name = "" | ) |
Definition at line 104 of file basis_on_pointset.cc.
| basis_on_pointset | ( | const quadrature< T > & | quad, |
| const basis_basic< T > & | b | ||
| ) |
Definition at line 111 of file basis_on_pointset.cc.
| basis_on_pointset | ( | const basis_basic< T > & | nb, |
| const basis_basic< T > & | b | ||
| ) |
Definition at line 119 of file basis_on_pointset.cc.
| void reset | ( | const std::string & | name | ) |
Definition at line 95 of file basis_on_pointset.cc.
| void set | ( | const quadrature< T > & | quad, |
| const basis_basic< T > & | b | ||
| ) |
Definition at line 128 of file basis_on_pointset.cc.
| void set | ( | const basis_basic< T > & | nb, |
| const basis_basic< T > & | b | ||
| ) |
Definition at line 135 of file basis_on_pointset.cc.
| bool is_set |
Definition at line 291 of file basis_on_pointset.h.
| const basis_basic< T > & get_basis |
Definition at line 249 of file basis_on_pointset.h.
| basis_on_pointset< T >::size_type ndof | ( | reference_element | hat_K | ) | const |
Definition at line 256 of file basis_on_pointset.h.
| basis_on_pointset< T >::size_type nnod | ( | reference_element | hat_K | ) | const |
Definition at line 263 of file basis_on_pointset.h.
| bool has_quadrature |
Definition at line 270 of file basis_on_pointset.h.
| const quadrature< T > & get_quadrature |
Definition at line 277 of file basis_on_pointset.h.
| const basis_basic< T > & get_nodal_basis |
Definition at line 284 of file basis_on_pointset.h.
| const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & evaluate | ( | reference_element | hat_K | ) | const |
Definition at line 299 of file basis_on_pointset.h.
| const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & evaluate_on_side | ( | reference_element | tilde_L, |
| const side_information_type & | sid | ||
| ) | const |
Definition at line 315 of file basis_on_pointset.h.
| const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & grad_evaluate | ( | reference_element | hat_K | ) | const |
Definition at line 307 of file basis_on_pointset.h.
| const Eigen::Matrix< Value, Eigen::Dynamic, Eigen::Dynamic > & grad_evaluate_on_side | ( | reference_element | tilde_L, |
| const side_information_type & | sid | ||
| ) | const |
Definition at line 325 of file basis_on_pointset.h.