Axel Larsson

Results 10 issues of Axel Larsson

# Example: Nonlinear Elastic Global pROM ## Background and description As an exercise in getting to know the `libROM `library, I implemented a global pROM for a linear elastic cantilever...

enhancement

The last checks in the [implementing pullbacks guide](https://github.com/EnzymeAD/Enzyme.jl/blob/main/docs/src/pullbacks.md#): ``` R ≈ A * B && ∂z_∂A ≈ ∂z_∂R * B' && # equivalent to Zygote.pullback(*, A, B)[2](∂z_∂R)[1] ∂z_∂B ≈ A'...

Hi, how can I define my own termination condition with the current API? It doesn't look like it's possible but I might be wrong... For instance, I'd like the solver...

Hi, I want to be able to use pyjulia, but I run into the following issue: - I install PyCall - I open the python executable installed in Conda_env and...

The [MFEM website](https://mfem.org) has a link to their Doxygen documentation in their `documentation` tab. It'd be nice to have the same thing for the LibROM website.

enhancement

Currently time windowing is done using the same velocity basis for every time window. A possible next step is to also do time windowing on the velocity basis, which should...

enhancement

## Features - 17 new Fully Implicit Runge-Kutta (FIRK) solvers: Lobatto IIIa-c 2 to 5 stage versions, and Radau IIa 1,2,3,5,7 - stage versions - Choice of cache with nested...

This PR adds elasticity BVPs to the library. Tasks: - [x] Add elastica problem - [ ] Elastica analytic solution - [ ] Elastica reference and docstrings - [ ]...

Hi and thanks for an interesting package! I'm interested in trying out the interface with `DifferentialEquations.jl `on the `tipmoment` example. My code is shown below. It doesn't converge. I was...

Hi! Maybe I'm bad at searching or misunderstood something, but I can't seem to find a function to generate the element stiffness matrix for a beam. Is this functionality in...