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 CURVILINEAR MESHES.
NOTE THAT THE FULL GRID VARIABLES (X%DX3ALL, ETC.) MUST
BE USED HERE!!!
note the alt since we need to use dx2 as differential... Tricky bug/feature
awkward way of handling this special case derivative which uses x3 as the differential to operate on a 2D array.
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in),
dimension(:,:)
::
srcterm
ZZZ - THESE WILL NEED TO BE MODIFIED CONDUCTIVITIES, AND WE'LL NEED THREE OF THEM
real(kind=wp),
intent(in),
dimension(:,:)
::
SigP2
ZZZ - THESE WILL NEED TO BE MODIFIED CONDUCTIVITIES, AND WE'LL NEED THREE OF THEM
real(kind=wp),
intent(in),
dimension(:,:)
::
SigP3
ZZZ - THESE WILL NEED TO BE MODIFIED CONDUCTIVITIES, AND WE'LL NEED THREE OF THEM
real(kind=wp),
intent(in),
dimension(:,:)
::
SigH
ZZZ - THESE WILL NEED TO BE MODIFIED CONDUCTIVITIES, AND WE'LL NEED THREE OF THEM
real(kind=wp),
intent(in),
dimension(:,:)
::
Cm
ZZZ - THESE WILL NEED TO BE MODIFIED CONDUCTIVITIES, AND WE'LL NEED THREE OF THEM
real(kind=wp),
intent(in),
dimension(:,:)
::
v2
ZZZ - THESE WILL NEED TO BE MODIFIED CONDUCTIVITIES, AND WE'LL NEED THREE OF THEM
real(kind=wp),
intent(in),
dimension(:,:)
::
v3
ZZZ - THESE WILL NEED TO BE MODIFIED CONDUCTIVITIES, AND WE'LL NEED THREE OF THEM
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.