-
Updated
Mar 16, 2022 - Python
pde-solver
Here are 94 public repositories matching this topic...
-
Updated
Mar 15, 2022 - Python
Operator printing
Currently any field or operator can have a name manually assigned via its name attribute. If this is not specified at operator instantiation, it will be created based on the name of the operator and operands. When the operator is evaluated, the resulting field inherits the same name. This is useful for keeping track of how operators are created, but can make it confusing to identify the structur
-
Updated
Dec 7, 2021 - Python
-
Updated
Jan 26, 2022 - Jupyter Notebook
-
Updated
Dec 11, 2019 - Go
I was having problems reading in a single frame of a solution using solution.Solution and finally tracked it down to the fact that although the first parameter of Solution is named frame you cannot call it using this as a kwarg, e.g. the two commands below should load the same frame but the second silently does nothing:
>>> from clawpack.pyclaw.solution import Solution
>>> frameso
-
Updated
Jul 27, 2021 - Julia
-
Updated
Oct 21, 2021 - Python
-
Updated
Feb 27, 2021 - Rust
-
Updated
Nov 5, 2021 - Java
-
Updated
Jul 30, 2020 - Python
-
Updated
Apr 2, 2021
-
Updated
Oct 13, 2020 - Java
-
Updated
Mar 6, 2020 - Fortran
-
Updated
Sep 16, 2020 - MATLAB
We now have a set of example programs for the linear shallow water solver that are producing reasonable output. It's time to start looking into a more in-depth verification study. This will involve
- Verifying p-refinement convergence rates (varying polynomial degree) in cases where an analytical solution is known ( a new example may be needed )
- Verifying h-refinement convergence rates (var
-
Updated
Sep 26, 2021 - C++
-
Updated
Mar 18, 2022 - Python
-
Updated
Mar 25, 2019 - Jupyter Notebook
-
Updated
Dec 21, 2021 - Python
-
Updated
Aug 29, 2021 - TeX
-
Updated
Aug 5, 2020 - C++
-
Updated
Jan 31, 2022 - Jupyter Notebook
-
Updated
Mar 10, 2022 - Jupyter Notebook
-
Updated
Dec 22, 2019 - HTML
-
Updated
Apr 22, 2021 - Python
-
Updated
Aug 24, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the pde-solver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pde-solver topic, visit your repo's landing page and select "manage topics."
Hi,
I am pretty new to neurodiffeq, thank you very much for the excellent library.
I am interested in the way, and the computational speed, of computing partial derivatives w.r.t. the inputs.
Take forward ODE (1D, 1 unknown variable) solver for example, the input is
x, a batch of coordinates, and the output of the neural network isy, the approximated solution of the PDE at these coo