Keywords:
- Multiscale Modelling
- Computational Homogenization
- Multi Field Modelling
cell_geom.py, cell_material.py, cell_computation.py
There are two reports for this Forschungsmodul. Please see the report directory. The theory is introduced in the part 1, while the concepts of implementation and numerical results are discussed in part 2.
A detailed documentation is given in the sphx_v1 directory. You can visit the index.html in the build file.
If you need a quick overview of all the usages and examples. example directory is what you are looking for. Both pdf manual and interactive ipynb files are included.
There are some IPython notebooks testing the features and consistency in the ipy_notebook directory
If new features are added, you can use files in test to carry out unit tests.
Please note that all the results are tested under python 3.6.7 and FEniCS 2019.1.0
this project is revived, and adapted to the mentioned versions above
all the test is done via docker images - quay.io/fenicsproject/stable:current
one could try and test ipy-nb with the following command
docker run --name old_unit_cell_jupy -w /home/fenics -v $(pwd):/home/fenics/shared -d -p 127.0.0.1:8888:8888 quay.io/fenicsproject/stable:current 'jupyter-notebook --ip=0.0.0.0'