|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.fluids.dynamics.poisson.Poisson
public class Poisson
Solver of the Poisson ecuation by finite elements of first or second order. Resolves the Poisson ecuation without the minus sign!.
| Constructor Summary | |
|---|---|
Poisson(KernelADFC kadfc,
Matrix rig,
Matrix mas,
int[] nodesDir,
double[] valDir)
Creates a new Poisson object. |
|
| Method Summary | |
|---|---|
void |
calculate(double[] r)
DOCUMENT ME! |
void |
setF(double[] farg)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Poisson(KernelADFC kadfc,
Matrix rig,
Matrix mas,
int[] nodesDir,
double[] valDir)
kadfc - DOCUMENT ME!rig - DOCUMENT ME!mas - DOCUMENT ME!nodesDir - DOCUMENT ME!valDir - DOCUMENT ME!| Method Detail |
|---|
public void calculate(double[] r)
r - DOCUMENT ME!public void setF(double[] farg)
farg - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||