Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/tests/nofib/real/pic/Consts.hs

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


--	
--	Patricia Fasel
--	Los Alamos National Laboratory
--	PIC: Particle in Cell
--	1990 August
--
module Consts (charge, mass, nCell, nStep, maxDepth) where

import PicType
import Utils

nCell, nStep, maxDepth :: Indx
charge, mass :: Value
nCell		= 16			-- number of Cells
nStep		= 10			-- number of time steps
maxDepth	= (log2 nCell) - 1	--
charge		= 1.0
mass		= 1.0

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.