Skip to content
#

finite-volume

Here are 76 public repositories matching this topic...

simpeg
yangdikun
yangdikun commented Jul 12, 2017

I am using SimPEG.Utils.download for gpgLabs. The download messages are distracting in notebooks, so I wanted to suppress them. The option is controlled by "verbose=false", but it does not stop writing "Downloading ... Saved to:.." message.
Can verbose=false swtich kill all the print output?

![image](https://user-images.githubusercontent.com/5066933/28143500-b531e30c-671a-11e7-85d2-4d62d23d26a

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
PSyclone
arporter
arporter commented Nov 22, 2021

At the moment transformations such as ACCKernelsTrans allow the user to disable the check for valid node types when calling apply(). However, there are further checks performed in the backend when code is generated which means that it is still not possible to generate code for such a case (without manually doing it in e.g. the transformation script). For consistency (and ease of use) we theref

enhancement good first issue

Improve this page

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

Learn more