Rheolef  7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
field_lazy_terminal_integrate< Expr >

Detailed Description

template<class Expr>
class rheolef::details::field_lazy_terminal_integrate< Expr >

Definition at line 518 of file field_lazy_terminal.h.

Inheritance diagram for field_lazy_terminal_integrate< Expr >:

Public Types

using rep = field_lazy_terminal_integrate_rep<Expr>
using base1 = smart_pointer_nocopy<rep>
using base2 = field_lazy_base<field_lazy_terminal_integrate<Expr>>
using size_type = typename rep::size_type
using memory_type = typename rep::memory_type
using scalar_type = typename rep::scalar_type
using space_type = typename rep::space_type
using geo_type = typename rep::geo_type
using band_type = typename rep::band_type
using vector_element_type = typename rep::vector_element_type
Public Types inherited from smart_pointer_nocopy< field_lazy_terminal_integrate_rep< Expr > >
typedef field_lazy_terminal_integrate_rep< Expr > handled_type
typedef base::internal internal

Public Member Functions

 field_lazy_terminal_integrate (const geo_type &domain, const Expr &expr, const integrate_option &iopt)
 field_lazy_terminal_integrate (const Expr &expr, const integrate_option &iopt)
 field_lazy_terminal_integrate (std::string domname, const Expr &expr, const integrate_option &iopt)
const geo_typeget_geo () const
const space_typeget_space () const
bool is_on_band () const
band_type get_band () const
void initialize (const geo_type &omega_K) const
void evaluate (const geo_type &omega_K, const geo_element &K, vector_element_type &uk) const
Public Member Functions inherited from smart_pointer_nocopy< field_lazy_terminal_integrate_rep< Expr > >
 smart_pointer_nocopy (field_lazy_terminal_integrate_rep< Expr > *p=0)
smart_pointer_nocopy< field_lazy_terminal_integrate_rep< Expr > > & operator= (const smart_pointer_nocopy< field_lazy_terminal_integrate_rep< Expr > > &x)
 ~smart_pointer_nocopy ()
Public Member Functions inherited from smart_pointer_base< field_lazy_terminal_integrate_rep< Expr >, details::no_copy< field_lazy_terminal_integrate_rep< Expr > > >
 smart_pointer_base (field_lazy_terminal_integrate_rep< Expr > *p=0)
smart_pointer_base< field_lazy_terminal_integrate_rep< Expr >, details::no_copy< field_lazy_terminal_integrate_rep< Expr > > > & operator= (const smart_pointer_base< field_lazy_terminal_integrate_rep< Expr >, details::no_copy< field_lazy_terminal_integrate_rep< Expr > > > &)
 ~smart_pointer_base ()
const field_lazy_terminal_integrate_rep< Expr > * pointer () const
const field_lazy_terminal_integrate_rep< Expr > & data () const
const field_lazy_terminal_integrate_rep< Expr > * operator-> () const
const field_lazy_terminal_integrate_rep< Expr > & operator* () const
int reference_counter () const
counter * get_count () const

Additional Inherited Members

Protected Member Functions inherited from field_lazy_base< field_lazy_terminal_integrate< Expr > >
field_lazy_terminal_integrate< Expr > & derived ()
const field_lazy_terminal_integrate< Expr > & derived () const

Member Typedef Documentation

◆ rep

template<class Expr>
using rep = field_lazy_terminal_integrate_rep<Expr>

Definition at line 523 of file field_lazy_terminal.h.

◆ base1

template<class Expr>
using base1 = smart_pointer_nocopy<rep>

Definition at line 524 of file field_lazy_terminal.h.

◆ base2

template<class Expr>
using base2 = field_lazy_base<field_lazy_terminal_integrate<Expr>>

Definition at line 525 of file field_lazy_terminal.h.

◆ size_type

template<class Expr>
using size_type = typename rep::size_type

Definition at line 526 of file field_lazy_terminal.h.

◆ memory_type

template<class Expr>
using memory_type = typename rep::memory_type

Definition at line 527 of file field_lazy_terminal.h.

◆ scalar_type

template<class Expr>
using scalar_type = typename rep::scalar_type

Definition at line 528 of file field_lazy_terminal.h.

◆ space_type

template<class Expr>
using space_type = typename rep::space_type

Definition at line 529 of file field_lazy_terminal.h.

◆ geo_type

template<class Expr>
using geo_type = typename rep::geo_type

Definition at line 530 of file field_lazy_terminal.h.

◆ band_type

template<class Expr>
using band_type = typename rep::band_type

Definition at line 531 of file field_lazy_terminal.h.

◆ vector_element_type

template<class Expr>
using vector_element_type = typename rep::vector_element_type

Definition at line 532 of file field_lazy_terminal.h.

Constructor & Destructor Documentation

◆ field_lazy_terminal_integrate() [1/3]

template<class Expr>
field_lazy_terminal_integrate ( const geo_type & domain,
const Expr & expr,
const integrate_option & iopt )

Definition at line 536 of file field_lazy_terminal.h.

◆ field_lazy_terminal_integrate() [2/3]

template<class Expr>
field_lazy_terminal_integrate ( const Expr & expr,
const integrate_option & iopt )

Definition at line 544 of file field_lazy_terminal.h.

◆ field_lazy_terminal_integrate() [3/3]

template<class Expr>
field_lazy_terminal_integrate ( std::string domname,
const Expr & expr,
const integrate_option & iopt )

Definition at line 551 of file field_lazy_terminal.h.

Member Function Documentation

◆ get_geo()

template<class Expr>
const geo_type & get_geo ( ) const

Definition at line 561 of file field_lazy_terminal.h.

◆ get_space()

template<class Expr>
const space_type & get_space ( ) const

Definition at line 562 of file field_lazy_terminal.h.

◆ is_on_band()

template<class Expr>
bool is_on_band ( ) const

Definition at line 563 of file field_lazy_terminal.h.

◆ get_band()

template<class Expr>
band_type get_band ( ) const

Definition at line 564 of file field_lazy_terminal.h.

◆ initialize()

template<class Expr>
void initialize ( const geo_type & omega_K) const

Definition at line 566 of file field_lazy_terminal.h.

◆ evaluate()

template<class Expr>
void evaluate ( const geo_type & omega_K,
const geo_element & K,
vector_element_type & uk ) const

Definition at line 568 of file field_lazy_terminal.h.


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