-
Soucasne chovani:
1. Pri pritomnosti tagu se klic automaticky chape jako Abstract
Priklad:
```
format: !gmsh # Abstract, empty Record
other_key: ...
```
2. Hodnota null se chape jak…
-
As discussed in https://github.com/JuliaDiffEq/Roadmap/issues/5, we have set out for the DAE types something like `DAEProblem` for ODEs defined by an implicit function `f(t,u,du,resid)` where `resid` …
-
Edit: *Just to clarify the "breaking up :broken_heart:" thing was a joke. Optim is simply moving out of JuliaOpt due to restructuring of JuliaOpt, and as a part of those organizational changes, we (in…
-
Hi,
Here is my code solving the incompressible NS equation using MFEM. A mesh for channel flow is also attached here. I added TIMES, ADD, SUBTRACT in gridfunction class.
[NS_.zip](https://github.co…
-
On a static mesh a forward Euler update of field `T` can be expressed as
```
M*T_{n+1} - M*T_{n} = dt*L
```
where `M` is the mass matrix and `L` is the linear form of the equation.
If the mesh is ti…
-
**Reported by jfrenkel on 19 Sep 2014 09:44 UTC**
The MSL example Modelica.Electrical.Machines.Examples.SynchronousInductionMachines.SMEE_LoadDump has an inconsisten initial System.
The Variables `s…
-
**Reported by stefanv on 10 Dec 2014 17:55 UTC**
Another ticket based on Modelica.Media.Water.waterBaseProp_pT returning a record of type Modelica.Media.Common.IF97BaseTwoPhase.
The record declares a…
-
**Reported by otter on 26 Jul 2013 13:29 UTC**
The model ModelicaTest.Fluid.TestComponents.Vessels.TestInitialization simulates with MSL 3.2 but initialization fails in MSL 3.2.1 when simulating with …
-
Hi,
First of all thank you for your efforts to maintain this awesome hands on codes.
I am using ```91d5a18``` version for underactuated robotics class in edx.
And I already installed mosek and …
-
This example produces an error in the syntax of bboptimize:
using BlackBoxOptim
ols_bestfit, ols_error = bboptimize((betas) -> ols_regression_objective(betas', x1, y1),(-10.0, 10.0); dimensions …