Skip to content
#

pde-solver

Here are 94 public repositories matching this topic...

neurodiffeq
smao-astro
smao-astro commented Dec 27, 2020

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 is y, the approximated solution of the PDE at these coo

kburns
kburns commented Mar 7, 2022

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

rjleveque
rjleveque commented Nov 5, 2019

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
fluidnumerics-joe
fluidnumerics-joe commented Feb 25, 2022

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

Improve this page

Add a description, image, and links to the pde-solver topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more