-
I am wondering: is there a good way for us to define operators that make it easy to implement WENO and Cheng-Cooper discretizations? @ranocha do you have ideas on this? Here's a starter of the kind of…
-
I make a lot of use of connected_components in 2 and 3 dimensions, and for several problems it's useful to have periodic boundary conditions such that clusters can roll over, e.g the matrix on the lef…
-
- [ ] rewrite parun as pro using argparse
- [ ] replace app option as subcommand and move over app-specific options to subcommand
- [ ] split off some phases as subcommands (e.g. mesh)
- [x] move _…
-
Hello,
I came across the paper [1] and found this code. In the paper, the diffusion coefficient is extended to infinite lag time. I have doubts about it.
If I understand the theory correctly, th…
-
I'm planning to create a QCSchema implementation which can be used easier with compiled languages. But before I set out to reinvent the wheel, does anyone know about an existing C-compatible QCSchema …
-
### Description
In project, we extend our existing work to simulate some exotic phenomena close to critical point
### Deliverables
extend the code for detect some symmetry, familiar with qiskit …
-
Excellent work, really helpful for my research!
Here is my question:
In some code using inoisy files, for example, line 86 of iMovies.py
times = np.linspace(xtstart, xtend, nt)
Should tha…
-
Dear Maurício,
We run into some issue when postprocessing the results, after remove all the space within the file name, we tried to run run_get, but it awlays gave us error as follows, do you ha…
-
As reported on the mailing list at https://groups.google.com/forum/#!topic/dealii/okNWVIHwcTA , there is a bug in the setup the matrix free face pair in case we have hanging nodes over periodic faces,…
-
I have a millions of points (in latitude & longitude). I want to calculate nearest neighbour queries using [great circle distance](https://en.wikipedia.org/wiki/Great_circle), i.e. distance in metres …