template<class
T, class
M = rheo_default_memory_model>
class rheolef::characteristic_basic< T, M >
Definition at line 194 of file characteristic.h.
|
| 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 (characteristic_rep< T, rheo_default_memory_model > *p=0) |
|
| smart_pointer (void *count, internal i) |
|
| smart_pointer (const smart_pointer< characteristic_rep< T, rheo_default_memory_model > > &x) |
|
smart_pointer< characteristic_rep< T, rheo_default_memory_model > > & | operator= (const smart_pointer< characteristic_rep< T, rheo_default_memory_model > > &x) |
|
| ~smart_pointer () |
|
| smart_pointer_base (characteristic_rep< T, rheo_default_memory_model > *p=0) |
|
| smart_pointer_base (const smart_pointer_base< characteristic_rep< T, rheo_default_memory_model >, details::constructor_copy< characteristic_rep< T, rheo_default_memory_model > > > &) |
|
| smart_pointer_base (void *count, internal) |
|
smart_pointer_base< characteristic_rep< T, rheo_default_memory_model >, details::constructor_copy< characteristic_rep< T, rheo_default_memory_model > > > & | operator= (const smart_pointer_base< characteristic_rep< T, rheo_default_memory_model >, details::constructor_copy< characteristic_rep< T, rheo_default_memory_model > > > &) |
|
| ~smart_pointer_base () |
|
const characteristic_rep< T, rheo_default_memory_model > * | pointer () const |
|
characteristic_rep< T, rheo_default_memory_model > * | pointer () |
|
const characteristic_rep< T, rheo_default_memory_model > & | data () const |
|
characteristic_rep< T, rheo_default_memory_model > & | data () |
|
const characteristic_rep< T, rheo_default_memory_model > * | operator-> () const |
|
characteristic_rep< T, rheo_default_memory_model > * | operator-> () |
|
const characteristic_rep< T, rheo_default_memory_model > & | operator* () const |
|
characteristic_rep< T, rheo_default_memory_model > & | operator* () |
|
int | reference_counter () const |
|
counter * | get_count () const |
|