|
subroutine | trixi_initialize (project_directory, depot_path) |
| Initialize Julia runtime environment (Fortran convenience version) More...
|
|
character(len=:) function, allocatable | trixi_version_library () |
| Return full version string of libtrixi (Fortran convenience version). More...
|
|
character(len=:) function, allocatable | trixi_version_julia () |
| Return name and version of loaded julia packages LibTrixi directly depends on (Fortran convenience version). More...
|
|
character(len=:) function, allocatable | trixi_version_julia_extended () |
| Return name and version of all loaded julia packages (Fortran convenience version). More...
|
|
integer(c_int) function | trixi_initialize_simulation (libelixir) |
| Set up Trixi simulation (Fortran convencience version) More...
|
|
logical function | trixi_is_finished (handle) |
| Check if simulation is finished (Fortran convenience version) More...
|
|
subroutine | trixi_eval_julia (code) |
| Execute Julia code (Fortran convenience version) More...
|
|