|
Rheolef
7.1
an efficient C++ finite element environment
|
Inheritance diagram for quadrature< T >:Public Types | |
| typedef quadrature_rep< T > | rep |
| typedef smart_pointer< rep > | base |
| typedef rep::size_type | size_type |
| typedef rep::family_type | family_type |
| typedef rep::const_iterator | const_iterator |
| typedef rep::orientation_type | orientation_type |
Public Types inherited from smart_pointer< quadrature_rep< T > > | |
| typedef quadrature_rep< T > | handled_type |
| typedef base::internal | internal |
Additional Inherited Members | |
Static Public Member Functions inherited from persistent_table< quadrature< T > > | |
| static quadrature< 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< quadrature< T > > | |
| using | loaded_map_type = std::unordered_map< std::string, void * > |
Static Protected Member Functions inherited from persistent_table< quadrature< T > > | |
| static loaded_map_type & | get_loaded_map () |
Static Protected Attributes inherited from persistent_table< quadrature< T > > | |
| static loaded_map_type | _loaded_map |
| static bool | _verbose |
Definition at line 185 of file quadrature.h.
| typedef quadrature_rep<T> rep |
Definition at line 191 of file quadrature.h.
| typedef smart_pointer<rep> base |
Definition at line 192 of file quadrature.h.
| typedef rep::size_type size_type |
Definition at line 193 of file quadrature.h.
| typedef rep::family_type family_type |
Definition at line 194 of file quadrature.h.
| typedef rep::const_iterator const_iterator |
Definition at line 195 of file quadrature.h.
Definition at line 196 of file quadrature.h.
| quadrature | ( | const std::string & | name = "" | ) |
Definition at line 276 of file quadrature_rep.cc.
| quadrature | ( | quadrature_option | opt | ) |
Definition at line 269 of file quadrature_rep.cc.
| void set_order | ( | size_type | order | ) |
Definition at line 284 of file quadrature_rep.cc.
| void set_family | ( | family_type | ft | ) |
Definition at line 292 of file quadrature_rep.cc.
| void reset | ( | const std::string & | name | ) |
Definition at line 254 of file quadrature_rep.cc.
| const quadrature_option & get_options |
Definition at line 264 of file quadrature_rep.cc.
| std::string name | ( | ) | const |
Definition at line 213 of file quadrature.h.
| size_type get_order | ( | ) | const |
Definition at line 214 of file quadrature.h.
| family_type get_family | ( | ) | const |
Definition at line 215 of file quadrature.h.
| std::string get_family_name | ( | ) | const |
Definition at line 216 of file quadrature.h.
| size_type size | ( | reference_element | hat_K | ) | const |
Definition at line 217 of file quadrature.h.
| const_iterator begin | ( | reference_element | hat_K | ) | const |
Definition at line 218 of file quadrature.h.
| const_iterator end | ( | reference_element | hat_K | ) | const |
Definition at line 219 of file quadrature.h.
| const weighted_point<T>& operator() | ( | reference_element | hat_K, |
| size_type | q | ||
| ) | const |
Definition at line 220 of file quadrature.h.
| void get_nodes | ( | reference_element | hat_K, |
| Eigen::Matrix< point_basic< T >, Eigen::Dynamic, 1 > & | node | ||
| ) | const |
Definition at line 222 of file quadrature.h.