Skip to content

Commit 41a18a9

Browse files
authored
Update README.md
1 parent bee0d1e commit 41a18a9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ make
4040
* Supports B-spline, NURBS, H-Spline and THB-Spline bases
4141
* Membrane or shell elements via template parameters
4242

43-
`gsMaterialMatrixNonlinear`
43+
`gsThinShellAssemblerDWR`
44+
* Error estimation via the Dual-Weighted Residual method
45+
46+
`gsMaterialMatrixBase` and derivatives
4447
* Linear materials via Saint-Venant Kirchhoff model
4548
* (In)Compressible non-linear materials: Neo-Hookean, Mooney-Rivlin and Ogden materials.
4649
* Direct implementation for other material models possible
@@ -63,7 +66,3 @@ To use the `gsKLShell` module, one should always define a `gsMaterialMatrixNonli
6366
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.
6467

6568
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`).
66-
67-
#### Not (yet) supported:
68-
* Multipatch coupling
69-
* Error estimation via DWR

0 commit comments

Comments
 (0)