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 T handled_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 (T *p=0)
smart_pointer< T > & operator= (const smart_pointer< T > &x)
 ~smart_pointer ()
Public Member Functions inherited from smart_pointer_base< T, details::constructor_copy< T > >
 smart_pointer_base (T *p=0)
smart_pointer_base< T, details::constructor_copy< T > > & operator= (const smart_pointer_base< T, details::constructor_copy< T > > &)
 ~smart_pointer_base ()
const Tpointer () const
const Tdata () const
const Toperator-> () const
const Toperator* () const
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: