KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
Classes | |
class | GenerateCN |
Variables | |
vf_gen = GenerateCN(corrlen=0.1, grid_level=8) | |
vf = vf_gen() | |
ax1 | |
ax2 | |
ncols | |
im = ax1.imshow(vf[:,:,0].T, origin='lower') | |
GenerateCN.ax1 |
GenerateCN.ax2 |
GenerateCN.im = ax1.imshow(vf[:,:,0].T, origin='lower') |
GenerateCN.ncols |
GenerateCN.vf = vf_gen() |
GenerateCN.vf_gen = GenerateCN(corrlen=0.1, grid_level=8) |