#include <SingleDiracDelta.h>
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 |
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.
|
|
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. |
|
|
|
|
|
initializes the object. |
|
|
prints the contents of the object to the specified output stream. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|