Skip to content
Snippets Groups Projects
Commit 138c69a2 authored by Rahil Doshi's avatar Rahil Doshi
Browse files

Rename class to InterpolationArrayContainer in comments

parent 59060fec
No related branches found
No related tags found
No related merge requests found
Pipeline #74815 passed
...@@ -42,7 +42,7 @@ with SourceFileGenerator() as sfg: ...@@ -42,7 +42,7 @@ with SourceFileGenerator() as sfg:
# arr_container = DoubleLookupArrayContainer("SS316L", mat.temperature_array, mat.energy_density_array) # arr_container = DoubleLookupArrayContainer("SS316L", mat.temperature_array, mat.energy_density_array)
arr_container = InterpolationArrayContainer.from_material("SS316L", mat) arr_container = InterpolationArrayContainer.from_material("SS316L", mat)
sfg.generate(arr_container) sfg.generate(arr_container)
# arr_container = DoubleLookupArrayContainer.from_material("SS316L_1", mat1) # arr_container = InterpolationArrayContainer.from_material("SS316L_1", mat1)
# sfg.generate(arr_container) # sfg.generate(arr_container)
# Convert assignments to pystencils format # Convert assignments to pystencils format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment