Skip to content

Commit

Permalink
Added solver dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazy-Rich-Meghan authored Feb 4, 2025
1 parent 9cb06f4 commit a16494f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pages/docs/adapters/adapter-gismo.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ make <solver_name>
```
Depending on the solver, different submodules need to be added.

TODO: It would be nice to add a table here with what solvers are available, which additional submodules they require, and which tutorials can use the solver.
`<Other submodules>` can be [`gsElasticity`](https://github.com/gismo/gsElasticity), [`gsKLShell`](https://github.com/gismo/gsKLShell) and [`gsStructuralAnalysis`](https://github.com/gismo/gsStructuralAnalysis). For more details, refer to the documentation and examples within each submodule.

| **Solver** | **Required Submodules** | **Configuration** |
|------------------------------------|-------------------------------------------------------------------|---------------------------------------------------|
| **perpendicular-flap-stress** | [`gsElasticity`](https://github.com/gismo/gsElasticity),[`gsStructuralAnalysis`](https://github.com/gismo/gsStructuralAnalysis) | `cmake .. -DGISMO_OPTIONAL="gsPreCICE;gsElasticity;gsStructuralAnalysis"`|

`<Other submodules>` can be [`gsElasticity`](https://github.com/gismo/gsElasticity), [`gsKLShell`](https://github.com/gismo/gsKLShell) and [`gsStructuralAnalysis`](https://github.com/gismo/gsStructuralAnalysis). See these submodules for extra information.

Finally, make the solver discoverable, e.g. by installation:

Expand Down

0 comments on commit a16494f

Please sign in to comment.