Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] dim.m file not included in release

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] dim.m file not included in release


Chronological Thread 
  • From: Masayoshi Mikami <mmikami@yk.rim.or.jp>
  • To: forum@abinit.org, a-hood2@northwestern.edu
  • Subject: Re: [abinit-forum] dim.m file not included in release
  • Date: Wed, 16 Jun 2004 08:24:53 +0900

Hello,

You could download the src_tests_*.tar.gz that has everything.
Still, I enclose the file dim.m in this e-mail...

Regards,
Masayoshi

From: a-hood2@northwestern.edu
Subject: [abinit-forum] dim.m file not included in release
Date: Tue, 15 Jun 2004 18:12:51 +0200
Message-ID: sympa.1087315944.14342.394@abinit.org

> Can someone please post a link to the dim.m file? It, for some reason,
> was not included in the release I downloaded (Linux/Intel 4.3.3).
>
> Thanks,
> Andrew
load file.out
ngx=60
ngy=50
ngz=50
isodens=0.005
x=[1:ngx]
y=[1:ngy]
z=[1:ngz]
v=file(:);
v1=reshape(v,ngx,ngy,ngz);
p=patch(isosurface(y,x,z,v1,isodens));
axis([1 ngy 1 ngx 1 ngz])
set(p,'FaceColor','blue','EdgeColor','none');
light('Position',[0 1 0],'Style','infinite')
light('Position',[1 0 0],'Style','infinite')
light('Position',[0 0 -1],'Style','infinite')
set(gca,'DataAspectRatio',[1 1 1])


  • Re: [abinit-forum] dim.m file not included in release, Masayoshi Mikami, 06/16/2004

Archive powered by MHonArc 2.6.16.

Top of Page