The Wayback Machine - https://web.archive.org/web/20220302065703/https://github.com/topics/pde
Skip to content
#

pde

Here are 223 public repositories matching this topic...

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

Improve this page

Add a description, image, and links to the pde 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 topic, visit your repo's landing page and select "manage topics."

Learn more