Rheolef
7.2
an efficient C++ finite element environment
|
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 > | |
idiststream & | operator>> (odiststream &ips, field_basic< T, M > &u) |
template<class T , class M > | |
odiststream & | operator<< (odiststream &ops, const field_basic< T, M > &uh) |
template<class T , class M > | |
idiststream & | operator>> (idiststream &ips, field_basic< T, M > &uh) |
template<class T , class M > | |
field_basic< T, M > | lazy_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) |
field
- piecewise polynomial finite element function
Definition in file field.h.