... | ... | @@ -51,9 +51,9 @@ where |
|
|
* **sp=1**: Hierarchical shape functions
|
|
|
- **lnum**: material number governs the constitutive behavior of the domain. Note that the material law must be unique with **lnum** while a domain must be unique with **phys**. One material law can be used for different domains.
|
|
|
- **dim** (3 by default): dimension of the FE support: 3= three-dimensional domain, 2 = two-dimensional domain, and 1 = 1-dimensional domain.
|
|
|
- **nonLocalVar*** (0 by default):
|
|
|
- **nonConstitutiveExtraDOFVar** (0 by default):
|
|
|
- **nonCurlData** (0 by default):
|
|
|
- **nonLocalVar** (0 by default): number of nonlocal variables when considering a nonlocal domain.
|
|
|
- **nonConstitutiveExtraDOFVar** (0 by default): number of extra fields when considering a multi-physics domain (e.g. **nonConstitutiveExtraDOFVar=1** for thermal domain).
|
|
|
- **nonCurlData** (0 by default): number of curl fields when considering a multi-physics domain.
|
|
|
|
|
|
```python
|
|
|
nfield = 217 # number of the field (physical number of entity)
|
... | ... | |