... | ... | @@ -25,6 +25,7 @@ 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
|
|
|
The PYTHONPATH to the code compilation must be specified in .bashrc
|
|
|
```python
|
|
|
from gmshpy import *
|
|
|
from dG3Dpy import*
|
... | ... | |