Description Usage Arguments Value
PGD for the 2D Poisson's equation in Cartesian coordinates
1 2 3 4 5 6 7 8 | poisson_2D(
src,
n,
bc,
mlim,
tol = 0.001,
maxiter = list(f_loop = 500, r_loop = 251)
)
|
src |
List of two elements, |
n |
List of two elements, |
bc |
List of two elements, |
mlim |
List of two elements, |
tol |
Tolerance of the errors of for the F and R loops. |
maxiter |
List of two elements, |
List of pgd
class with three elements: f
, alpha
, coor
. f
contains the modes of each separate variable. alpha
contains the alpha values of each mode (already included in f
). coor
contains the separate Cartesian coordinates of each node.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.