An implementation of a semi-Lagrangian method for solving an advection equation on example of moving circle.
Demonstration: Simulation "# FemCircle2"
- Download CLion from here and install it.
- Download MinGW
- Click on Create of first screen: https://yadi.sk/i/PKjySVidzD5kk
- Check 64 version: https://yadi.sk/i/TS1y-x2GzD5xk
- Set up installation folder: https://yadi.sk/i/F8vm2XmhzD694
- Choose Japan mirror for fast installation: https://yadi.sk/i/2CS94y0xzD6GJ
- Expand GCC node and select mark OpenMP for installation:
- https://yadi.sk/i/2qlWNqRAzD6bd
- Click on install button
- Set up MinGW location in CLion.
- Click File->Settings->Build,Execution,Deployment->Toolchains and set up MinGW location: https://yadi.sk/i/4CTZCvzOzD792
- Install GraphViz to visualize a graph.
- Install Gephi to visualize a graph.