#include <attribute.h>
Public Member Functions | |
FacedgeAttribs (const Facedge *owner, long p) | |
CONSTRUCTOR. More... | |
FacedgeAttribs (const Facedge *owner, const FacedgeAttribs *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~FacedgeAttribs () |
DESTRUCTOR. More... | |
virtual bool | initialize_from (const char *&str, femFileFormat ff, bool all=true) |
initialize form input string More... | |
virtual void | print_row (FILE *stream, femFileFormat fff, long did) const |
print row to solver input file More... | |
void | set_elemSize (double val) |
void | set_elemCount (long val) |
void | set_new (const FacedgeAttribs *src) |
double | give_elemSize_loc (void) const |
LOCAL. More... | |
long | give_elemCount_loc (void) const |
double | give_elemSize (void) const |
GLOBAL. More... | |
double | give_elemCount (void) const |
![]() | |
CellAttribs (const Cell *owner, long p) | |
CONSTRUCTOR. More... | |
CellAttribs (const Cell *owner, const CellAttribs *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~CellAttribs () |
DESTRUCTOR. More... | |
![]() | |
Attributes (const GeometryComponent *owner, long p) | |
CONSTRUCTOR. More... | |
Attributes (const GeometryComponent *owner, const Attributes *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~Attributes () |
DESTRUCTOR. More... | |
void | set_prop (long val) |
void | add_load (const BoundaryCond *val) |
void | add_load (int i) |
long | give_prop (void) const |
const GPA< const BoundaryCond > * | give_loads (void) const |
const BoundaryCond * | give_load (int i) const |
long | give_cloads (void) const |
bool | is_loaded (void) const |
![]() | |
GeomCompSubject (long gid) | |
CONSTRUCTOR. More... | |
GeomCompSubject (long gid, const Problem *owner) | |
CONSTRUCTOR. More... | |
GeomCompSubject (long gid, const Geometry *owner) | |
CONSTRUCTOR. More... | |
GeomCompSubject (long gid, const GeometryComponent *owner) | |
CONSTRUCTOR. More... | |
virtual | ~GeomCompSubject () |
DESTRUCTOR. More... | |
void | set_GC (const GeometryComponent *owner) |
const GeometryComponent * | give_GC (void) const |
![]() | |
GeometrySubject (long gid) | |
CONSTRUCTOR. More... | |
GeometrySubject (long gid, const Problem *owner) | |
CONSTRUCTOR. More... | |
GeometrySubject (long gid, const Geometry *owner) | |
CONSTRUCTOR. More... | |
virtual | ~GeometrySubject () |
DESTRUCTOR. More... | |
void | set_Geom (const Geometry *owner) |
void | reset_Geom (const Geometry *owner) |
const Geometry * | give_Geom (void) const |
![]() | |
ProblemSubject (long gid) | |
CONSTRUCTOR. More... | |
ProblemSubject (long gid, const Problem *owner) | |
CONSTRUCTOR. More... | |
virtual | ~ProblemSubject () |
DESTRUCTOR. More... | |
virtual classID | give_classid () const |
Returns classID - class identification. More... | |
virtual void | initialize (void) |
= 0; = 0; More... | |
virtual void | finitialize (void) |
finalize problem preprocessing More... | |
virtual void | checkConsistency (void) const |
Checks data consistency. More... | |
void | set_ID (long val) |
long | give_ID () const |
void | set_Pd (const Problem *owner) |
const Problem * | give_Pd (void) const |
Protected Attributes | |
double | elemSize |
vytvorit vedle edge a face jeste volume, pak presunout loads a size VALUES More... | |
long | elemCount |
![]() | |
long | prop |
GPA< const BoundaryCond > | loads |
POINTERS TO ATTRIBUTES listed in problem class. More... | |
![]() | |
const GeometryComponent * | GC |
Pointer to owner == parent geometry component. More... | |
![]() | |
const Geometry * | Geom |
Pointer to owner == parent geometry. More... | |
![]() | |
long | ID |
(global) identification number == position in list of members; zero-based numbering. More... | |
const Problem * | Pd |
Pointer to owner = parent problem. More... | |
Definition at line 621 of file attribute.h.
|
inline |
|
inline |
|
inlinevirtual |
DESTRUCTOR.
Definition at line 635 of file attribute.h.
double midaspace::FacedgeAttribs::give_elemCount | ( | void | ) | const |
Definition at line 910 of file attribute.cpp.
References elemCount, midaspace::GeomCompSubject::GC, midaspace::Problem::give_IN_meshGen_elemCount(), and midaspace::ProblemSubject::give_Pd().
|
inline |
Definition at line 653 of file attribute.h.
References elemCount.
double midaspace::FacedgeAttribs::give_elemSize | ( | void | ) | const |
GLOBAL.
Definition at line 909 of file attribute.cpp.
References elemSize, midaspace::GeomCompSubject::GC, midaspace::Problem::give_IN_meshGen_elemSize(), and midaspace::ProblemSubject::give_Pd().
|
inline |
|
inlinevirtual |
initialize form input string
Implements midaspace::Attributes.
Definition at line 638 of file attribute.h.
References errol.
|
inlinevirtual |
print row to solver input file
Implements midaspace::Attributes.
Definition at line 640 of file attribute.h.
References errol.
|
inline |
Definition at line 644 of file attribute.h.
References elemCount.
|
inline |
Definition at line 643 of file attribute.h.
References elemSize.
void midaspace::FacedgeAttribs::set_new | ( | const FacedgeAttribs * | src | ) |
Definition at line 903 of file attribute.cpp.
References errol, and midaspace::Attributes::loads.
Referenced by midaspace::Edge::set_model_prop(), and midaspace::Face::set_model_prop().
|
protected |
Definition at line 627 of file attribute.h.
Referenced by FacedgeAttribs(), give_elemCount(), give_elemCount_loc(), and set_elemCount().
|
protected |
vytvorit vedle edge a face jeste volume, pak presunout loads a size VALUES
Definition at line 626 of file attribute.h.
Referenced by FacedgeAttribs(), give_elemSize(), give_elemSize_loc(), and set_elemSize().