Anna Ivagnes
Anna Ivagnes
Files in tests/test_dataset automatically removed when running tests.
Added the `RBFLayer` class in the `pina/model/layers` folder, and updated `tutorial8` with a comparison between POD-RBF and POD-NN approaches in reduced order modeling framework.
**Describe the bug** Training not leading to the expected solution **To Reproduce** `examples/run_parametric_elliptic_optimal.py` **Expected behavior** We expect the solution to be close to the PINN solution in paper [https://arxiv.org/pdf/2110.13530](url) (Figure...
Add a dataset for the transonic flow past a NACA 0012 airfoil. The parameter is the angle of attack, and the snapshots are of two types: `internal` (in the 2D...
The DeepONet in `pina/model/deeponet.py` currently supports one dimension in output, caused by the reshape in this line: https://github.com/mathLab/PINA/blob/5445559cb236c97419a019e92e6f38b3aaf7f791/pina/model/deeponet.py#L225
Implementation of the `Aggregation` plugin for the `MultiReducedOrderModel` class. Added tutorial 4 (jupyter-notebook) with aggregation strategies for ROMs.