Source code in deqn
directory.
- To build the first two schemes, just type
make
. - To build
deqn
with HYPRE, set the variableHYPRE_DIR
in the Makefile, and ensure that theCXXFLAGS
variable definesHAVE_HYPRE
.
Using your favourite MPI flavour:
mpirun -n 4 ./deqn <input-file>
The file test/square.in
demonstrates the supported input parameters, most importantly:
scheme <scheme>
can be used to select which scheme to use (explicit
,jacobi
, orhypre
).vis_frequency <n>
controls how often visualisation files are written out.subregion <xmin> <ymin> <xmax> <ymax>
specifies the region of the problem domain that will be initially heated.