Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hverhelst committed Jan 9, 2025
1 parent 7079852 commit 120e7a9
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/gsStructuralAnalysis.dox
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@ Jacobian_t Jacobian = [&<objects needed to assemble the Jacobian>](gsVector<real
\subsection structuralAnalysis_Tutorials Tutorials
In the folder \c gsStructuralAnalysis/tutorials, some tutorials are provided, explaining the use of the \ref gsStructuralAnalysis module. These tutorials follow-up on the tutorials provided in the \ref gsKLShell module, see \ref klShell_Tutorials. The tutorials can be compiled using the target \c gsStructuralAnalysis-tutorials. The available tutorials are:
1. \ref nonlinear_shell_static
2. \ref nonlinear_shell_arclength
2. \ref nonlinear_shell_arcLength
3. \ref nonlinear_shell_dynamic
4. \ref nonlinear_solid_static
5. \ref nonlinear_solid_arcLength
6. \ref nonlinear_solid_dynamic

*/

Expand Down
File renamed without changes.
17 changes: 17 additions & 0 deletions doc/nonlinear_solid_arcLength.dox
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
namespace gismo {
/**

\page nonlinear_solid_arcLength nonlinear_solid_arcLength.cpp

Static simulations of a solid

\section nonlinear_solid_static_Annotated Annotated source file

Here is the full file \c nonlinear_solid_arcLength.cpp. Clicking on a function
or class name will lead you to its reference documentation.

\include nonlinear_solid_arcLength.cpp

*/

}
17 changes: 17 additions & 0 deletions doc/nonlinear_solid_dynamic.dox
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
namespace gismo {
/**

\page nonlinear_solid_dynamic nonlinear_solid_dynamic.cpp

Static simulations of a solid

\section nonlinear_solid_static_Annotated Annotated source file

Here is the full file \c nonlinear_solid_dynamic.cpp. Clicking on a function
or class name will lead you to its reference documentation.

\include nonlinear_solid_dynamic.cpp

*/

}
17 changes: 17 additions & 0 deletions doc/nonlinear_solid_static.dox
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
namespace gismo {
/**

\page nonlinear_solid_static nonlinear_solid_static.cpp

Static simulations of a solid

\section nonlinear_solid_static_Annotated Annotated source file

Here is the full file \c nonlinear_solid_static.cpp. Clicking on a function
or class name will lead you to its reference documentation.

\include nonlinear_solid_static.cpp

*/

}

0 comments on commit 120e7a9

Please sign in to comment.