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

#include <cell.h>

Inheritance diagram for midaspace::Face:
midaspace::Facedge midaspace::Cell midaspace::GeometryComponent midaspace::GeometrySubject midaspace::ProblemSubject

Public Member Functions

 Face (long nn, long ne, const Point **nods, const Edge **edgs)
 GEOMETRIC CHARAKTERISTICS. More...
 
virtual ~Face ()
 DESTRUCTOR. More...
 
virtual classID give_classid () const
 Returns classID - class identification. More...
 
void connectivity_assembling (bool re=false)
 Function assembles connectivity between face and its nodes and edges. More...
 
void connectivity_removing (void)
 Function removes connectivity between face and its nodes and edges. More...
 
void switch_myself_at_connectivity (Cell *master)
 switch receiver to master in connectivity system More...
 
virtual void set_model_prop (long val, const Model *model, bool flag=false)
 
void transform_nc (const Edge *t1, const Edge *t2, PoinT *nc) const
 
virtual void switch_node_pointer (Point *slave, Point *master, bool duplcheck)
 switch node pointer form slave to master More...
 
virtual long give_ord (void) const
 
double give_elemSize (void) const
 
virtual void print_row (FILE *stream, femFileFormat fff, bool endline=true, long did=0) const
 *** PRINT *** More...
 
- Public Member Functions inherited from midaspace::Facedge
 Facedge (long gid, long oid, long prop, const Geometry *mg, long nn, long ne, long nf)
 CONSTRUCTOR. More...
 
virtual ~Facedge ()
 CONSTRUCTOR COPY. More...
 
void setadd_superelem (const Element *comp, bool uniquecheck)
 Returns classID - class identification. More...
 
void remove_superelem (const Element *comp)
 
void setadd_masterel (const Element *comp)
 Set master element if it is. More...
 
long give_numsuperelem (void) const
 
const Elementgive_superelem (long i) const
 
const GPA< const Element > * give_superelems (void) const
 
const Elementgive_masterel (void) const
 masterel is Element (not Facedge), the first one, with lowest dimension More...
 
const Elementgive_main_masterel_uniq (void) const
 main masterel is Element (not Facedge) with same dimension as face/edge More...
 
FacedgeAttribsgive_facedgeAttribs (void)
 
const FacedgeAttribsgive_facedgeAttribs (void) const
 
const GPA< const BoundaryCond > * give_loads (const Element *fe) const
 
long give_cloads (const Element *fe) const
 
- Public Member Functions inherited from midaspace::Cell
CellGeometry give_cellGeom (void) const
 
int give_dimension (void) const
 return type of element geometry, is identical with class derived from FElement More...
 
const PoinTgive_centercoords (void) const
 
double give_circum (void) const
 
double give_lav (void) const
 
double give_GeomWeight1deg (void) const
 
bool is_point_in_sphere (const PoinT *point) const
 
double give_characteristic_size (void) const
 
ComponentGeometrygive_cg (void)
 
 Cell (classID mecg, long gid, long oid, long prop, const Geometry *mg, long nn, long ne, long nf)
 CONSTRUCTOR. More...
 
 Cell (classID mecg, const Cell *src)
 CONSTRUCTOR COPY. More...
 
virtual ~Cell ()
 DESTRUCTOR. More...
 
virtual void checkConsistency (void) const
 Checks data consistency. More...
 
void check_connectivity_loc (void) const
 
void set_point (long i, const Point *val)
 ATRIBUTES. More...
 
void set_point (long i, long pid)
 
void set_edge (long i, const Edge *val)
 
void set_face (long i, const Face *val)
 
long give_nno (void) const
 
long give_ned (void) const
 
long give_nfa (void) const
 
const Pointgive_point (long i) const
 
const Edgegive_edge (long i) const
 
const Facegive_face (long i) const
 
const GPA< const Point > * give_points (void) const
 
const GPA< const Edge > * give_edges (void) const
 
const GPA< const Face > * give_faces (void) const
 
long give_point_indx (const Point *p) const
 
virtual long give_face_nodes_edges (const Point **&facnodes, const Edge **&facedges) const
 
bool switch_edge_pointer (Edge *slave, Edge *master)
 switch pointer to component edge - slave is replaced be master More...
 
bool switch_face_pointer (Face *slave, Face *master)
 switch pointer to component face - slave is replaced be master More...
 
void setup_duplicity_master (Cell *val)
 
bool invisible_duplicated (char flag='a')
 make invisible if duplicated More...
 
bool has_same_geom_with (Cell *slave) const
 ASSORTED check same geometry. More...
 
bool check_collapse (void)
 check any two nodes are same = element is collapsed More...
 
bool cross_abscissa_node (const PoinT *a1, const PoinT *a2, long cunn, const Point **unnod, const Point *&nod, double &ksi, PoinT *cp) const
 Function finds out whether some element node lays on abscissa. More...
 
int cross_abscissa_face (const PoinT *a1, const PoinT *a2, long cunf, const Face **unfac, const Cell *&comp, PoinT *nc, PoinT *cp)
 Function finds out whether abscissa intersects any face. More...
 
- Public Member Functions inherited from midaspace::GeometryComponent
 GeometryComponent (const Geometry *owner, long gid, long oid, long prop)
 CONSTRUCTOR. More...
 
 GeometryComponent (const GeometryComponent *src)
 CONSTRUCTOR COPY. More...
 
virtual ~GeometryComponent ()
 DESTRUCTOR. More...
 
