Diffpack Documentation


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

SingleDiracDelta Class Reference

component for use with class DiracDelta. More...

#include <SingleDiracDelta.h>

List of all members.

Public Methods

 SingleDiracDelta ()
 ~SingleDiracDelta ()
void init (GridFE &grid)
void print (Os os) const

Protected Attributes

int no
real magnitude
Ptv(real) point
Ptv(real) loc_pt
int element


Detailed Description

component for use with class DiracDelta.

NAME: SingleDiracDelta - component for use with class DiracDelta

DESCRIPTION:

Class "SingleDiracDelta" represents a single Dirac delta function for use in finite element programming. It should always be used through class "DiracDelta" in a real simulator.


Constructor & Destructor Documentation

SingleDiracDelta::SingleDiracDelta ( ) [inline]
 

The constructor takes no arguments. Initialization is accomplished by a call to "init". Typically, this function locates the element where the delta function acts and stores appropriate information in the class.

SingleDiracDelta::~SingleDiracDelta ( ) [inline]
 


Member Function Documentation

void SingleDiracDelta::init ( GridFE & grid )
 

initializes the object.

void SingleDiracDelta::print ( Os os ) const
 

prints the contents of the object to the specified output stream.


Friends And Related Function Documentation

class DiracDelta [friend]
 


Member Data Documentation

int SingleDiracDelta::element [protected]
 

Ptv(real) SingleDiracDelta::loc_pt [protected]
 

real SingleDiracDelta::magnitude [protected]
 

int SingleDiracDelta::no [protected]
 

Ptv(real) SingleDiracDelta::point [protected]
 


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