Before download Radial++, please see the folder examples/pde, this carpet contain several examples for the numerical solution of partial differential equations by the unsymmetric collocation method (Kansa scheme).
In particular, we provide the following examples:
- Advection
- Allen-cahn
- Viscous Burger's
- Poisson
- Laplace
- Helmholtz
Inside of each folder in the carpet pde, you only need to write in the shell: make help and follow given instructions. All the examples contain ASCII outputs with the expected running outputs.
Currently, we are working to provide html outputs for each example.