From a16494f2599c0d0885d841747840a7995d3f21fc Mon Sep 17 00:00:00 2001 From: Jingya Li <70752306+Crazy-Rich-Meghan@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:59:19 +0100 Subject: [PATCH] Added solver dependency --- pages/docs/adapters/adapter-gismo.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/docs/adapters/adapter-gismo.md b/pages/docs/adapters/adapter-gismo.md index 662c058531..3f252c279b 100644 --- a/pages/docs/adapters/adapter-gismo.md +++ b/pages/docs/adapters/adapter-gismo.md @@ -28,9 +28,12 @@ make ``` 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. +`` 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"`| -`` 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: