[Octopus-devel] cvs commit: marques/octopus/src out.F90 out_inc.F90
cvsusers at tddft.org
cvsusers at tddft.org
Fri Mar 3 13:14:39 WET 2006
appel 2006/03/03 13:14:39 WET
Modified files:
octopus/src out.F90 out_inc.F90
Log:
o Removed the axis_{x,y,z} and plane_{x,y,z} functions. This was only
code repetition. The old functions have been replaced by out_axis
and out_plane.
o Octopus has now a Matlab output mode. This was a feature request by
Esa Rasanen. The mode is suitable for 2D Matlab functions like mesh()
surf() or waterfall() and can therefore only be enabled in combination
with the output of planes, e.g.
OutputHow = plane_x + matlab
At the Matlab prompt the output files can be loaded and plotted via
>> density = load('static/density-1.x=0.matlab.abs');
>> mesh(density)
Revision Changes Path
1.52 +28 -12 marques/octopus/src/out.F90
1.77 +91 -110 marques/octopus/src/out_inc.F90
More information about the Octopus-devel
mailing list