public class PoissonSolver extends PotentialSolver
Solver.MeshData, Solver.NL_Eval
Modifier and Type | Field and Description |
---|---|
static SolverModule.SolverFactory |
poissonSolverFactory |
Constructor and Description |
---|
PoissonSolver(org.w3c.dom.Element element) |
Modifier and Type | Method and Description |
---|---|
protected int |
solvePotentialLin() |
protected int |
solvePotentialNL() |
void |
update()
updates potential and calculates new electric field
|
updateGradientField
calculateResidue, computeGradient, exit, init, solveLinearGS, solveLinearMultigrid, solveLinearPCG, solveLU, solveNonLinearNR
public static SolverModule.SolverFactory poissonSolverFactory