#include <attribute.h>
Public Member Functions | |
FaceAttribs (const Face *owner, long p) | |
CONSTRUCTOR. More... | |
FaceAttribs (const Face *owner, const FaceAttribs *src) | |
CONSTRUCTOR COPY. More... | |
virtual | ~FaceAttribs () |
DESTRUCTOR. More... | |
virtual void | checkConsistency (void) const |
Checks data consistency. More... | |
const Face * | owner () const |
POINTERS TO SUPERIORS. More... | |
![]() | |
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... | |
void | set_ID (long val) |
long | give_ID () const |
void | set_Pd (const Problem *owner) |
const Problem * | give_Pd (void) const |
Additional Inherited Members | |
![]() | |
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 684 of file attribute.h.
|
inline |
CONSTRUCTOR.
Definition at line 688 of file attribute.h.
|
inline |
CONSTRUCTOR COPY.
Definition at line 690 of file attribute.h.
|
inlinevirtual |
DESTRUCTOR.
Definition at line 692 of file attribute.h.
|
virtual |
Checks data consistency.
Reimplemented from midaspace::ProblemSubject.
Definition at line 931 of file attribute.cpp.
References midaspace::BC_CFL, midaspace::ProblemSubject::checkConsistency(), midaspace::DOFsPerNode2nDOFs(), errol, midaspace::Attributes::loads, and owner().
|
inline |
POINTERS TO SUPERIORS.
Definition at line 698 of file attribute.h.
References midaspace::GeomCompSubject::GC.
Referenced by checkConsistency().