added ReadType to examples

This commit is contained in:
James E McClure
2018-09-28 14:08:04 -04:00
parent 8f377a27e0
commit 03dc1b4a05
3 changed files with 4 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ Domain {
n_spheres = 1 // Number of spheres
L = 1, 1, 1 // Length of domain (x,y,z)
BC = 4 // Boundary condition type
ReadType = "8bit"
ReadValues = 0, 1, 2
WriteValues = 0, 1, 2
}