D:/demona/2.0/manual/doc/2-31set/matlab/picard.m File Reference
Go to the source code of this file.
Functions/Subroutines |
| | fs (s, v, n)%fv(s |
| | ms (x, s, v, n) for i |
Variables |
| clear clc | n = 65 |
| | N = n*n |
| later with streamfunction | s = zeros(N,1) |
| | v = zeros(N,1) |
| | sold = zeros(N,1) |
| | vold = zeros(N,1) |
| n | damping1 = 0.001 |
| | damping2 = 1.0 |
| | jac = numJacV(s,v,n) |
| | maxPicard = 500 |
| | maxNewton = 10 |
| | tol = 1e-5 |
| | x = ones(N,1) |
| end start with vorticity for | j |
| | normF = norm(f0) |
Function Documentation
Variable Documentation
| end start with vorticity for j |
Initial value:
Definition at line 44 of file picard.m.
| later with streamfunction s = zeros(N,1) |