-
@jstac @albop @spencerlyon2 @mmcky
I have implemented a [generic solver](https://github.com/davidrpugh/bvp-solver) that uses projection methods to solve systems of non-linear differential equations …
-
I am interested in choosing a Python finite-element package for a project involving active droplets. I am wondering if it is possible to briefly compare/contrast pyoomph to [sfepy](https://sfepy.org/d…
-
Hi,
I am trying to implement smoothness indicators of the form
$\beta_i = \sum\limits_{l=1}^k \Delta x_0^{2l-1} \int_{K_0} \left( \frac{1}{l!} \frac{d^l}{dx^l} \tilde{p}_i(x) \right)^2 dx, \qua…
FH-9 updated
6 months ago
-
Hello,
Is it possible to, given a circuit topology, export the set of differential equations? I think it could be done using [ModelingToolkit.jl](https://github.com/SciML/ModelingToolkit.jl). This …
-
Please check [ScalableTestSuite.Electrical.TransmissionLine.ScaledExperiments.TransmissionLineEquations_N_10](https://libraries.openmodelica.org/branches/newInst-newBackend/ScalableTestSuite_noopt/fil…
-
Hello,
I am trying to use ClusteredLowRankSolver to solve a SDP written in JuMP.
For doing this, I am using the function from JuMp to create a file in .dat-s
> write_to_file(model, "pb.dat-s…
-
Hello,
I have the following minimal working example for solving a system of simultaneous non-linear equations. Angles, ```ang_xs, ang_ys,``` and ```ang_zs``` are dynamic in nature but for this partic…
-
In order to determine if a shape maps two different indices to the same flat indices (i.e. `is_one_to_one` is false), we need to solve:
x_0*S_0 + x_1*S_1 + x_2*S_2 + ... == y_0*S_0 + y_1*S_1 + …
-
Currently, only ODEs are supported, it would be great to be able to calculate Lyapunov exponents of random dynamical systems (RDS). (https://www.springer.com/de/book/9783540637585).
RDS studies how …
-
PyBERT launches a signal with zero rise/fall times. The only way to fix this is to adjust Tx_Cout when using the internal transmission line model. How about an option to input the rise/fall time and…