Skip to content

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

cpp FEElementData()

function FEElementData

cpp FEElementData( const FEElementData & d )

function operator=

cpp FEElementData & operator=( const FEElementData & d )

function Create

cpp void Create( FEMesh * pm, double v =0.0 )

function Size

cpp inline int Size()

function get

cpp inline double get( int i )

function set

cpp inline void set( int i, double v )

function operator[]

cpp inline double & operator[]( int i )

function SetName

cpp void SetName( const char * sz )

function GetName

cpp inline const char * GetName()

function FillRandomBox

cpp void FillRandomBox( double fmin, double fmax )


Updated on 2026-03-31 at 16:02:10 +0000