Open GoogleCodeExporter opened 9 years ago
Also need flow, initial condition and boundary data routines.
Original comment by eli-s...@pacbell.net
on 6 Dec 2010 at 10:53
Original comment by eli-s...@pacbell.net
on 6 Dec 2010 at 10:55
Original comment by kavehzamani@gmail.com
on 9 Dec 2010 at 6:36
Boundary data routines need to follow the boundary_data_if interface:
subroutine boundary_data_if(bc_data, &
xloc, &
conc, &
ncell, &
nvar, &
origin, &
time, &
dx, &
dt)
Also note that the dummy variables you used in your routine a have the same
names as module variables. This tends to cause problems because the same name
has two possible definitions.
Original comment by eli-s...@pacbell.net
on 10 Dec 2010 at 4:32
Original comment by eli-s...@pacbell.net
on 10 Dec 2010 at 4:32
Original issue reported on code.google.com by
eli-s...@pacbell.net
on 6 Dec 2010 at 10:40