virtual void initialize (void)
 initiate/sets data More...
 
virtual void finitialize (void)
 finalize preprocessing More...
 
virtual void set_mprop (long val)
 *** SET *** More...
 
void reset_mprop (long val)
 
bool checkset_mprop (long val)
 
void set_origID (long val)
 
void set_delete_flag (bool val)
 
long give_mproperty () const
 *** GET *** More...
 
const Lvctrgive_mproperty_ptr (void) const
 
long give_mpropertyORzero (void) const
 
long give_mproperty_cnt (void) const
 
bool has_mproperty (long prop) const
 
long give_origID () const
 
bool give_delete_flag () const
 
Attributesgive_attributes (void)
 
const Attributesgive_attributes (void) const
 
bool Parallel (void) const
 *** FEMesh *** More...
 
long NumDomains (void) const
 
void check_connectivity (void) const
 
void mg_connectivity_assembling (void)
 
- 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...
 
void set_ID (long val)
 
long give_ID () const
 
void set_Pd (const Problem *owner)
 
const Problemgive_Pd (void) const
 

Additional Inherited Members

- Public Attributes inherited from midaspace::Cell
GPA< const Pointpoints
 
GPA< const Edgeedges
 
GPA< const Facefaces
 
bool connectivity_assembled
 
Cellduplmaster
 
- Protected Member Functions inherited from midaspace::Facedge
virtual void integrate_duplicated_cell (const Facedge *slave)
 DUPLICITY. More...
 
- Protected Member Functions inherited from midaspace::Cell
virtual void integrate_duplicated_cell (const Cell *slave)
 
- Protected Attributes inherited from midaspace::Facedge
GPA< const Elementsuperelems
 CONNECTIVITY - full connectivity initiated only when Geom->connectivity_is_assembled() == true. More...
 
int masterel_dim
 MASTER ELEMENT. More...
 
GPA< const Elementmasterels
 
- Protected Attributes inherited from midaspace::Cell
ComponentGeometrycg
 
- Protected Attributes inherited from midaspace::GeometryComponent
Lvctr mproperty
 
long origid
 
bool fordelete
 
Attributesattributes
 ATTRIBUTES. 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 309 of file cell.h.

Constructor & Destructor Documentation

midaspace::Face::Face ( long  nn,
long  ne,
const Point **  nods,
const Edge **  edgs 
)
inline

GEOMETRIC CHARAKTERISTICS.

CONSTRUCTOR CONSTRUCTOR

Definition at line 323 of file cell.h.

References midaspace::GeometryComponent::attributes, midaspace::Cell::cg, midaspace::Cell::edges, errol, midaspace::Cell::points, and ZERO.

virtual midaspace::Face::~Face ( )
inlinevirtual

DESTRUCTOR.

Definition at line 336 of file cell.h.

Member Function Documentation

void midaspace::Face::connectivity_assembling ( bool  re = false)
virtual

Function assembles connectivity between face and its nodes and edges.

Implements midaspace::Cell.

Definition at line 598 of file cell.cpp.

References midaspace::Cell::connectivity_assembled, midaspace::Cell::edges, and midaspace::Cell::points.

Referenced by midaspace::Element::connectivity_assembling().

void midaspace::Face::connectivity_removing ( void  )
virtual

Function removes connectivity between face and its nodes and edges.

Implements midaspace::Cell.

Definition at line 608 of file cell.cpp.

References midaspace::Cell::connectivity_assembled, midaspace::Cell::edges, and midaspace::Cell::points.

virtual classID midaspace::Face::give_classid ( ) const
inlinevirtual

Returns classID - class identification.

Reimplemented from midaspace::ProblemSubject.

Definition at line 339 of file cell.h.

References midaspace::classFace.

double midaspace::Face::give_elemSize ( void  ) const
virtual long midaspace::Face::give_ord ( void  ) const
inlinevirtual

Implements midaspace::Facedge.

Definition at line 356 of file cell.h.

References errol, and midaspace::Cell::give_nno().

void midaspace::Face::print_row ( FILE *  stream,
femFileFormat  fff,
bool  endline = true,
long  did = 0 
) const
virtual
void midaspace::Face::set_model_prop ( long  val,
const Model model,
bool  flag = false 
)
virtual
void midaspace::Face::switch_myself_at_connectivity ( Cell master)
virtual

switch receiver to master in connectivity system

Reimplemented from midaspace::Cell.

Definition at line 619 of file cell.cpp.

References midaspace::Facedge::superelems, midaspace::Cell::switch_face_pointer(), and midaspace::Cell::switch_myself_at_connectivity().

void midaspace::Face::switch_node_pointer ( Point slave,
Point master,
bool  duplcheck 
)
virtual

switch node pointer form slave to master

switch node pointer form oldnod to newnode, return yes, if any node switched

Reimplemented from midaspace::Cell.

Definition at line 686 of file cell.cpp.

References midaspace::Cell::duplmaster, midaspace::ProblemSubject::give_ID(), midaspace::Point::give_numsuperface(), midaspace::Point::give_superface(), midaspace::Cell::has_same_geom_with(), midaspace::Cell::setup_duplicity_master(), and midaspace::Cell::switch_node_pointer().

void midaspace::Face::transform_nc ( const Edge t1,
const Edge t2,
PoinT nc 
) const

Definition at line 668 of file cell.cpp.

Referenced by midaspace::Element::is_point_on().


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