module procedure potential2D_polarization_periodic module function potential2D_polarization_periodic(srcterm, SigP, SigH, Cm, v2, v3, Vminx2, Vmaxx2, Vminx3, Vmaxx3, dt, x, Phi0, perflag, it)
SOLVE IONOSPHERIC POTENTIAL EQUATION IN 2D USING MUMPS
INCLUDES FULL OF POLARIZATION CURRENT, INCLUDING CONVECTIVE
TERMS. VELOCITIES SHOULD BE TRIMMED (WITHOUT GHOST CELLS).
THIS VERSION OF THE INTEGRATED POTENTIAL SOLVER OBVIATES
ALL OTHERS SINCE A PURELY ELECTRSTATIC FORM CAN BE RECOVERED
BY ZEROING OUT THE INERTIAL CAPACITANCE.
THIS FORM IS INTENDED TO WORK WITH CARTESIAN MESHES ONLY.
NOTE THAT THE FULL GRID VARIABLES (X%DX3ALL, ETC.) MUST
BE USED HERE!!!
THIS FUNCTION WORKS ON A PERIODIC MESH BY USING A CIRCULANT MATRIX
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.