- 16 Mar, 2021 2 commits
-
-
Valeriy M Tenishev authored
This reverts commit c1f9c5ef
-
Valeriy M Tenishev authored
-
- 15 Mar, 2021 1 commit
-
-
Valeriy M Tenishev authored
-
- 13 Mar, 2021 2 commits
-
-
Valeriy M Tenishev authored
branch
-
Igor V Sokolov authored
-
- 12 Mar, 2021 1 commit
-
-
Yinsi Shou authored
-
- 11 Mar, 2021 1 commit
-
-
Yinsi Shou authored
velocity distributions are added.
-
- 10 Mar, 2021 5 commits
-
-
Valeriy M Tenishev authored
"PIC::IndividualModelSampling::RequestStaticCellData." because or recent changes of PIC::IndividualModelSampling::RequestStaticCellData vector definition
-
Valeriy M Tenishev authored
-
Valeriy M Tenishev authored
src/pic/pic_mesh.cpp, src/pic/pic_rnd.cpp, src/pic/pic_swmf.cpp since PIC::IndividualModelSampling::RequestStaticCellData is used only by the host, PIC::IndividualModelSampling::RequestStaticCellData is not a pointer but a vector now. That simplifies the initialization of AMPS when used as a component of the SWMF srcInterface/PT_wrapper.f90, srcInterface/amps2swmf.cpp, srcInterface/amps2swmf.h, srcInterface/amps_param_interface.cpp: updated from the naster branch
-
Valeriy M Tenishev authored
-
Valeriy M Tenishev authored
2. srcSEP is updated from the master branch
-
- 09 Mar, 2021 6 commits
-
-
Valeriy M Tenishev authored
according to that in test_Mercury-ions in the CUDA-DEV branch. The sequance in CUDA-DEV branch is affected my allocation of the mesh table and cannot be changed. The changed is done in preparation to CUDA-DEV -> master branch transitioning
-
Gabor Toth authored
-
Gabor Toth authored
-
Gabor Toth authored
-
Gabor Toth authored
-
Gabor Toth authored
-
- 08 Mar, 2021 6 commits
-
-
Gabor Toth authored
-
Valeriy M Tenishev authored
2. memcpy() is replaced with PIC::ParticleBuffer::CloneParticle() copy of commit 75009a0a to the master branch
-
Valeriy M Tenishev authored
2. memcpy() is replaced with PIC::ParticleBuffer::CloneParticle()
-
Valeriy M Tenishev authored
2. memcpy() is replaced with PIC::ParticleBuffer::CloneParticle() copy of commit 3f54134e in the master branch
-
Valeriy M Tenishev authored
2. memcpy() is replaced with PIC::ParticleBuffer::CloneParticle()
-
Valeriy M Tenishev authored
1. char tempParticleData is replaced with PIC::ParticleBuffer::byte tempParticleData 2. tempParticleData is initialized 'tempParticleData[ii]=0' begore used 3. memcpy() is replaced with PIC::ParticleBuffer::CloneParticle() copy of commit 60dad1a0 to the master branch
-
- 07 Mar, 2021 3 commits
-
-
Valeriy M Tenishev authored
1. char tempParticleData is replaced with PIC::ParticleBuffer::byte tempParticleData 2. tempParticleData is initialized 'tempParticleData[ii]=0' begore used 3. memcpy() is replaced with PIC::ParticleBuffer::CloneParticle()
-
Valeriy M Tenishev authored
print checksum of the particle buffer 2. Exosphere::SourceProcesses::InjectionBoundaryModel(): a) buffer tempParticleData is cleaned before use b) 'memcpy' is replaced with PIC::ParticleBuffer::CloneParticle() when copy particle properties from tempParticleData to the particle data buffer copy of commit 64faab33 to the master branch
-
Valeriy M Tenishev authored
print checksum of the particle buffer 2. Exosphere::SourceProcesses::InjectionBoundaryModel(): a) buffer tempParticleData is cleaned before use b) 'memcpy' is replaced with PIC::ParticleBuffer::CloneParticle() when copy particle properties from tempParticleData to the particle data buffer
-
- 05 Mar, 2021 3 commits
-
-
Igor V Sokolov authored
-
Valeriy M Tenishev authored
2. input/earth.input.pl is correctedo copy of commit c17f537d to CUDA-DEV branch
-
Valeriy M Tenishev authored
2. input/earth.input.pl is corrected
-
- 04 Mar, 2021 3 commits
-
-
Valeriy M Tenishev authored
of srcMars model used for Mars-Hot-Oxygen simulation wich is not compatible with the current implementations of AMPS copy of commit 6a099bac to the master branch
-
Valeriy M Tenishev authored
of srcMars model used for Mars-Hot-Oxygen simulation wich is not compatible with the current implementations of AMPS
-
Valeriy M Tenishev authored
-
- 02 Mar, 2021 2 commits
-
-
Valeriy M Tenishev authored
is set to zeto after allocation copy of commit b38d8b70 to the master branch
-
Valeriy M Tenishev authored
is set to zeto after allocation
-
- 24 Feb, 2021 4 commits
-
-
Valeriy M Tenishev authored
if (_PIC_COUPLER__INTERPOLATION_MODE_ != _PIC_COUPLER__INTERPOLATION_MODE__CELL_CENTERED_LINEAR_) { exit(__LINE__,__FILE__,"Error: the function should be used only when the linear interpolation routine is set"); } is commented at the beginning of the function. Now test_linear-system-solver.diff passes. copy of commit b87155d3 to the master branch
-
Valeriy M Tenishev authored
if (_PIC_COUPLER__INTERPOLATION_MODE_ != _PIC_COUPLER__INTERPOLATION_MODE__CELL_CENTERED_LINEAR_) { exit(__LINE__,__FILE__,"Error: the function should be used only when the linear interpolation routine is set"); } is commented at the beginning of the function. Now test_linear-system-solver.diff passes.
-
Igor V Sokolov authored
-
Igor V Sokolov authored
-
- 23 Feb, 2021 1 commit
-
-
Valeriy M Tenishev authored
when _PIC_COUPLER_MODE_ == _PIC_COUPLER_MODE__SWMF_
-