
January 27th, 2005, 11:37 AM
|
|
Registered User
|
|
Join Date: Jan 2005
Posts: 3
Time spent in forums: 55 m 28 sec
Reputation Power: 0
|
|
|
problem with very big array
Hi
I'm new to this forum.
i write a code that use finite difference formula for 3Dimension
it use 400 grid for one dimension where the total is 1200 grid.
each grid store float value 16 byte.
its requires very big memory size to store this value.
I try to store the value into file but its make my code take a lot of time to run because there are an iteration and a lot of calculation to those value.
How can i solve my problem.
help me please
|