mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-10 04:50:49 +00:00
add simple usage example
This commit is contained in:
+12
-2
@@ -11,7 +11,17 @@ DocTestSetup = quote
|
||||
end
|
||||
```
|
||||
|
||||
```@autodocs
|
||||
Modules = [JuliaFEM]
|
||||
## Types
|
||||
|
||||
```@docs
|
||||
JuliaFEM.Element
|
||||
JuliaFEM.Problem
|
||||
JuliaFEM.Elasticity
|
||||
```
|
||||
|
||||
# Functions
|
||||
|
||||
```@docs
|
||||
JuliaFEM.update!
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user