Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update Computational Micromechanics
authored
Oct 04, 2020
by
Van Dung NGUYEN
Show whitespace changes
Inline
Side-by-side
Computational-Micromechanics.md
View page @
d7801346
...
@@ -25,8 +25,10 @@ In general, the strain averaging theorem and the Hill-Mandel condition are sasti
...
@@ -25,8 +25,10 @@ In general, the strain averaging theorem and the Hill-Mandel condition are sasti
## 1. General python code structure
## 1. General python code structure
### include python library after compiling the code
### include python library after compiling the code
```
python
from
gmshpy
import
*
from
gmshpy
import
*
from
dG3Dpy
import
*
from
dG3Dpy
import
*
```
### define solver
### define solver
### define Material law
### define Material law
### define Domain
### define Domain
...
...