Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 194 of file characteristic.h.
Public Types | |
typedef characteristic_rep< T, M > | rep |
typedef smart_pointer< rep > | base |
![]() | |
typedef T | handled_type |
typedef base::internal | internal |
Public Member Functions | |
characteristic_basic (const field_basic< T, M > &dh) | |
const field_basic< T, M > & | get_displacement () const |
const characteristic_on_quadrature< T, M > & | get_pre_computed (const space_basic< T, M > &Xh, const field_basic< T, M > &dh, const piola_on_pointset< T > &pops) const |
![]() | |
smart_pointer (T *p=0) | |
smart_pointer (void *count, internal i) | |
smart_pointer (const smart_pointer< T > &x) | |
smart_pointer< T > & | operator= (const smart_pointer< T > &x) |
~smart_pointer () | |
![]() | |
smart_pointer_base (T *p=0) | |
smart_pointer_base (const smart_pointer_base< T, details::constructor_copy< T > > &) | |
smart_pointer_base (void *count, internal) | |
smart_pointer_base< T, details::constructor_copy< T > > & | operator= (const smart_pointer_base< T, details::constructor_copy< T > > &) |
~smart_pointer_base () | |
const T * | pointer () const |
T * | pointer () |
const T & | data () const |
T & | data () |
const T * | operator-> () const |
T * | operator-> () |
const T & | operator* () const |
T & | operator* () |
int | reference_counter () const |
counter * | get_count () const |
Definition at line 196 of file characteristic.h.
typedef smart_pointer<rep> base |
Definition at line 197 of file characteristic.h.
characteristic_basic | ( | const field_basic< T, M > & | dh | ) |
Definition at line 223 of file characteristic.h.
const field_basic< T, M > & get_displacement | ( | ) | const |
Definition at line 230 of file characteristic.h.
const characteristic_on_quadrature< T, M > & get_pre_computed | ( | const space_basic< T, M > & | Xh, |
const field_basic< T, M > & | dh, | ||
const piola_on_pointset< T > & | pops | ||
) | const |
Definition at line 237 of file characteristic.h.