pde
Here are 232 public repositories matching this topic...
-
Updated
Jan 11, 2022 - Julia
-
Updated
May 20, 2022 - Python
-
Updated
May 20, 2022 - CSS
add in docs and in testset a Low-level API example with GPU
-
Updated
Jan 1, 2022 - Java
-
Updated
Apr 27, 2022 - Julia
-
Updated
May 11, 2022 - Python
-
Updated
Nov 10, 2021 - Jupyter Notebook
It would be useful to keep track of how many retries a simulation did in the amr_diag.out file, which already records the coarse timestep info
-
Updated
May 20, 2022 - Julia
-
Updated
May 11, 2022 - Julia
-
Updated
May 20, 2022 - Julia
-
Updated
May 16, 2022 - MATLAB
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
Aug 19, 2021 - Java
Solver::addMonitor() has a MonitorPosition pos argument that allows the user to control whether a new monitor is added to the beginning (front) or end (back) of the list of output monitors.
https://github.com/boutproject/BOUT-dev/blob/efb92e9672a3c380209420512e4e1ee94e91624a/include/bout/solver.hxx#L221
It would be nice to have a similar argument for Solver::addTimestepMonitor().
https:
-
Updated
May 3, 2022 - C
-
Updated
May 16, 2022 - C++
-
Updated
May 5, 2021 - Jupyter Notebook
-
Updated
May 20, 2022 - Julia
-
Updated
May 9, 2022 - Julia
-
Updated
May 20, 2022 - C++
-
Updated
May 9, 2022 - Julia
-
Updated
Dec 2, 2021 - Julia
-
Updated
Mar 1, 2022 - C++
-
Updated
May 19, 2022 - Julia
-
Updated
Feb 2, 2022 - Python
Improve this page
Add a description, image, and links to the pde topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pde topic, visit your repo's landing page and select "manage topics."
If I run the copy&paste examples, such as https://mtk.sciml.ai/stable/tutorials/acausal_components/ :