... | ... | @@ -25,7 +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
|
|
|
The PYTHONPATH to the compiled directory must be specified in .bashrc for both gmsh and the solve, then the following line must be added in the beginning of the python file:
|
|
|
```python
|
|
|
from gmshpy import *
|
|
|
from dG3Dpy import*
|
... | ... | |