Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

POLYDELTADEF.H

Go to the documentation of this file.
00001 #define NUM_POLY_COEFF 6 
00002 
00003       integer numCoeffs
00004       REAL_T coeffs(0:NUM_POLY_COEFF-1)
00005 
00006       numCoeffs = NUM_POLY_COEFF
00007       coeffs(0) = 21.0
00008       coeffs(1) = 0
00009       coeffs(2) = -70.0
00010       coeffs(3) = 0.0
00011       coeffs(4) = 105.0
00012       coeffs(5) = -56.0
00013 
00014 
00015 

Generated on Wed Jan 19 17:51:27 2005 for Chombo&INSwithParticles by doxygen1.2.16