Small edit to docs

This commit is contained in:
Miikka Vaisala
2019-06-19 17:11:46 +08:00
parent 40b4a61a4c
commit 68af32b7ef
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ Edit `config/astaroth.conf` to change the numerical setup.
1. `source sourceme.sh` to add relevant directories to the `PATH`
1. `ac_mkbuilddir.sh -b my_build_dir/` to set up a custom build directory. There are also other options available. See `ac_mkbuilddir.sh -h` for more.
1. `$AC_HOME/scripts/compile_acc.sh` to generate kernels from the Domain Specific Language
1. `compile_acc.sh` to generate kernels from the Domain Specific Language
1. `cd my_build_dir/`
1. `make -j`
1. `./ac_run <options>`

View File

@@ -202,6 +202,7 @@ run_simulation(void)
load_config(&mesh_info);
AcMesh* mesh = acmesh_create(mesh_info);
//TODO: This need to be possible to define in astaroth.conf
acmesh_init_to(INIT_TYPE_GAUSSIAN_RADIAL_EXPL, mesh);
acInit(mesh_info);