Skip to content

Tags: perebalazs/LowLevelFEM.jl

Tags

v1.3.1

Toggle v1.3.1's commit message
[Diff since v1.3.0](v1.3.0...v1.3.1)

solution of the correct r coordinate in axisymmetric problems

v1.3.0

Toggle v1.3.0's commit message
[Diff since v1.2.0](v1.2.0...v1.3.0)

Solution of 2D axisymmetric problems.

**Merged pull requests:**
- Axisymmetric (#4) (@perebalazs)
- Update Project.toml (#5) (@perebalazs)

v1.2.0

Toggle v1.2.0's commit message
[Diff since v1.1.7](v1.1.7...v1.2.0)

Solves the mass matrix for 3D problems correctly

Generates the damping matrix for proportional damping case. **C**=α**M**+β**K** or **C**=α**M**+β₁**K**+β₂**KM⁻¹K**+β₃**KM⁻¹KM⁻¹K**+⋅⋅⋅.

v1.1.7

Toggle v1.1.7's commit message
[Diff since v1.1.6](v1.1.6...v1.1.7)

v1.1.6

Toggle v1.1.6's commit message
[Diff since v1.1.5](v1.1.5...v1.1.6)

plotOnPath can give back the values of a 2D plot (on horizontal and vertical axes). They can be used as input parameters of Plots.plot .

v1.1.5

Toggle v1.1.5's commit message
[Diff since v1.1.4](v1.1.4...v1.1.5)

- solves equivalent stress as a scalar field ("seqv" option),
- shows path view as animation if no `step` is given.

v1.1.4

Toggle v1.1.4's commit message
[Diff since v1.1.3](v1.1.3...v1.1.4)

scalar results of DoF results were not animated

v1.1.3

Toggle v1.1.3's commit message
[Diff since v1.1.2](v1.1.2...v1.1.3)

- Pictures of meshes, results
- Wave propagation: animation

v1.1.2

Toggle v1.1.2's commit message
[Diff since v1.1.1](v1.1.1...v1.1.2)

Gmsh leaves orphan nodes after meshing. This causes "singular exception error", because the size of matrices becomes bigger than the number of nodes times dimension.

v1.1.1

Toggle v1.1.1's commit message
[Diff since v1.1.0](v1.1.0...v1.1.1)

It is based on a built-in *gmsh* function, where parameters are `RCMK`, `Hilbert` and `Metis`.

(see examples in docs)