> For the complete documentation index, see [llms.txt](https://tlcfem.gitbook.io/suanpan-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tlcfem.gitbook.io/suanpan-manual/element/membrane/cs.md).

# Couple Stress

Couple Stress Mixed Triangle/Quadrilateral

* Number of Nodes: 3, 4, 5, 6, 7, 8
* Number of DoFs: 3 (Translation, Translation, Rotation)
* DoF Label: U1, U2, UR3

## References

1. [arXiv:2207.02544](https://arxiv.org/abs/2207.02544)

## Syntax

```
element CSMT3 (1) (2...*) (3) [4] [5]
element CSMT6 (1) (2...*) (3) [4] [5]
element CSMQ4 (1) (2...*) (3) [4] [5]
element CSMQ5 (1) (2...*) (3) [4] [5]
element CSMQ6 (1) (2...*) (3) [4] [5]
element CSMQ7 (1) (2...*) (3) [4] [5]
element CSMQ8 (1) (2...*) (3) [4] [5]
# (1) int, unique element tag
# (2...*) int, corresponding number of node tags
# (3) int, material tag
# [4] double, thickness, default: 1.0
# [5] double, characteristic length, default: -1.0
```

## Remarks

1. The geometry definitions of CS elements resemble those of CP elements (e.g., CP3, CP4, CP5, CP6, CP7, CP8).
2. The characteristic length `[5]` can be left as default value (negative) to automatically determine the value based on geometry (square root of area), or set to a positive value to manually specify the fixed length.
3. Currently, only supports [`Elastic2D`](/suanpan-manual/material/material2d/elastic2d.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tlcfem.gitbook.io/suanpan-manual/element/membrane/cs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
