Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
field.h File Reference

field - piecewise polynomial finite element function More...

Go to the source code of this file.

Classes

class  field_basic< T, M >
 
struct  is_field< field_basic< T, M > >
 
struct  function_traits< field_basic< T, M > >
 
struct  field_traits< field_basic< T, M > >
 
class  field_basic< T, M >::iterator
 
class  field_basic< T, M >::const_iterator
 

Namespaces

namespace  rheolef
 This file is part of Rheolef.
 
namespace  rheolef::details
 

Functions

template<class T , class M >
idiststreamoperator>> (odiststream &ips, field_basic< T, M > &u)
 
template<class T , class M >
odiststreamoperator<< (odiststream &ops, const field_basic< T, M > &uh)
 
template<class T , class M >
idiststreamoperator>> (idiststream &ips, field_basic< T, M > &uh)
 
template<class T , class M >
field_basic< T, Mlazy_interpolate (const space_basic< T, M > &X2h, const field_basic< T, M > &u1h)
 see the interpolate page for the full documentation
 
template<class T , class M , class FieldRdof >
std::enable_if< details::has_field_rdof_interface< FieldRdof >::value &&!details::is_field< FieldRdof >::value, field_basic< T, M > >::type lazy_interpolate (const space_basic< T, M > &Xh, const FieldRdof &uh)
 see the interpolate page for the full documentation
 
template<class FieldLazy >
std::enable_if< details::has_field_lazy_interface< FieldLazy >::value &&!details::is_field< FieldLazy >::value, odiststream & >::type operator<< (odiststream &out, const FieldLazy &expr)
 

Detailed Description

field - piecewise polynomial finite element function

Definition in file field.h.