README.md

Some experiments with AMReX

Sources

Building

mkdir build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
ninja

Running HeatEquation

cd HeatEquation
./HeatEquation inputs
paraview&

Disable the generation of output files by specifying

plot_int = -1

Running Advection_Amr

cd Advection_Amr
./Advection_Amr inputs
paraview&

Try 3 variants: inputs, inputs1lvl, inputs4lvl.

Disable the generation of output files by specifying

amr.plot_int = -1
Описание

Some experiments with AMReX (https://github.com/AMReX-Codes)

Конвейеры
0 успешных
0 с ошибкой