Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-Mattheus-Moerman committed Mar 6, 2024
2 parents 719c364 + a87a1f2 commit 086ace7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
![](assets/img/COMODO.png)

[![Mastodon](https://img.shields.io/badge/-MASTODON-%232B90D9?style=for-the-badge&logo=mastodon&logoColor=white)](https://fosstodon.org/@kevinmoerman)
[![Doc](https://img.shields.io/badge/docs-dev-blue.svg)](https://comodo-research.github.io/Comodo.jl/dev/)



Expand All @@ -20,11 +21,12 @@ Comodo.jl started out as a modern re-implementation in Julia of the MATLAB toolb
```julia
pkg> add https://github.com/COMODO-research/Comodo.jl
```

# Getting started
The `examples` folder contains examples on the use of Comodo's functionality.

# Documentation
Under construction
[Functional Documentation](https://comodo-research.github.io/Comodo.jl/dev/)

# Combinding with finite element analysis
For finite element analysis users are encouraged to combine the Comodo capabilities with the open source C++ solver [FEBio](https://febio.org/), e.g. based on the Julia wrapper [FEBio.jl](https://github.com/febiosoftware/FEBio.jl). In addition, users may want to explore the Julia packages [Gridap.jl](https://github.com/gridap/Gridap.jl) and [Ferrite.jl](https://github.com/Ferrite-FEM/Ferrite.jl).
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ makedocs(
sitename="A Julia package for computational (bio)mechanics and computational design",
authors = "Kevin-Mattheus-Moerman <[email protected]>",
pages = [
"functions" => "functions.md",
"Functions" => "functions.md",
]
)

Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

___________________

- [Functions](https://comodo-research.github.io/Comodo.jl/dev/functions/)

0 comments on commit 086ace7

Please sign in to comment.