initialize our repo for homogenization project
- start with Snakemake
This commit is contained in:
parent
e242736d6c
commit
7301f71d1d
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
|
||||
11/08/2025 Add work plan as below:
|
||||
|
||||
- This repo will be reconstructed with Snakemake files.
|
||||
- For now, there is only first-order homogenization python file, which contains tile function, we plan to use new functions to decouple micro and macro meshes.
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
axes.spines.right: False
|
||||
axes.spines.top: False
|
||||
axes.facecolor: 0.98
|
||||
axes.labelsize: 10
|
||||
#axes.grid: True
|
||||
grid.linestyle: --
|
||||
xtick.minor.visible: True
|
||||
ytick.minor.visible: True
|
||||
font.family: sans-serif
|
||||
font.sans-serif: Roboto Condensed, DejaVu Sans
|
||||
font.size: 9
|
||||
figure.autolayout: True
|
||||
savefig.bbox: tight
|
||||
savefig.pad_inches: 0.1 # to modify if problems
|
||||
#savefig.transparent: True
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
numpy
|
||||
scipy
|
||||
matplotlib
|
||||
marimo
|
||||
snakemake
|
||||
jupyterlab
|
||||
jupyter
|
||||
Loading…
Reference in New Issue