-
Just doing the AD tricks for Newton-Krylov. Should probably wait for SciMLOperators.jl integration.
-
From @jiahe23:
> basically to compute sum_i (rho_q[i]) / sum_i (rho[i]) where q is the cloud water in the unit of kg/kg and rho is density, i represents the ith level
This should be waited by Ja…
-
First, I would like to thank you all a lot for your great open source work and implementation.
The analytical derivatives of the dynamics are a very valuable feature of the library.
Is there a way…
Leph updated
6 months ago
-
I have two questions:
1. if I use makeJac(mpc) I can get the jacobian matrix. Is it possible to get for example J4=dQ/dVm directly with some command rather than finding exact location/indices of thes…
-
### Description
I am experiencing really bad performance of the simcode: created initialization part on a power plant model of about 100,000 equations, where this part takes a whooping 4500 s to ge…
-
http://ceres-solver.org/nnls_modeling.html#_CPPv4N5ceres18EvaluationCallbackE
States that the class signature is
```
class EvaluationCallback {
public:
virtual ~EvaluationCallback() = defa…
-
Dear developers,
Under operational-level load combinations, the existing ability of OpenFAST to consider a linear-elastic tower and transition piece, together with SSI effects represented by a 6-DO…
-
I am getting some unexpected results and I wonder if I am doing something wrong or there is some other reason. I am using pyCRTM (with CRTM 2.4.0) but have also verified just using Fortran 90.
Em…
-
I'm trying to extract nodal outputs at each of the blade stations in Elastodyn, but when I run OpenFAST I get the following warning:
```
Running ElastoDyn.
Nodal outputs section of ElastoDyn inpu…
-
Hi,
first, thank you for this library. I do appreciate a lot the work.
I made experiments to compute the laplace approximation and then evaluate the resulting bayesian model.
I did observe that …