Miikka Vaisala
|
03689709df
|
Merge branch 'master' into forcing
|
2019-07-02 16:43:10 +08:00 |
|
Miikka Vaisala
|
d0eb308f17
|
Better interface to forcing.
|
2019-07-02 16:35:14 +08:00 |
|
jpekkila
|
9a87053f26
|
README.md edited online with Bitbucket
|
2019-07-01 14:08:59 +00:00 |
|
jpekkila
|
7dc5161056
|
Added guidelines for contributing to the project.
|
2019-07-01 13:44:55 +00:00 |
|
jpekkila
|
2d91df19dc
|
Added a flowchart on how to commit to Astaroth
|
2019-07-01 16:06:15 +03:00 |
|
jpekkila
|
11ceca4cb1
|
Second test commit (feature branches)
|
2019-07-01 14:54:55 +03:00 |
|
jpekkila
|
30b7cda35c
|
Testing the git commands for creating feature branches and merging them back to master
|
2019-07-01 14:42:36 +03:00 |
|
jpekkila
|
a3ca6cf132
|
Added skeletons for packing parts of the ghost zones into buffers to speed up data transfers
|
2019-07-01 13:56:05 +03:00 |
|
jpekkila
|
d9be66f65f
|
NOTE: Renamed LINDUCTION to LMAGNETIC throughout the project.
|
2019-07-01 13:40:24 +03:00 |
|
Miikka Vaisala
|
0600790f41
|
Corrected a bug in the timestep and some scaling problems.
Now I can reach a saturated stated in forcing without crashing the code.
|
2019-07-01 14:19:56 +08:00 |
|
Miikka Vaisala
|
9f0be0d9ff
|
Solved the forcing function boundary problem.
|
2019-07-01 11:06:42 +08:00 |
|
jpekkila
|
0c63d55fd7
|
Worked around a compiler bug in CUDA 9.1, which caused an "Internal Compiler Error (codegen): "there was an error in verifying the lgenfe output!". Apparently the compiler got confused by overloaded is_valid() if the input parameter was not passed as a reference in both cases.
|
2019-06-29 10:49:15 +03:00 |
|
Miikka Vaisala
|
f04ef8e64c
|
Forcing function issue not yet fully resolved.
Now brain hurs. No more today. Break needed.
|
2019-06-28 19:23:18 +08:00 |
|
jpekkila
|
9b45716186
|
Modified user.h such that astaroth compiles with Pencil Code. Note that this is a temporary fix: we should ultimately set the default parameters for all the logical switches in astaroth.h and let the user redefine them at will, either with the DSL or with user.h
|
2019-06-27 18:12:14 +03:00 |
|
jpekkila
|
b694702cf8
|
Removed an old comment
|
2019-06-27 17:11:21 +03:00 |
|
Miikka Vaisala
|
94a25383a9
|
Trying to calculate the forcing scaling.
Causes nans very quickly. Will need to look closer tomorrow again.
|
2019-06-27 19:20:18 +08:00 |
|
jpekkila
|
30c21ff420
|
Formatting: defines stay indented if clang-format is turned off temporarily
|
2019-06-27 13:31:50 +03:00 |
|
jpekkila
|
8ca09668c1
|
Added an advance notice about LINDUCTION to be renamed to LMAGNETIC in the near future throughout the project. LMAGNETIC would be better name since he define is used to enable the magnetic field.
|
2019-06-27 13:28:52 +03:00 |
|
jpekkila
|
fc96283c37
|
Reordered logical flags in a more logical order, density -> hydro -> induction -> entropy -> others
|
2019-06-27 13:22:14 +03:00 |
|
jpekkila
|
75fb756ad4
|
Autoformatted with clang-format. Clang-format does not support indented defines as far as I know, so this will have to do. The alternative would be not to use autoformatting at all (or some other tool).
|
2019-06-27 13:16:41 +03:00 |
|
Miikka Vaisala
|
9b2e9d376f
|
helical_forcing_k_generator() added.
Now Helical forcing almost works. I just need scale to force per tiome step
correctly. The current formulation is wrong.
|
2019-06-27 18:12:15 +08:00 |
|
jpekkila
|
7e40889245
|
Grid and subgrid dimensions are now only printed if VERBOSE_PRINTING == 1
|
2019-06-27 12:54:36 +03:00 |
|
jpekkila
|
44a1160962
|
Added an additional comment
|
2019-06-27 12:50:34 +03:00 |
|
Miikka Vaisala
|
fd6a5df0d6
|
helical_forcing_e_generator() randomized.
|
2019-06-27 15:59:58 +08:00 |
|
Miikka Vaisala
|
9ae3411cce
|
helical_forcing_e_generator() added
Without randomization. Will add next.
|
2019-06-27 14:53:36 +08:00 |
|
Miikka Vaisala
|
d30b866a21
|
Merge branch 'master' into forcing
Now I need to test what works...
Conflicts:
acc/mhd_solver/stencil_process.sps
|
2019-06-27 11:22:31 +08:00 |
|
jpekkila
|
401172bb74
|
Formatting
|
2019-06-26 19:43:37 +03:00 |
|
jpekkila
|
ee075e6741
|
Set the default number of devices to 0 (this is updated at acInit()
|
2019-06-26 19:42:49 +03:00 |
|
jpekkila
|
65c8a39cb9
|
Removed old comments and renamed USER_PROVIDED to USER_PROVIDED_DEFINES to be more explicit
|
2019-06-26 18:56:40 +03:00 |
|
jpekkila
|
cda17c9b08
|
VERBOSE_PRINTING flag is now globally used in the whole program and should be used to suppress development/debugging-related printing. Also added comments to the new interface function acCheckDeviceAvailability and made it free from side effects.
|
2019-06-26 18:50:15 +03:00 |
|
Matthias Rheinhardt
|
0bc8b7e827
|
MR: VTXBUF_DENSITY -> VTXBUF_LNRHO, minor
|
2019-06-26 17:14:24 +03:00 |
|
Matthias Rheinhardt
|
57a39fd848
|
MR: USER_PROVIDED
|
2019-06-26 17:10:51 +03:00 |
|
Matthias Rheinhardt
|
daddde15b8
|
MR: encapsulated user stuff
|
2019-06-26 17:06:46 +03:00 |
|
Matthias Rheinhardt
|
522da0041f
|
MR: new name for GetDevice
|
2019-06-26 16:53:56 +03:00 |
|
Matthias Rheinhardt
|
25f1ec7959
|
MR: intro'd VERBOSE_PRINT switch
|
2019-06-26 15:13:56 +03:00 |
|
Matthias Rheinhardt
|
174e29add6
|
MR: added PENCIL_ASTAROTH
|
2019-06-26 15:11:32 +03:00 |
|
jpekkila
|
ffe9df1bb0
|
LFORCING was turned off in stencil_process and the autotests failed, re-enabled
|
2019-06-26 14:08:56 +03:00 |
|
Miikka Vaisala
|
76d251cd3e
|
Makes now special helical forcing vector.
|
2019-06-26 18:50:42 +08:00 |
|
jpekkila
|
6bfc5f04f7
|
Added tighter bounds for gcc and nvcc versions. There was a bit of an chicken-and-egg issue: we need gcc 6.0 in order to get bug 48891 (see gcc bugzilla) fixed, but cuda < 9 supports gcc only up to 5.3. This is not a perfect solution, f.ex. ubuntu 16.04 ships with gcc 5.4 but with the fix backported from later versions so in practice that would also work but is not accepted anymore.
|
2019-06-26 13:33:03 +03:00 |
|
Miikka Vaisala
|
be0e46c814
|
Can move forcing vector information now from the host to device.
next step in to generate random waves in the CPU with a chosen degree of helicity etc.
|
2019-06-26 17:41:39 +08:00 |
|
Miikka Vaisala
|
231a8aa06e
|
Trying to figure out how to upload values to GPU.
|
2019-06-26 15:23:46 +08:00 |
|
Miikka Vaisala
|
656e50316a
|
Merge branch 'master' into forcing
|
2019-06-26 13:19:20 +08:00 |
|
Miikka Vaisala
|
5cacda2850
|
Helical forcing funtion works.
But we will need a wavenumber generator to add stochasticity.
|
2019-06-26 13:15:28 +08:00 |
|
Miikka Vaisala
|
8191c47fa0
|
Scetching the helical forcing.
Not the idead form. Not yet tested.
|
2019-06-25 19:04:53 +08:00 |
|
jpekkila
|
912dffca4f
|
Renamed old single-GPU-only headers in core/kernels to avoid confusion. Only kernels.cuh is used for reductions, integration and boundary conditions at the moment.
|
2019-06-25 13:58:59 +03:00 |
|
Miikka Vaisala
|
a574d6e4c3
|
To be friendly with the autotest.
|
2019-06-25 14:50:43 +08:00 |
|
Miikka Vaisala
|
b1a2d9603c
|
Cleaning the forcing part.
|
2019-06-25 14:48:47 +08:00 |
|
Miikka Vaisala
|
44f26cde42
|
Corrected a stencil bug from der6
|
2019-06-25 11:25:14 +08:00 |
|
Miikka Vaisala
|
59043e586b
|
Added a missing switch to stencil_assembly.sas.
|
2019-06-24 18:03:24 +08:00 |
|
Miikka Vaisala
|
55ecdd0ac8
|
Working upwinding!
It works and it looks so much better than without.
|
2019-06-24 16:58:06 +08:00 |
|