-
Let's put here all feature requests regarding to elasticity solver (this is a good start of writing features.md)
- [x] Linear and quadratic elements
- [x] Finite displacement
- [ ] Non-linear material…
-
The following code (taken from a firedrake-adjoint test)
```
from firedrake import *
mesh = UnitCubeMesh(3, 3, 3)
# Define function spaces
PN = FunctionSpace(mesh, "Nedelec 1st kind H(curl)…
-
When using a connector-like element (like a 0 or 1 junction), I need to apply the first connector defined before I can add another connection
See [test case](https://gist.github.com/FabricioS/ae84f5e…
-
**Reported by ahaumer on 18 Dec 2015 11:44 UTC**
In a web-/phone-conference today a smaller working group developed the **release plan for MSl 3.2.2**:
1. **Dec. 23, 2015**: Feature Freeze. Trunk is …
-
ref: https://github.com/JuliaOpt/Optim.jl/issues/358
Optim is leaving JuliaOpt, as the latter is refocusing, such that it will be an org for MathProgBase, JuMP and extensions, and backend solvers. …
-
**Reported by otter on 17 Oct 2010 08:05 UTC**
In several examples obviously unnecessary nonlinear equation systems occur with the Modelica.Fluid.Sources FixedBoundary, Boundary_pT, Boundary_ph. This …
-
All of the testing models do not succeed to initialize in SimulationX. E.g., PhotoVoltaics.Testing.SimpleCellResistor. Depending on the solver it raises a Floating Point overflow exception, or simply …
-
**Reported by filip.jorissen on 10 Jun 2014 16:55 UTC**
I have a model where 'X[2]' of a moist air was chosen by Dymola as the iteration variable of a nonlinear system of equations. The default gu…
-
I've tried to solve the following simple linear complementarity problem using `NLsolve`.
``` julia
using NLsolve
M = [0 0 -1 -1 ;
0 0 1 -2 ;
1 -1 2 -2 ;
1 2 -2 4 ]
q = [2; 2; -…
-
There may be way to overcome #34 and #41.
I started implementation of `spice4qucs` extension. This extension allows you to switch between `qucsator` simulation kernel and `ngspice` simulation kernel.…