Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskaus authored Oct 27, 2024
1 parent 4f5717e commit 37aa64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Once the simulation is done, you can open it with Paraview, or directly plot it


### 3. Starting a simulation
If you have an existing LaMEM (`*.dat`) input file, you can run that in parallel (here on 4 cores) with:
The julia way of running LaMEM simulations, described above, is the preferred way (see also the documentation). In the background it will create a LaMEM (`*.dat`) input file, along with an initial marker setup. If you have such as in input file already, you can run that in parallel (here on 4 cores) with:
```julia
julia> using LaMEM
julia> ParamFile="input_files/FallingBlock_Multigrid.dat";
Expand Down

0 comments on commit 37aa64a

Please sign in to comment.