-
Hello. I want to solve the Helmholtz equation on the square [-1,1] x [-1,1] with the Dirichlet or Neumann boundary conditions where the boundary values are prescribed by the boundary value of a given …
-
$\frac{dy}{dx} = (x+y)^2$
![sympy](https://user-images.githubusercontent.com/2704364/119232150-b0a33680-bb56-11eb-9559-fab88ceb51d6.png)
![matlab](https://user-images.githubusercontent.com/2704364…
-
This came up looking at the "bubble shear" case which has a time-dependent advective velocity which is implemented through a symbolic expression which includes a Constant `t` which is updated in the f…
-
CBMC 5.95.1 seemingly misses the assertion violation in the following short program that I previously wrote:
```
#include
int main(){
char* x = "";
char* ptr = (char *) 0x55a8a2e6b007;
as…
-
以下で登録した関数が呼び出されない。
```c
ierr = MatShellSetOperation(A, MATOP_GET_DIAGONAL, (void(*)())MatGetDiagonal_myMat);
```
SLEPcでは、Jacobi前処理をどのように実現しているのか?
-
It appears, an overflowing 32-bit integer is being cast to 64 bit during memory allocation.
For example, with an 80x80x80 block mesh I get in sfepy.discrete.Problem.time_update():
> sfepy: matrix sh…
-
### Description
I have a a couple simulation models that -- under some circumstances -- fail when simulating or causes wrong simulation results.
### Steps to Reproduce
Please consider the [li…
-
There are quite a few features that are not in the docs, and which would be fairly minor fixes. Opening a list here so we can keep track of them as we go and fix them in batches. Feel free to add more…
-
Random comments on the poster (will add more to the issue as time goes by):
- [x] Mention how many different preprocessing passes there are
- [x] Maybe include two or so examples of preprocessing …
-
I know CLIMA is one of the few projects making use of the OrdinaryDiffEq.jl linear solver interface. The latest breaking release's breaking part is that the old linear solver part was ripped out and r…