This website requires JavaScript.
Explore
Help
Sign In
cwpearson
/
astaroth
Watch
1
Star
0
Fork
0
You've already forked astaroth
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
bcdd827a4f7de3d77ecc8798d81f28b208529658
astaroth
/
acc
/
mhd_solver
History
jpekkila
bcdd827a4f
Added a proper declarations for all user-specified uniform. Note: built-in uniforms are not correctly translated into CUDA
2019-08-19 17:05:56 +03:00
..
.gitignore
Moved STENCIL_ORDER and NGHOST out of user-defined parameter as these are actually internal defines used to configure the built-in functions. Additionally, renamed all explicitly declared uniforms from dsx -> AC_dsx in the DSL in preparation for having clear connection between DSL uniforms and the library parameter handles created by the user (AcRealParam etc)
2019-08-19 16:40:47 +03:00
stencil_assembly.sas
Made the DSL syntax less confusing: Input and output arrays are now ScalarField and VectorFields instead of scalars and vectors. C++ initializers are now also possible, removing the need to declare Fields as int or int3 which was very confusing, like "what, you assing an int value to a real, what the &^%@?"
2019-08-08 21:07:36 +03:00
stencil_defines.h
Enabled upwinding by default and updated the model helical forcing with the hotfixed changes from earlier commits. Autotests kinda pass (we get 1 failure but this is likely due to inaccuracies of the trigonometric functions used in helical forcing. The error is very close to the acceptable error bound).
2019-08-07 15:53:38 +03:00
stencil_process.sps
Added a proper declarations for all user-specified uniform. Note: built-in uniforms are not correctly translated into CUDA
2019-08-19 17:05:56 +03:00