ParMooN
 All Classes Functions Variables Friends Pages
Public Member Functions | Protected Attributes | List of all members
TIsoBoundEdge Class Reference

#include <IsoBoundEdge.h>

Inheritance diagram for TIsoBoundEdge:
Inheritance graph
[legend]
Collaboration diagram for TIsoBoundEdge:
Collaboration graph
[legend]

Public Member Functions

 TIsoBoundEdge (TBoundComp2D *bdcomp, double t_0, double t_1)
 
virtual int CheckMatchingRef (TBaseCell *Me, int J_i, struct StoreGeom &Tmp)
 
virtual int CheckMatchingRef (TBaseCell *Me, int J_i, StoreGeomMortar &Tmp)
 
virtual TJointNewInst (double T_0, double T_1, TBaseCell *Me)
 
virtual TJointNewInst ()
 
int GetN_Vertices ()
 
TVertex ** GetVertices ()
 
void SetVertices (int n_vertices, TVertex **vertices)
 
void GenerateVertices (int n_vertices)
 
void GeneratemidVert (int n_vertices, double *X, double *Y)
 
void ChangeEdgeID (JointType New_ID)
 
void DeleteVertices ()
 
- Public Member Functions inherited from TBoundEdge
 TBoundEdge (TBoundComp2D *bdcomp, double t_0, double t_1)
 
double GetStartParameter ()
 
double GetEndParameter ()
 
void GetParameters (double &t0, double &t1)
 
void UpdateParameters (TVertex *Begin, TVertex *End)
 
int GetXYofT (double T, double &X, double &Y)
 
TBoundComp2DGetBoundComp () const
 
virtual bool InnerJoint () const
 
void ChangeBoundComp (TBoundComp2D *New_BoundComp)
 
- Public Member Functions inherited from TJoint
JointType GetType ()
 
void ChangeType (JointType New_ID)
 
void SetMapType ()
 
void SetMapType (int maptype)
 
int GetMapType () const
 
int GetNeighbourEdgeIndex (TBaseCell *, int)
 
int SetNeighbour (TBaseCell *Neighb)
 
TBaseCellGetNeighbour (TBaseCell *Me) const
 
int SetNeighbour (int i, TBaseCell *Neighb)
 
TBaseCellGetNeighbour (int i) const
 
void Delete (TBaseCell *Neighb)
 
TBaseCellGetNeighb (int i) const
 
void GetMapperRef (const int *&MapVerts, const int *&MapFaces)
 
void GetMapperOrig (const int *&MapVerts, const int *&MapEdges)
 
void SetClipBoard (int value)
 
int GetClipBoard ()
 
void SetNeibSubDomainLocalJointNo (int value)
 
int GetNeibSubDomainLocalJointNo ()
 

Protected Attributes

int N_Vertices
 
TVertex ** Vertices
 
- Protected Attributes inherited from TBoundEdge
TBoundComp2DBoundComp
 
double T_0
 
double T_1
 
- Protected Attributes inherited from TJoint
JointType ID
 
TBaseCellNeighb0
 
TBaseCellNeighb1
 
int ClipBoard
 
int NeibSubDomainLocalJointNo
 
int MapType
 

Detailed Description

edge on a boundary component

Constructor & Destructor Documentation

TIsoBoundEdge::TIsoBoundEdge ( TBoundComp2D bdcomp,
double  t_0,
double  t_1 
)

initialize the edge with the boundary component bdcomp and the paramter of starting and end point t_0, t_1

Here is the caller graph for this function:

Member Function Documentation

int TIsoBoundEdge::CheckMatchingRef ( TBaseCell Me,
int  J_i,
struct StoreGeom Tmp 
)
virtual

check whether the refinement pattern on both side patch, dummy here: there is no neighbour

Reimplemented from TBoundEdge.

int TIsoBoundEdge::CheckMatchingRef ( TBaseCell Me,
int  J_i,
StoreGeomMortar Tmp 
)
virtual

check the refinement pattern on both sides for matching, special version for moratr cells

Reimplemented from TBoundEdge.

int TIsoBoundEdge::GetN_Vertices ( )
inline

return number of additional vertices

TJoint * TIsoBoundEdge::NewInst ( double  T_0,
double  T_1,
TBaseCell Me 
)
virtual

create a new instance of this class

Reimplemented from TBoundEdge.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

int TIsoBoundEdge::N_Vertices
protected

number of additional vertices

TVertex** TIsoBoundEdge::Vertices
protected

array of all additional vertices


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