lp:shmagic

Created by Tobias Heinemann and last modified
Get this branch:
bzr branch lp:shmagic
Members of Shmagic developers can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Shmagic developers
Project:
shmagic
Status:
Development

Recent revisions

257. By Tobias Heinemann

Try to figure out in the code what precision is used. This should probably be done once and for all globally.

256. By Tobias Heinemann

Changed ordering of indices such that the vector component index comes last,
i.e.

ux = uu(:,:,:,1) instead of ux = uu(1,:,:,:)

This apparently helps the compiler optimizing things.

WARNING: All the python routines still need to be adjusted.

255. By Tobias Heinemann

Do not specify real and complex kinds at all. At the moment this means that the code needs to be compiled with -r8 or -fdefault-real-8 to default to double precision, see Makefile for gfortran example.

254. By Tobias Heinemann

Added Makefile for DCSC cluster in Denmark.

253. By Tobias Heinemann

Added Makefile for my laptop.

252. By Tobias Heinemann

Do not hard code (kind=8) but use (kind=real_kind) where real_kind is a parameter set in cdata.f90

251. By Tobias Heinemann

Ignore more files.

250. By Tobias Heinemann

Ignore *.aux *.log *.pdf

249. By Tobias Heinemann

Include ~/.shmagic/Makefile if it exists.

248. By Tobias Heinemann

Set executable flag.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 with rich root (needs bzr 1.0)
This branch contains Public information 
Everyone can see this information.