|
PLaSK library
|
Classes | |
| struct | BetaSolver |
| Solver performing calculations in 2D Cartesian or Cylindrical space using finite element method. More... | |
| struct | ElectricalFem2DSolver |
| Solver performing calculations in 2D Cartesian or Cylindrical space using finite element method. More... | |
| struct | ElectricalFem3DSolver |
| Solver performing calculations in 2D Cartesian or Cylindrical space using finite element method. More... | |
Enumerations | |
| enum | Convergence { CONVERGENCE_FAST = 0 , CONVERGENCE_STABLE = 1 } |
| Convergence algorithm. More... | |
Convergence algorithm.
| Enumerator | |
|---|---|
| CONVERGENCE_FAST | Default fast convergence. |
| CONVERGENCE_STABLE | Stable slow convergence. |
Definition at line 26 of file common.hpp.
| template struct PLASK_SOLVER_API plask::electrical::shockley::ElectricalFem2DSolver< Geometry2DCartesian > |
Definition at line 651 of file electr2d.cpp.
| template struct PLASK_SOLVER_API plask::electrical::shockley::ElectricalFem2DSolver< Geometry2DCylindrical > |
Definition at line 652 of file electr2d.cpp.