Skip to content
Snippets Groups Projects

Add exemplary codegen app.

Merged Helen Schottenhamml requested to merge mr_codegen_app into master
5 files
+ 119
0
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 12
0
 
waLBerla_link_files_to_builddir( *.prm *.py)
 
 
waLBerla_generate_target_from_python(NAME LatticeModelGenerated FILE LatticeModel.py
 
OUT_FILES LatticeModel.cpp LatticeModel.h
 
)
 
 
 
waLBerla_add_executable ( NAME ExampleAppCodegen
 
FILES ExampleApp.cpp
 
DEPENDS blockforest core field lbm geometry timeloop gui
 
LatticeModelGenerated)
 
Loading