Getting Started#

A series of notebooks are available to help run the code using VaYu. There are located within the notebook directory, additionally the python scripts are within the example directory.

Notebooks

Introductory examples#

We now introduce basic concepts, which helps in demonstaring the usage of library.

Spectral Methods#

We now dive into constrting spectral methods for integer-order differential equations.

We now dive into constrting spectral methods for fractional differential equations via convolution orthogonality

Reduced Order Modeling#

We now dive into Reduced order modeling (ROM). ROM aims at speeding up simulations, by dimensionality reduction of the problem.

Physics-informed Neural Networks#

We now dive into Physics-informed Neural Netorks (PINNs). PINNs solves differential equations by invoking a neural network. The governing equation is a part of the loss function, hence data is not required everywhere, only at the boundries.