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

#include <IsoInterfaceJoint.h>

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

Public Member Functions

 TIsoInterfaceJoint (TBoundComp2D *bdcomp, double t_0, double t_1, TBaseCell *neighb0)
 
 TIsoInterfaceJoint (TBoundComp2D *bdcomp, double t_0, double t_1, TBaseCell *neighb0, TBaseCell *neighb1)
 
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)
 
- Public Member Functions inherited from TInterfaceJoint
 TInterfaceJoint (TBoundComp2D *bdcomp, double t_0, double t_1, TBaseCell *neighb0)
 
 TInterfaceJoint (TBoundComp2D *bdcomp, double t_0, double t_1, TBaseCell *neighb0, TBaseCell *neighb1)
 
double GetStartParameter ()
 
double GetEndParameter ()
 
void GetParameters (double &t0, double &t1)
 
void UpdateParameters (TVertex *Begin, TVertex *End)
 
TBoundComp2DGetBoundComp ()
 
int GetXYofT (double T, double &X, double &Y)
 
int CheckOrientation ()
 
bool CheckInside (TBaseCell *Me)
 
- Public Member Functions inherited from TJointEqN
 TJointEqN (TBaseCell *neighb0)
 
 TJointEqN (TBaseCell *neighb0, TBaseCell *neighb1)
 
virtual int CheckMatchingRef (TBaseCell *Me, int J_i, struct StoreGeom &Tmp)
 
virtual int CheckMatchingRef (TBaseCell *Me, int J_i, StoreGeomMortar &Tmp)
 
virtual bool InnerJoint () const
 
- 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 TInterfaceJoint
TBoundComp2DBoundComp
 
double T_0
 
double T_1
 
- Protected Attributes inherited from TJoint
JointType ID
 
TBaseCellNeighb0
 
TBaseCellNeighb1
 
int ClipBoard
 
int NeibSubDomainLocalJointNo
 
int MapType
 

Detailed Description

connects two cells on an interface

Constructor & Destructor Documentation

TIsoInterfaceJoint::TIsoInterfaceJoint ( TBoundComp2D bdcomp,
double  t_0,
double  t_1,
TBaseCell neighb0 
)

initialize the joint with the boundary parameters and one neighbour

Here is the caller graph for this function:

TIsoInterfaceJoint::TIsoInterfaceJoint ( TBoundComp2D bdcomp,
double  t_0,
double  t_1,
TBaseCell neighb0,
TBaseCell neighb1 
)

initialize the joint with the boundary parameters and two neighbour

Member Function Documentation

int TIsoInterfaceJoint::GetN_Vertices ( )
inline

return number of additional vertices

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

create a new instance of the same class

Reimplemented from TInterfaceJoint.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

int TIsoInterfaceJoint::N_Vertices
protected

number of additional vertices

TVertex** TIsoInterfaceJoint::Vertices
protected

array of all additional vertices


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