-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document and unify C and Fortran examples (#133)
* rename all examples to trixi_controller_*.(c|f90) * increase buffer size (was not enough for all julia packages) * add MPI to Fotran example trixi_controller_mpi.(c|f90) should not be comparable * explain contents of examples * update docs corresponding to README.md * get data several times in trixi_controller_data (relevant for AMR) * make trixi_controller_data also work for just one variable * test t8code elixir * rename elixir in CI * adapt to C version * touch-up * same libelexir for C and Fortran * missed renaming * more missing * make t8code amr example more lightweight * not too lightweight * Update LibTrixi.jl/examples/libelixir_t8code_2d_dgsem_advection_amr.jl Co-authored-by: Michael Schlottke-Lakemper <[email protected]> * Update examples/.gitignore Co-authored-by: Michael Schlottke-Lakemper <[email protected]> * Fortran awareness * free data --------- Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
- Loading branch information
Showing
20 changed files
with
317 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
simple_trixi_controller_c | ||
simple_trixi_controller_f | ||
trixi_controller_simple_c | ||
trixi_controller_simple_f | ||
trixi_controller_mpi_c | ||
trixi_controller_mpi_f | ||
trixi_controller_data_c | ||
trixi_controller_data_f | ||
trixi_controller_t8code_c | ||
trixi_controller_t8code_f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.