FEElementData
Public Functions
| Name | |
|---|---|
| FEElementData() | |
| FEElementData(const FEElementData & d) | |
| FEElementData & | operator=(const FEElementData & d) |
| void | Create(FEMesh * pm, double v =0.0) |
| int | Size() |
| double | get(int i) |
| void | set(int i, double v) |
| double & | operator[](int i) |
| void | SetName(const char * sz) |
| const char * | GetName() |
| void | FillRandomBox(double fmin, double fmax) |
Public Functions Documentation
function FEElementData
FEElementData()
function FEElementData
FEElementData(
const FEElementData & d
)
function operator=
FEElementData & operator=(
const FEElementData & d
)
function Create
void Create(
FEMesh * pm,
double v =0.0
)
function Size
inline int Size()
function get
inline double get(
int i
)
function set
inline void set(
int i,
double v
)
function operator[]
inline double & operator[](
int i
)
function SetName
void SetName(
const char * sz
)
function GetName
inline const char * GetName()
function FillRandomBox
void FillRandomBox(
double fmin,
double fmax
)
Updated on 2022-07-23 at 17:50:04 -0600