-
**Submitting author:** @thelfer (Thomas Helfer)
**Repository:** https://github.com/thelfer/MFrontGenericInterfaceSupport
**Version:** v1.0.1
**Editor:** @arfon
**Reviewers:** @srmnitc, @IgorBaratt…
-
Hi UW developers,
I have a problem in using Q2 element together with heat production sources.
After running for a few tens of myrs (23 myr for my case), the temperature field suddenly begins to go cr…
-
In https://github.com/whatwg/html/issues/3912 there is a proposal to specify two new values of the 'appearance' for the fieldset and legend elements.
I note that none of WebKit, Chromium, Gecko or …
-
Currently the linear solvers print a warning if they do not converge (see #2284)
```
AMGCL Linear Solver: Non converged linear solution. [0.00727915 > 1e-07]
```
This is already helpful howeve…
-
**Reported by perost on 9 Apr 2014 13:19 UTC**
Consider the following model:
```
model T1
Real x;
end T1;
model T2
Real x = 0.0;
Real y = 0.0;
end T2;
model A
replaceable T1 t;
end A;
model…
-
[The Finite Element Method ~ Linear Static and Dynamic Finite Element Analysis](https://www.amazon.co.jp/dp/B00CB2MK8K) の `p 484` にある `Method 2` を実装して調査する
## ステップ
- [x] 共役勾配法の実装 #2
- [x] 前処理付き…
-
In "adjoint_finite_difference_base_element.cpp" the perturbation size (step_size) is automatically adjusted without notification. This shouldn't be done automatically. Instead, there should be a corre…
-
In some languages, "pronouns" are mandatory as verbal dependents even when an overt noun is used. An example of this is Khasi (data shared with me by @nfeldbaum), where nominal subjects agree in pers…
-
I'm in a macbook pro mid 2012 with a Intel 4000 graphics card with OpenCL 1.2.
I'm trying to run this code
```clojure
(ns playground
(:use [uncomplicate.neanderthal core native])
(:require …
-
[The Finite Element Method ~ Linear Static and Dynamic Finite Element Analysis](https://www.amazon.co.jp/dp/B00CB2MK8K) の `p 484` にある `Method 2` を実装して調査する
EBE 法による前処理行列の作成を行う。
前処理行列 `B` は以下のように表され…