Rheolef
7.2
an efficient C++ finite element environment
|
Go to the source code of this file.
Namespaces | |
namespace | rheolef |
This file is part of Rheolef. | |
Macros | |
#define | _RHEOLEF_instanciation(T, M) |
Functions | |
template<class T , class M > | |
geo_basic< T, M > | adapt_gmsh (const field_basic< T, M > &uh, const adapt_option &opts) |
template<class T , class M > | |
geo_basic< T, M > | adapt_bamg (const field_basic< T, M > &uh, const adapt_option &opts) |
template<class T , class M > | |
field_basic< T, M > | proj (const field_basic< T, M > &uh, const std::string &approx="P1") |
template<class T , class M > | |
field_basic< T, M > | smooth (const field_basic< T, M > &uh, size_t n=1) |
template<class T , class M > | |
field_basic< T, M > | hessian (const field_basic< T, M > &uh) |
template<class T , class M > | |
field_basic< T, M > | hessian_criterion (const field_basic< T, M > &uh0, const adapt_option &opts) |
template<class T , class M > | |
geo_basic< T, M > | adapt (const field_basic< T, M > &uh, const adapt_option &opts) |
adapt(uh,opts): see the adapt page for the full documentation | |
_RHEOLEF_instanciation (Float, sequential) _RHEOLEF_instanciation(Float | |