-
Dear @Dobrev and @Tzanio Kolev
I have developed MFEM codes and error estimates analytically for Linear Maxwell’s equation.
Also, I have developed analytically error estimates for Nonlinear Electro…
-
when I run the code below, I got an error
part of the Code:
```julia
@NLexpression(mpc, af[i=1:T] , atan((z[5,i]+l*z[6,i])/z[4,i])-u[i] )
@NLexpression(mpc, ar[i=1:T] , atan((z[5,i]-l*…
-
I am confused by the result of test case in /tests/small/LCM/StrongBC, which provides following log
> Albany Fill: Jacobian 3.9545e-02 (4.000) …
-
When I tested the pure Stokes flow problems with "Stokes only" nonlinear solver scheme, I noticed that "temperature refinement criteria" can also be used and takes effect (Two tests with and without t…
-
I'd like to solve a system of ODEs with the algorithm ImplicitMidpoint() implemented with fixed point iteration. I've looked into the documentation of DifferentialEquations.jl, and have found no simp…
-
Migrated ticket (#1673):
Some code was already written for the dispersion solver in transport PK but was never used. Convert this code to a new diffusion method, in addition to MFD and FV. This work i…
-
I am making this issue to continue the discussion started in #841
In a nutshell, #841 adds a BuilderAndSolver with Constraints and now the main discussion is where and how to store the constraints…
-
I am developing [UEM](https://github.com/JuliaEconometrics/UEM.jl) which should be registered soon. I found your package and I think we could talk about how to develop the Econometrics sub-ecosystem t…
-
Dear @tzanio , @v-dobrev, @mlstowell , @acfisher and @Dan2997925
I have tested and played ODE solver for Joule (miniapp) and quick review ex10 . Then I used `BlockVector::EB` in member functions …
-
The new part Modelica.Electrical.Analog.Ideal.IdealizedOpAmpLimted has a few issues.
A minor issue is that the name has a typo; **Limted** should be **Limited**.
A serious bug is that the exter…