libtrixi
Functions
trixi.h File Reference

Go to the source code of this file.

Functions

void trixi_initialize (const char *project_directory, const char *depot_path)
 Initialize Julia runtime environment. More...
 
int trixi_initialize_simulation (const char *libelixir)
 Set up Trixi simulation. More...
 
double trixi_calculate_dt (int handle)
 Get time step length. More...
 
int trixi_is_finished (int handle)
 Check if simulation is finished. More...
 
void trixi_step (int handle)
 Perform next simulation step. More...
 
void trixi_finalize_simulation (int handle)
 Finalize simulation. More...
 
void trixi_finalize ()
 Finalize Julia runtime environment. More...
 
void julia_eval_string (const char *code)
 Execute Julia code. More...