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

#include <ADICell.h>

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

Public Member Functions

 TADICell (TBaseCell *cell, int N_quadPts)
 
 ~TADICell ()
 

Protected Attributes

TBaseCellCell
 
TCollectionCollection_Internal
 
int N_QuadPts
 
int N_V
 
double * sol
 
double * solT
 
double * rhs
 
double * rhsT
 

Detailed Description

general super class for all ADICells, special spaces are implemented in subclasses

Constructor & Destructor Documentation

TADICell::TADICell ( TBaseCell cell,
int  N_quadPts 
)

constructor

TADICell::~TADICell ( )

destrcutor

Member Data Documentation

TBaseCell* TADICell::Cell
protected

cells for which the info of internal direction is constructed

TCollection* TADICell::Collection_Internal
protected

all internal domains use the same coll

int TADICell::N_QuadPts
protected

number of quadrature points in this cell, where the internal domains have to be constructed

int TADICell::N_V
protected

number of degrees of freedom (same for all QuadPt)

double* TADICell::rhs
protected

rhs vector for each QuadPt in internal direction [N_QuadPts][N_V]

double* TADICell::rhsT
protected

rhs vector in internal direction for each QuadPt [N_V][N_QuadPts]

double* TADICell::sol
protected

solution vector for each QuadPt in internal direction [N_QuadPts][N_V]

double* TADICell::solT
protected

solution vector in internal direction for each QuadPt [N_V][N_QuadPts]


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