#include <attribute.h>
Public Member Functions | |
Assign (const Problem *pd, long gid) | |
CONSTRUCTOR. More... | |
virtual | ~Assign () |
DESTRUCTOR. More... | |
virtual void | initialize (void) |
initialize yourself More... | |
![]() | |
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 | 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 |
Additional Inherited Members | |
![]() | |
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 409 of file attribute.h.
|
inline |
CONSTRUCTOR.
Definition at line 413 of file attribute.h.
|
inlinevirtual |
DESTRUCTOR.
Definition at line 415 of file attribute.h.
|
virtual |
initialize yourself
Reimplemented from midaspace::ProblemSubject.
Reimplemented in midaspace::ABC_CBLoad, midaspace::ABC_CFLoad, midaspace::ABC_CELoad, midaspace::ABC_NLoad, midaspace::AssignBC, and midaspace::AssignFix.
Definition at line 746 of file attribute.cpp.
References midaspace::Problem::give_primary_geometry(), midaspace::ProblemSubject::initialize(), midaspace::ProblemSubject::Pd, and midaspace::GeometrySubject::set_Geom().
Referenced by midaspace::AssignFix::initialize(), and midaspace::AssignBC::initialize().