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

#include <InterfaceJoint.h>

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

Public Member Functions

 TInterfaceJoint (TBoundComp2D *bdcomp, double t_0, double t_1, TBaseCell *neighb0)
 
 TInterfaceJoint (TBoundComp2D *bdcomp, double t_0, double t_1, TBaseCell *neighb0, TBaseCell *neighb1)
 
virtual TJointNewInst (double T_0, double T_1, TBaseCell *Me)
 
virtual TJointNewInst ()
 
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

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

TInterfaceJoint::TInterfaceJoint ( 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:

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

initialize the joint with the boundary parameters and two neighbours

Member Function Documentation

bool TInterfaceJoint::CheckInside ( TBaseCell Me)
inline

check whether Neighb0 is "inside" the domain

int TInterfaceJoint::CheckOrientation ( )

make sure that Neighb0 is "inside" the domain

Here is the call graph for this function:

TBoundComp2D* TInterfaceJoint::GetBoundComp ( )
inline

return boundary component

Here is the caller graph for this function:

double TInterfaceJoint::GetEndParameter ( )
inline

return end parameter T1

void TInterfaceJoint::GetParameters ( double &  t0,
double &  t1 
)
inline

return parameters

Here is the caller graph for this function:

double TInterfaceJoint::GetStartParameter ( )
inline

return start parameter T0

int TInterfaceJoint::GetXYofT ( double  T,
double &  X,
double &  Y 
)

return the coordinates {X,Y} of parameter value T

Here is the call graph for this function:

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

create a new instance of the same class

Reimplemented from TJointEqN.

Reimplemented in TIsoInterfaceJoint.

Here is the call graph for this function:

Here is the caller graph for this function:

void TInterfaceJoint::UpdateParameters ( TVertex Begin,
TVertex End 
)

update parameters according to the new vertex positions

Here is the call graph for this function:

Member Data Documentation

TBoundComp2D* TInterfaceJoint::BoundComp
protected

boundary component to which this edge belongs

double TInterfaceJoint::T_0
protected

parameter of starting point

double TInterfaceJoint::T_1
protected

parameter of end point


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