LifeV
|
#include <SetOfFun.hpp>
Public Member Functions | |
SetofFun () | |
Real | val (int fun, Real &x, Real &y, Real &z) |
UInt | degree (UInt fun) |
Real | ex_int (UInt fun) |
std::string | name (UInt fun) |
UInt | nfun () |
Private Attributes | |
int | _i |
std::vector< Real > | _integral |
std::vector< std::string > | _name |
std::vector< UInt > | _degree |
Definition at line 49 of file SetOfFun.hpp.
SetofFun | ( | ) |
Definition at line 231 of file SetOfFun.cpp.
Definition at line 236 of file SetOfFun.cpp.
std::string name | ( | UInt | fun | ) |
Definition at line 226 of file SetOfFun.cpp.
UInt nfun | ( | ) |
Definition at line 241 of file SetOfFun.cpp.
|
private |
Definition at line 59 of file SetOfFun.hpp.
|
private |
Definition at line 60 of file SetOfFun.hpp.
|
private |
Definition at line 61 of file SetOfFun.hpp.
|
private |
Definition at line 62 of file SetOfFun.hpp.