#include <attribute.h>
Public Member Functions | |
ABC_CELoad (const Problem *pd, long gid) | |
CONSTRUCTOR. More... | |
virtual | ~ABC_CELoad () |
DESTRUCTOR. More... | |
virtual classID | give_classid () const |
Returns classID - class identification. More... | |
virtual void | initialize (void) |
initialize yourself More... | |
![]() | |
AssignBC (const Problem *pd, long gid) | |
CONSTRUCTOR. More... | |
virtual | ~AssignBC () |
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... | |
![]() | |
Assign (const Problem *pd, long gid) | |
CONSTRUCTOR. More... | |
virtual | ~Assign () |
DESTRUCTOR. 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 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 BoundaryCond * | bc |
ASGType | type |
long | ncn |
long * | icn |
double * | fcn |
![]() | |
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 507 of file attribute.h.
|
inline |
CONSTRUCTOR.
Definition at line 511 of file attribute.h.
|
inlinevirtual |
DESTRUCTOR.
Definition at line 513 of file attribute.h.
|
inlinevirtual |
Returns classID - class identification.
Reimplemented from midaspace::ProblemSubject.
Definition at line 515 of file attribute.h.
References midaspace::classABC_CELoad.
|
virtual |
initialize yourself
Reimplemented from midaspace::AssignBC.
Definition at line 843 of file attribute.cpp.
References _errorr, midaspace::ASG_id, midaspace::ASG_prop, midaspace::AssignBC::bc, midaspace::GeometrySubject::Geom, midaspace::AssignBC::icn, midaspace::AssignBC::initialize(), midaspace::AssignBC::ncn, and midaspace::AssignBC::type.