Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JTHesse committed Mar 21, 2024
2 parents 39d68a4 + dc2d015 commit fff3562
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,19 @@ For any questions or inquiries about PeriLab.jl, feel free to reach out to the a
}
```

## Acknowledgments
<p align="center" style="font-size:0;"><!--
DLR --><img align="middle" src="https://gitlab.com/dlr-perihub/PeriLab.jl/-/raw/main/assets/dlr.jpg" height="120">
</p>
## Partner

| <img src="https://gitlab.com/dlr-perihub/PeriLab.jl/-/raw/main/assets/dlr.jpg" height="200" title="German Aerospace Center"> | <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Logo_h2.svg/1280px-Logo_h2.svg.png" height="200" title="Magdeburg-Stendal University of Applied Science"> |
|:------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------:|
| [German Aerospace Center](http://www.dlr.de/sy) | [Magdeburg-Stendal University of Applied Science](http://www.h2.de) |





## Acknowledgments

<p align="center" style="font-size:0;"><!--
<!--
DFG --><img align="middle" src="https://gitlab.com/dlr-perihub/PeriLab.jl/-/raw/main/assets/dfg.jpg" height="120">
Expand Down
4 changes: 3 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# PeriLab

- [Theory Manual](theory.md)

Welcome to the PeriLab documentation!

This resource aims to teach you everything you need to know to get up and
running with tabular data manipulation using the PeriLab.jl package.

## What is PeriLab.jl?

PeriLab.jl provides a Peridynamics [BobaruF2016](@cite) simulation core
PeriLab.jl provides a Peridynamics [BobaruF2016](@cite) simulation core.

Its design and functionality are similar to those of Peridigm [LittlewoodDJ2023](@cite) and several extenions [WillbergC2019](@cite), [WillbergC2023](@cite), [HesseJA2023](@cite).

Expand Down
4 changes: 2 additions & 2 deletions docs/src/theory/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ The parameters are:
| $\mathbf{x}$| Position of point [$m$]|
| $\mathbf{x}'$| Position of neighbor [$m$]|
| $t$| Time [$s$] |
| $\mathbf{b}$| External force densities [$N/m^3$] |
| $\mathbf{b}$| Body force densities [$N/m^3$] |
| $\mathbf{u}$| Displacements [$m$] |
| $\ddot{\mathbf{u}}$| Accelerations [$m/s$] |
| $\ddot{\mathbf{u}}$| Accelerations [$m/s^2$] |
| $\underline{\mathbf{T}}$| Force density state [$N/m^6$] |
| $\rho$| Mass density [$kg/m^3$]|

Expand Down

4 comments on commit fff3562

@PeriHub
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Fixed

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@PeriHub
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Fixed

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/103391

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.1 -m "<description of version>" fff35624450e8d6ac702616481bd21d95a272115
git push origin v1.1.1

Please sign in to comment.