You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,10 @@ make
40
40
* Supports B-spline, NURBS, H-Spline and THB-Spline bases
41
41
* Membrane or shell elements via template parameters
42
42
43
-
`gsMaterialMatrixNonlinear`
43
+
`gsThinShellAssemblerDWR`
44
+
* Error estimation via the Dual-Weighted Residual method
45
+
46
+
`gsMaterialMatrixBase` and derivatives
44
47
* Linear materials via Saint-Venant Kirchhoff model
45
48
* (In)Compressible non-linear materials: Neo-Hookean, Mooney-Rivlin and Ogden materials.
46
49
* Direct implementation for other material models possible
@@ -63,7 +66,3 @@ To use the `gsKLShell` module, one should always define a `gsMaterialMatrixNonli
63
66
Additionally, the geometry and the deformed geometry (both `gsMultiPatch`) together with a basis (`gsMultiBasis`) and the boundary conditions (`gsBoundaryConditions`) and a surface force (`gsFunctionExpression`) should be provided in the definition of the class.
64
67
65
68
The template parameters of the class are the dimension of the geometry (`dim`) which is 2D (planar) or 3D (surface) and a flag for the computation of bending stiffness term (`bending`) which is only relevant if `dim==3`. Other options that can be set are follower pressures (`setPressure`), elastic foundation stiffness (`setFoundation`) and point loads (`setPointLoads`).
0 commit comments