#include "sll_working_precision.h"
Go to the source code of this file.
|
real(kind=f64) function | potexact (x, y) |
|
real(kind=f64) function | source (x, y) |
|
subroutine | init_gauss () |
|
subroutine, public | sll_s_plotgmsh () |
|
subroutine | build_mesh () |
|
subroutine, public | sll_s_init (nx0, ny0, order0) |
|
real(kind=f64) function | delta (i, j) |
|
subroutine | gradpg (iloc, ipg, grad, poids) |
|
subroutine, public | sll_s_compute_electric_field (dg_ex, dg_ey) |
|
subroutine, public | sll_s_assemb () |
|
subroutine, public | sll_s_assemb_rhs (dg_rho) |
|
subroutine, public | sll_s_computelu () |
|
subroutine, public | sll_s_compute_phi () |
|
subroutine | add (val, i, j) |
|
subroutine, public | sll_s_release () |
|
|
integer | order |
|
integer | nloc |
|
logical | is_init = .false. |
|
integer | nx |
|
integer | ny |
|
integer | nel |
|
integer | neqx |
|
integer | neqy |
|
integer | neq |
|
integer | nbc |
|
real(kind=f64), dimension(:, :), allocatable | node |
|
integer, dimension(:, :), allocatable | connec |
|
integer, dimension(:), allocatable | prof |
|
integer, dimension(:), allocatable | kld |
|
real(kind=f64), dimension(:), allocatable | vdiag |
|
real(kind=f64), dimension(:), allocatable | vsup |
|
real(kind=f64), dimension(:), allocatable | vinf |
|
integer | nsky |
|
real(kind=f64), parameter | big = 1.e20_f64 |
|
real(kind=f64), dimension(:), allocatable | phi |
|
real(kind=f64), dimension(:), allocatable | rho |
|
integer, dimension(:), allocatable | indexbc |
|