... | ... | @@ -36,6 +36,7 @@ from dG3Dpy import* |
|
|
## Define Material law and Domain
|
|
|
The basic principle of the FE implementation is to divide the whole domain of interest by domains. Each domain possesses its own constitutive behavior govering by a material law. Mechanical, thermal, or multi-physical coupled domain-material law can be used.
|
|
|
### *Material law*
|
|
|
A material law is defined as
|
|
|
```python
|
|
|
law = MaterialLawName(matNum, Arguments)
|
|
|
```
|
... | ... | |