... | ... | @@ -23,7 +23,9 @@ In the computational micromechanics, we need to evaluate the stress tensor $`\ma |
|
|
In general, the strain averaging theorem and the Hill-Mandel condition are sastified a priori using a microscopic boundary condition. The solution of this mBVP is carried out using nonLinearMechSolver, in wihch the relation between $`\mathbf{P}_M(t)`$
|
|
|
and $`\mathbf{F}_M(t)`$ can be obtained by different ways.
|
|
|
|
|
|
# 1. Python code structure
|
|
|
# Mesh preparation
|
|
|
|
|
|
# Python code structure
|
|
|
## include python library after compiling the code
|
|
|
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
|
... | ... | |