Skip to content
/ slmp Public

Python code implementing a multipatch semi-Lagrangian method

License

Notifications You must be signed in to change notification settings

lasofivec/slmp

Repository files navigation

Requirements:

To execute main program:

  cd main_program
  python main.py <$INPUT_FILE>

How to create a new Geometry and test

  1. Create Geometry using CAID;
  2. Export the created geometry: a. Click the geometry; b. Click "Export"; c. Choose path to the domains directory; d. Save with xml extension;
  3. Edit the input_options in main_programs/input_files: a. Go to the domain section; b. Choose a code name for the geometry; c. Associate it to a unique key
  4. Edit the get_geometry function in reading_geometry;
  5. Create your input file