add a new geometry: fractal_headlands, inspired...
slightly changed the 'disc' configuration: prop...
- bug fix in param.py that was just commited (n...
- add a new domain in 'grid.py' : smoothsquare....
Merge branch 'master' of ssh://git.code.sf.net/...
- rewrite join_output to speed it up:
- fix the blacklist in do_output.py: add 'read'...
- add a read() function to param.py to read it ...
- rewrite the vortex impinging a wall into dipo...
- remove the last import that caused trouble on...
- adapt the restart to the new fluid2d object, ...
- add the momentum conservation (also in the no...
fix the momentum computation
fix bug in for_advection.f90 / now vorticity is...
added exp_freedecay to the repository
no the no_slip source term does conserves vorti...
improve a little bit the inversion driver: 2 ca...
euler+noslip (monoproc) conserves super well
* version in progress ... in which I never use ...
add a fill_halo after the call to advection
fix minor bug in timescheme.py (call to rhs_adv...
implemented: the three flux splitting schemes. ...
created: a new object (timescheme.py) doing the...
fix bug in for_advection.f90 : mx5,mx3 , my5 an...
creation of a Fortran routine to compute the ad...
previous commit seems to be uncomplete
add the new multigrid (entirely rewritten, no m...
test a nx=4096 / ca tient avec up3
* add a __main__ section in join_output:
* ajout d'un join_output_monoproc pour pouvoir ...
* cleaned the time module + printing on screen
* no_slip: go a step further, now the NoSlipLap...
* added a new operator in pde.py: NoSlipLaplac
* no slip is working with mpi
* add the function "generate_random_large_scale...
generation of a random large-scale field
YES!
* debugging the inversion with multiproc
* euler and pure advection are now running on c...
fix the T2P interpolation matrix: P points on ...
mise en place du noslip / ok
Euler now works fine but only if nx==ny
multigrid en cours de branchement, ne marche pa...
gros check dans tous les sens pour avoir l'adve...
- mpi + advection seems to work pretty well
put back the non corrupted versio of grid.py
* new pde = advection of tracer + its example s...
add:
preliminary work to introduce MPI:
start the documentation in the param.xml
add the template for the model="diffusion" case
Initial commit