Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
characteristic_on_quadrature< T, M >

Detailed Description

template<class T, class M>
class rheolef::characteristic_on_quadrature< T, M >

Definition at line 150 of file characteristic.h.

+ Inheritance diagram for characteristic_on_quadrature< T, M >:

Public Types

typedef characteristic_on_quadrature_rep< T, Mrep
 
typedef smart_pointer< repbase
 
- Public Types inherited from smart_pointer< characteristic_on_quadrature_rep< T, M > >
typedef characteristic_on_quadrature_rep< T, Mhandled_type
 
typedef base::internal internal
 

Public Member Functions

 characteristic_on_quadrature (quadrature_option qopt=quadrature_option(quadrature_option::max_family, 0))
 
- Public Member Functions inherited from smart_pointer< characteristic_on_quadrature_rep< T, M > >
 smart_pointer (characteristic_on_quadrature_rep< T, M > *p=0)
 
 smart_pointer (void *count, internal i)
 
 smart_pointer (const smart_pointer< characteristic_on_quadrature_rep< T, M > > &x)
 
smart_pointer< characteristic_on_quadrature_rep< T, M > > & operator= (const smart_pointer< characteristic_on_quadrature_rep< T, M > > &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 Tpointer () const
 
const Tdata () const
 
const Toperator-> () const
 
const Toperator* () const
 
Tpointer ()
 
Tdata ()
 
Toperator-> ()
 
Toperator* ()
 
int reference_counter () const
 
counter * get_count () const
 

Member Typedef Documentation

◆ rep

template<class T , class M >
typedef characteristic_on_quadrature_rep<T,M> rep

Definition at line 153 of file characteristic.h.

◆ base

template<class T , class M >
typedef smart_pointer<rep> base

Definition at line 154 of file characteristic.h.

Constructor & Destructor Documentation

◆ characteristic_on_quadrature()

template<class T , class M >
characteristic_on_quadrature ( quadrature_option  qopt = quadrature_option(quadrature_option::max_family,0))

Definition at line 156 of file characteristic.h.


The documentation for this class was generated from the following file: