Skip to content

Commit 6138859

Browse files
committed
Bump to v1.10.2
1 parent 78e7616 commit 6138859

16 files changed

Lines changed: 258 additions & 66 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Mathieu Aucejo
3+
Copyright (c) 2026 Mathieu Aucejo
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "StructuralVibration"
22
uuid = "85cedecc-ec67-4717-8ef3-ce3f1b8dc459"
3-
version = "1.10.1"
3+
version = "1.10.2"
44
authors = ["Mathieu Aucejo <79322171+maucejo@users.noreply.github.com> and contributors"]
55

66
[deps]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# StructuralVibration.jl
22

33
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://maucejo.github.io/StructuralVibration.jl/)
4-
[![Generic badge](https://img.shields.io/badge/Version-1.10.1-cornflowerblue.svg)]()
4+
[![Generic badge](https://img.shields.io/badge/Version-1.10.2-cornflowerblue.svg)]()
55
[![MIT License](https://img.shields.io/badge/License-MIT-forestgreen)](https://github.com/maucejo/elsearticle/blob/main/LICENSE)
66
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
77
[![DispatchDoctor](https://img.shields.io/badge/%F0%9F%A9%BA_tested_with-DispatchDoctor.jl-blue?labelColor=white)](https://github.com/MilesCranmer/DispatchDoctor.jl)

docs/Manifest.toml

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-338 KB
Binary file not shown.

docs/extensions/.cache/index.qmd.GSNKdKf8o4N.json renamed to docs/extensions/.cache/index.qmd.8UaprIATo9t.json

Lines changed: 62 additions & 19 deletions
Large diffs are not rendered by default.

docs/extensions/.cache/index.qmd.DpfWcrNxCXt.json renamed to docs/extensions/.cache/index.qmd.9PjpIVj3WDA.json

Lines changed: 73 additions & 25 deletions
Large diffs are not rendered by default.

docs/extensions/.cache/index.qmd.AWgo4BnZFNJ.json renamed to docs/extensions/.cache/index.qmd.DtDrA03HgvV.json

Lines changed: 47 additions & 4 deletions
Large diffs are not rendered by default.

docs/extensions/index.qmd

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ ms_deformed[3:3:end] .= ms
389389
390390
dpoints = deformed_grid(nodes, ms_deformed, 0.15)
391391
392-
fig_deformed = viz_mesh(SimpleMesh(dpoints, mesh.topology.connec), color = ms, colormap = :jet1, alpha = 1., zlim = (-0.2, 0.2), title = "Deformed mesh of the plate")
392+
fig_deformed = viz_mesh(SimpleMesh(dpoints, mesh.topology.connec), color = ms, zlim = (-0.2, 0.2), title = "Deformed mesh of the plate")
393393
```
394394

395395
#### Animating the mode shape
@@ -399,6 +399,24 @@ animate_mesh(nodes, elts, ms_deformed, color = ms, scale_factor = 0.1, zlim = (-
399399

400400
![](../assets/images/animated_plate.mp4)
401401

402+
#### Colormaps
403+
404+
`StructuralVibration.jl` provides the Paraview Fast Colormap as a color gradient that can be used for visualizations. The colormap is implemented in the `fast_cmap` function.
405+
406+
::: {.api}
407+
**fast_cmap**
408+
409+
---
410+
```{julia}
411+
#| echo: false
412+
@doc fast_cmap
413+
```
414+
:::
415+
416+
::: {.callout-warning}
417+
The `fast_cmap` function is a placeholder for the actual implementation of the Paraview Fast Colormap. The implementation of this colormap is not yet available in `ColorSchemes.jl`. A pull request has been submitted and merged in `ColorSchemes.jl`. Once the new version of `ColorSchemes.jl` is released, the `fast_cmap` function will be removed in favor of the `:fast` colormap from `ColorSchemes.jl`.
418+
:::
419+
402420
## Theming
403421

404422
`StructuralVibration.jl` provides a set of themes for the plotting functions. The themes are defined in the `theme_choice` function.

docs/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ format:
1212

1313
<br/>
1414

15-
[![Generic badge](https://img.shields.io/badge/Version-1.10.1-cornflowerblue.svg)]()
15+
[![Generic badge](https://img.shields.io/badge/Version-1.10.2-cornflowerblue.svg)]()
1616
[![MIT License](https://img.shields.io/badge/License-MIT-forestgreen)](https://github.com/maucejo/elsearticle/blob/main/LICENSE)
1717
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
1818
[![DispatchDoctor](https://img.shields.io/badge/%F0%9F%A9%BA_tested_with-DispatchDoctor.jl-blue?labelColor=white)](https://github.com/MilesCranmer/DispatchDoctor.jl)

0 commit comments

Comments
 (0)