LifeV
SetofFun Class Reference

#include <SetOfFun.hpp>

+ Collaboration diagram for SetofFun:

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
 

Detailed Description

Definition at line 49 of file SetOfFun.hpp.

Constructor & Destructor Documentation

◆ SetofFun()

SetofFun ( )

Definition at line 49 of file SetOfFun.cpp.

+ Here is the caller graph for this function:

Member Function Documentation

◆ val()

Real val ( int  fun,
Real x,
Real y,
Real z 
)

Definition at line 153 of file SetOfFun.cpp.

◆ degree()

UInt degree ( UInt  fun)

Definition at line 231 of file SetOfFun.cpp.

◆ ex_int()

Real ex_int ( UInt  fun)

Definition at line 236 of file SetOfFun.cpp.

◆ name()

std::string name ( UInt  fun)

Definition at line 226 of file SetOfFun.cpp.

◆ nfun()

UInt nfun ( )

Definition at line 241 of file SetOfFun.cpp.

Field Documentation

◆ _i

int _i
private

Definition at line 59 of file SetOfFun.hpp.

◆ _integral

std::vector<Real> _integral
private

Definition at line 60 of file SetOfFun.hpp.

◆ _name

std::vector<std::string> _name
private

Definition at line 61 of file SetOfFun.hpp.

◆ _degree

std::vector<UInt> _degree
private

Definition at line 62 of file SetOfFun.hpp.


The documentation for this class was generated from the following files: