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
71695b7c12ebbdffb9275a9c9870909e8155c95a
astaroth
/
include
History
jpekkila
263a1d23a3
Added a function for loading ScalarArrays to the GPU
2019-09-05 16:35:08 +03:00
..
.gitignore
Overhaul to the user-defined parameters done: All logical switches, parameters and vertex buffer handles are now defined in a single header file (the default location is acc/mhd_solver/stencil_defines.h). This header is used when preprocessing the DSL sources and is linked to the include/ directory when calling scripts/compile_acc.sh. astaroth.h is now used for configuring internal stuff only and should not be modified by users
2019-07-03 19:01:16 +03:00
astaroth_defines.h
New feature: ScalarArray. ScalarArrays are read-only 1D arrays containing max(mx, max(my, mz)) elements. ScalarArray is a new type of uniform and can be used for storing f.ex. forcing profiles. The DSL now also supports complex numbers and some basic arithmetic (exp, multiplication)
2019-09-02 21:26:57 +03:00
astaroth_device.h
Added a function for loading ScalarArrays to the GPU
2019-09-05 16:35:08 +03:00
astaroth_grid.h
Dummy implementation of the Grid interface
2019-08-01 18:37:36 +03:00
astaroth_node.h
Added a missing include
2019-08-12 11:44:27 +03:00
astaroth.h
Added interface function acSynchronizeMesh
2019-08-12 10:25:05 +03:00
user.h
NOTE: Renamed LINDUCTION to LMAGNETIC throughout the project.
2019-07-01 13:40:24 +03:00