Small edit to docs
This commit is contained in:
@@ -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. `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_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. `cd my_build_dir/`
|
||||||
1. `make -j`
|
1. `make -j`
|
||||||
1. `./ac_run <options>`
|
1. `./ac_run <options>`
|
||||||
|
@@ -202,6 +202,7 @@ run_simulation(void)
|
|||||||
load_config(&mesh_info);
|
load_config(&mesh_info);
|
||||||
|
|
||||||
AcMesh* mesh = acmesh_create(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);
|
acmesh_init_to(INIT_TYPE_GAUSSIAN_RADIAL_EXPL, mesh);
|
||||||
|
|
||||||
acInit(mesh_info);
|
acInit(mesh_info);
|
||||||
|
Reference in New Issue
Block a user