... | ... | @@ -25,8 +25,10 @@ In general, the strain averaging theorem and the Hill-Mandel condition are sasti |
|
|
|
|
|
## 1. General python code structure
|
|
|
### include python library after compiling the code
|
|
|
```python
|
|
|
from gmshpy import *
|
|
|
from dG3Dpy import*
|
|
|
```
|
|
|
### define solver
|
|
|
### define Material law
|
|
|
### define Domain
|
... | ... | |