|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 142 of file piola_on_pointset.h.
Inheritance diagram for piola_on_pointset< T >:Public Types | |
| typedef piola_on_pointset_rep< T > | rep |
| typedef smart_pointer< rep > | base |
| typedef rep::size_type | size_type |
Public Types inherited from smart_pointer< piola_on_pointset_rep< T > > | |
| typedef piola_on_pointset_rep< T > | handled_type |
| typedef base::internal | internal |
Public Member Functions | |
| piola_on_pointset () | |
| void | initialize (const basis_basic< T > &piola_basis, const quadrature< T > &quad, const integrate_option &iopt) |
| void | initialize (const basis_basic< T > &piola_basis, const basis_basic< T > &nodal_basis, const integrate_option &iopt) |
| const basis_on_pointset< T > & | get_basis_on_pointset () const |
| bool | has_quadrature () const |
| const quadrature< T > & | get_quadrature () const |
| const basis_basic< T > & | get_nodal_basis () const |
| template<class M > | |
| const Eigen::Matrix< piola< T >, Eigen::Dynamic, 1 > & | get_piola (const geo_basic< T, M > &omega, const geo_element &K) const |
| template<class M > | |
| const Eigen::Matrix< T, Eigen::Dynamic, 1 > & | get_weight (const geo_basic< T, M > &omega, const geo_element &K) const |
| bool | ignore_sys_coord () const |
Public Member Functions inherited from smart_pointer< piola_on_pointset_rep< T > > | |
| smart_pointer (piola_on_pointset_rep< T > *p=0) | |
| smart_pointer (void *count, internal i) | |
| smart_pointer (const smart_pointer< piola_on_pointset_rep< T > > &x) | |
| smart_pointer< piola_on_pointset_rep< T > > & | operator= (const smart_pointer< piola_on_pointset_rep< T > > &x) |
| ~smart_pointer () | |
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 |
| typedef piola_on_pointset_rep<T> rep |
Definition at line 144 of file piola_on_pointset.h.
| typedef smart_pointer<rep> base |
Definition at line 145 of file piola_on_pointset.h.
Definition at line 146 of file piola_on_pointset.h.
| piola_on_pointset | ( | ) |
Definition at line 183 of file piola_on_pointset.h.
| void initialize | ( | const basis_basic< T > & | piola_basis, |
| const quadrature< T > & | quad, | ||
| const integrate_option & | iopt | ||
| ) |
Definition at line 190 of file piola_on_pointset.h.
| void initialize | ( | const basis_basic< T > & | piola_basis, |
| const basis_basic< T > & | nodal_basis, | ||
| const integrate_option & | iopt | ||
| ) |
Definition at line 200 of file piola_on_pointset.h.
| const basis_on_pointset< T > & get_basis_on_pointset | ( | ) | const |
Definition at line 210 of file piola_on_pointset.h.
| bool has_quadrature | ( | ) | const |
Definition at line 217 of file piola_on_pointset.h.
| const quadrature< T > & get_quadrature | ( | ) | const |
Definition at line 224 of file piola_on_pointset.h.
| const basis_basic< T > & get_nodal_basis | ( | ) | const |
Definition at line 231 of file piola_on_pointset.h.
| const Eigen::Matrix< piola< T >, Eigen::Dynamic, 1 > & get_piola | ( | const geo_basic< T, M > & | omega, |
| const geo_element & | K | ||
| ) | const |
Definition at line 239 of file piola_on_pointset.h.
| const Eigen::Matrix< T, Eigen::Dynamic, 1 > & get_weight | ( | const geo_basic< T, M > & | omega, |
| const geo_element & | K | ||
| ) | const |
Definition at line 247 of file piola_on_pointset.h.
| bool ignore_sys_coord | ( | ) | const |
Definition at line 179 of file piola_on_pointset.h.