Skip to content
#

solvers

Here are 77 public repositories matching this topic...

rtimms
rtimms commented May 11, 2021

When a pybamm.Interpolant object is created you can set the interpolator to "linear", "pchip" or "cubic spline" (default). When this node gets converted to casadi, the converted interpolator is always a spline. We should raise a warning if an Interpolant using "linear" or "pchip" gets converted to casadi's interpolant so that users know it is switching to a spline.

Heat Equation using different solvers (Jacobi, Red-Black, Gaussian) in C using different paradigms (sequential, OpenMP, MPI, CUDA) - Assignments for the Concurrent, Parallel and Distributed Systems course @ UPC 2013

  • Updated May 22, 2019
  • C

Improve this page

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

Learn more