Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

ElmTensorProd1 Class Reference

definition of 1st order tensor product finite elements. More...

#include <ElmDefs.h>

Inheritance diagram for ElmTensorProd1::

ElmTensorProd ElmDef HandleId List of all members.

Public Methods

 ElmTensorProd1 (int nsd_)
 ~ElmTensorProd1 ()

Static Public Methods

real elmSideArea (int side, const Mat(real) coor, int nsd)
void normalVector (int side, const Mat(real) coor, Ptv(real) &normal, int nsd)
void getLocalMidPoint (int side, Ptv(real) &coor, int nsd)

Detailed Description

definition of 1st order tensor product finite elements.

NAME: ElmTensorProd1 - definition of 1st order tensor product finite elements

DESCRIPTION:

The class is derived from class "ElmTensorProd" and restricts the interpolation to be of order one (linear, bilinear, trilinear,.. elements). Elements in an arbitrary number of space dimensions are provided.

Most of the operations on this element type are defined through virtual functions or member functions of the base class "ElmDef".


Constructor & Destructor Documentation

ElmTensorProd1::ElmTensorProd1 ( int nsd_ ) [inline]
 

ElmTensorProd1::~ElmTensorProd1 ( ) [inline]
 


Member Function Documentation

real ElmTensorProd1::elmSideArea ( int side,
const Mat(real) coor,
int nsd ) [static]
 

void ElmTensorProd1::getLocalMidPoint ( int side,
Ptv(real) & coor,
int nsd ) [static]
 

void ElmTensorProd1::normalVector ( int side,
const Mat(real) coor,
Ptv(real) & normal,
int nsd ) [static]
 


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.