命名空间 |
namespace | Functional |
函数 |
template<class value_type , int DIM> |
value_type | Functional::L1Norm (FEMFunction< value_type, DIM > &, int) |
template<class value_type , int DIM> |
value_type | Functional::L2Norm (FEMFunction< value_type, DIM > &, int) |
template<class value_type , int DIM> |
value_type | Functional::L0Norm (FEMFunction< value_type, DIM > &, int) |
template<class value_type , int DIM> |
value_type | Functional::LpNorm (FEMFunction< value_type, DIM > &, double, int) |
template<class value_type , int DIM> |
value_type | Functional::W11Seminorm (FEMFunction< value_type, DIM > &, int) |
template<class value_type , int DIM> |
value_type | Functional::H1Seminorm (FEMFunction< value_type, DIM > &, int) |
template<class value_type , int DIM> |
value_type | Functional::W1pSeminorm (FEMFunction< value_type, DIM > &, double, int) |
template<class value_type , int DIM> |
value_type | Functional::W10Seminorm (FEMFunction< value_type, DIM > &, int) |
template<class value_type , int DIM> |
value_type | Functional::meanValue (FEMFunction< value_type, DIM > &, int) |
template<class value_type , int DIM> |
value_type | Functional::meanValue (const Function< value_type > &, FEMSpace< value_type, DIM > &, int) |
template<class value_type , int DIM> |
value_type | Functional::L1Error (FEMFunction< value_type, DIM > &, const Function< value_type > &, int) |
template<class value_type , int DIM> |
value_type | Functional::L2Error (FEMFunction< value_type, DIM > &, const Function< value_type > &, int) |
template<class value_type , int DIM> |
value_type | Functional::L0Error (FEMFunction< value_type, DIM > &, const Function< value_type > &, int) |
template<class value_type , int DIM> |
value_type | Functional::LpError (FEMFunction< value_type, DIM > &, const Function< value_type > &, double, int) |
template<class value_type , int DIM> |
value_type | Functional::W11SemiError (FEMFunction< value_type, DIM > &, const Function< value_type > &, int) |
template<class value_type , int DIM> |
value_type | Functional::H1SemiError (FEMFunction< value_type, DIM > &, const Function< value_type > &, int) |
template<class value_type , int DIM> |
value_type | Functional::W1pSemiError (FEMFunction< value_type, DIM > &, const Function< value_type > &, double, int) |
template<class value_type , int DIM> |
value_type | Functional::W10SemiError (FEMFunction< value_type, DIM > &, const Function< value_type > &, int) |
template<class value_type , int DIM> |
value_type | Functional::L1Norm (const Function< value_type > &, FEMSpace< value_type, DIM > &, int) |
template<class value_type , int DIM> |
value_type | Functional::L2Norm (const Function< value_type > &, FEMSpace< value_type, DIM > &, int) |