Skip to content
#

physics-simulation-library

Here are 16 public repositories matching this topic...

johnomotani
johnomotani commented Mar 22, 2022

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:

translunar
translunar commented Jan 24, 2020

A bad design decision was made early on, which was to have row vectors and column vectors be represented differently. This needs to be addressed, with all vectors made to have no orientation.

Some functions already do this. One example, good for a beginner, is pqr.uniform_random_axis(); it should return a vector without any orientation.

Traces from https://github.com/autumnsault/pyquat/iss

enhancement New feature or request good first issue Good for newcomers

Improve this page

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

Learn more