-
Hi,
I am trying to solve Burger's equations as a learning exercise and implement flux limiters using DG. I looked at example 9 and 18. I modified ex18 to solve for Burger's equations instead of the…
-
Hi @sdrave, @ftalbrecht, @renemilk! I think my `lti_sys_mor` branch is ready to be added here as a development branch. There are still some issues to resolve (like #285) and I would very much apprecia…
-
Dear all,
It would be great if I can have some help or possible directions in MFEM to tune AMS for my solver. I have a basic parallel solver in 3D, which I believe is correctly coupled to AMS precond…
-
In GitLab by @valentjn on Nov 28, 2017, 15:30
This has long been on our wish list, but chances are that we are finally able to make the transition to Python 3.x. Yay! (I mean, Python 3.0 was released…
-
Edit: See my comment about the `ReactionNetworkImporters` package for an easier way to load and benchmark the network. The below script will not work anymore.
Per discussion with @ChrisRackauckas I…
-
This is the highest priority issue for now.
-
Please forgive me if this is not the correct place to ask questions - I looked at the google lists, but they seem quiet..
From what I know, PMIx is mostly used to exchange wire-up information betwe…
-
**Issue by [derekoutis](https://github.com/derekoutis)**
_Monday Oct 29, 2018 at 18:33 GMT_
_Originally opened as https://github.com/derekoutis/ExponentialDeepSpace/issues/13_
----
the setting:
…
-
It has come up that there are three ways to have multiple degrees of freedom on the same entity in a SuperMap:
1. An Epetra_BlockMap with ElementSize > 1 (potentially variable!)
2. A CompositeVect…
ecoon updated
5 years ago
-
Hi,
I am trying to solve a block sparse linear system which has non-square blocks.
For this, I setup an sparse matrix like
`sp_bsr = bsr_matrix((self.val, (self.idx, self.jdx)), dtype=complex…