MIDAS  0.75
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
midaspace::EdgeAttribs Class Reference

#include <attribute.h>

Inheritance diagram for midaspace::EdgeAttribs:
midaspace::FacedgeAttribs midaspace::CellAttribs midaspace::Attributes midaspace::GeomCompSubject midaspace::GeometrySubject midaspace::ProblemSubject

Public Member Functions

 EdgeAttribs (const Edge *owner, long p)
 CONSTRUCTOR. More...
 
 EdgeAttribs (const Edge *owner, const EdgeAttribs *src)
 CONSTRUCTOR COPY. More...
 
virtual ~EdgeAttribs ()
 DESTRUCTOR. More...
 
virtual void checkConsistency (void) const
 Checks data consistency. More...
 
const Edgeowner () const
 POINTERS TO SUPERIORS. More...
 
- Public Member Functions inherited from midaspace::FacedgeAttribs
 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
 
- Public Member Functions inherited from midaspace::CellAttribs
 CellAttribs (const Cell *owner, long p)
 CONSTRUCTOR. More...
 
 CellAttribs (const Cell *owner, const CellAttribs *src)
 CONSTRUCTOR COPY. More...
 
virtual ~CellAttribs ()
 DESTRUCTOR. More...
 
- Public Member Functions inherited from midaspace::Attributes
 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 BoundaryCondgive_load (int i) const
 
long give_cloads (void) const
 
bool is_loaded (void) const
 
- Public Member Functions inherited from midaspace::GeomCompSubject
 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 GeometryComponentgive_GC (void) const
 
- Public Member Functions inherited from midaspace::GeometrySubject
 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 Geometrygive_Geom (void) const
 
- Public Member Functions inherited from midaspace::ProblemSubject
 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 Problemgive_Pd (void) const
 

Additional Inherited Members

- Protected Attributes inherited from midaspace::FacedgeAttribs
double elemSize
 vytvorit vedle edge a face jeste volume, pak presunout loads a size VALUES More...
 
long elemCount
 
- Protected Attributes inherited from midaspace::Attributes
long prop
 
GPA< const BoundaryCondloads
 POINTERS TO ATTRIBUTES listed in problem class. More...
 
- Protected Attributes inherited from midaspace::GeomCompSubject
const GeometryComponentGC
 Pointer to owner == parent geometry component. More...
 
- Protected Attributes inherited from midaspace::GeometrySubject
const GeometryGeom
 Pointer to owner == parent geometry. More...
 
- Protected Attributes inherited from midaspace::ProblemSubject
long ID
 (global) identification number == position in list of members; zero-based numbering. More...
 
const ProblemPd
 Pointer to owner = parent problem. More...
 

Detailed Description

Definition at line 664 of file attribute.h.

Constructor & Destructor Documentation

midaspace::EdgeAttribs::EdgeAttribs ( const Edge owner,
long  p 
)
inline

CONSTRUCTOR.

Definition at line 668 of file attribute.h.

midaspace::EdgeAttribs::EdgeAttribs ( const Edge owner,
const EdgeAttribs src 
)
inline

CONSTRUCTOR COPY.

Definition at line 670 of file attribute.h.

virtual midaspace::EdgeAttribs::~EdgeAttribs ( )
inlinevirtual

DESTRUCTOR.

Definition at line 672 of file attribute.h.

Member Function Documentation

void midaspace::EdgeAttribs::checkConsistency ( void  ) const
virtual
const Edge* midaspace::EdgeAttribs::owner ( ) const
inline

POINTERS TO SUPERIORS.

Definition at line 678 of file attribute.h.

References midaspace::GeomCompSubject::GC.

Referenced by checkConsistency().


The documentation for this class was generated from the following files: