Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grid buffer event bug #148

Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
054c886
add commentary for cuSTL::container
Sep 9, 2013
0da9afd
add commentary for cuSTL::cursor
Sep 9, 2013
447a2ca
refine cuSTL::cursor commentary
Sep 9, 2013
12f5ffd
add commentary to cuSTL::algorithm partially
Sep 11, 2013
dd44797
add commentary for cuSTL::algorithm
Dec 4, 2013
ba135a0
add commentary in cuSTL::container and cuSTL::zone
Dec 4, 2013
5779be9
enhance commentary in cuSTL::cursor::tools
Dec 4, 2013
557da0f
remove bad token
Dec 4, 2013
9c6df62
correct commentary in cuSTL/algorithm/cudaBlock/Foreach.hpp
Dec 4, 2013
ff04c9a
fix minor comment issues
Dec 6, 2013
861410c
save file cuSTL/container/view/View.hpp
Dec 6, 2013
b598525
Merge pull request #116 from Heikman/cuSTLCommentary
ax3l Dec 6, 2013
8a6d80b
Merge pull request #122 from ComputationalRadiationPhysics/master
psychocoderHPC Dec 18, 2013
b25799d
Ignore Code::Blocks project files
ax3l Jan 10, 2014
6df7135
Clearify some vars in params
ax3l Jan 10, 2014
ce07944
Merge pull request #125 from ax3l/topic-gitignoreCodeBlocks
psychocoderHPC Jan 16, 2014
9a0449d
Merge pull request #126 from ax3l/topic-examplesSphere
psychocoderHPC Jan 16, 2014
198f51d
TBG: Fix Missing Tpl File Message
ax3l Jan 16, 2014
1a988cd
Output filename, too
ax3l Jan 16, 2014
af1f207
Introduce new Param File: dimension.param
ax3l Jan 16, 2014
8a4ae09
Add Param Change to Changelog
ax3l Jan 16, 2014
627ae9a
Typo and Highlight File Names
ax3l Jan 16, 2014
cc0b980
Merge pull request #130 from ax3l/fix-tbgtpl
Jan 16, 2014
1939da5
Merge pull request #134 from ax3l/topic-paramDimension
psychocoderHPC Jan 16, 2014
ed681cd
Add new nvidia functors
ax3l Jan 16, 2014
0123321
Add const declaration for getter
ax3l Jan 16, 2014
6e821ce
Merge pull request #135 from ax3l/topic-newFunctors
Jan 17, 2014
564adbf
Add Background Fields for Particle Pusher
ax3l Jan 16, 2014
f196071
Add option to run over GUARD too
ax3l Jan 16, 2014
1d1de98
Clean up Documention and Interfaces
ax3l Jan 16, 2014
db3d414
Add More Documentation and Conversions
ax3l Jan 17, 2014
5a5d326
Rename and Split Param Files for Fields
ax3l Jan 20, 2014
1e9506c
Rename background field class
ax3l Jan 20, 2014
bc44747
Merge pull request #131 from ax3l/topic-bgFields
psychocoderHPC Jan 20, 2014
1fcfb92
clean math::vector and DataSpace
psychocoderHPC Jan 21, 2014
6e7b53c
Remove SIMDIM from default param file
ax3l Jan 21, 2014
d833f76
use toString to print DataSpace
psychocoderHPC Jan 21, 2014
9cb886e
Merge pull request #137 from ax3l/fix-componentsDim
psychocoderHPC Jan 21, 2014
87cb46f
add changes which were annotated by ax3l
psychocoderHPC Jan 22, 2014
7159f08
Merge pull request #138 from psychocoderHPC/topic-cleanVector
ax3l Jan 22, 2014
069b188
fix uninitialized array
psychocoderHPC Jan 23, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Introduce new Param File: dimension.param
Removes the dependency from componentsConfig.param
- useful for other param files
- preparation for PIConGPU 2D
  • Loading branch information
ax3l committed Jan 16, 2014
commit af1f20790ad2aa15e6fc2c9a51d8c870437a5fb7
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
#pragma once


#define SIMDIM DIM3

const uint32_t simDim = SIMDIM;

namespace picongpu
{
/*! Simulation Starter ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
#pragma once


#define SIMDIM DIM3

const uint32_t simDim = SIMDIM;

namespace picongpu
{
/*! Simulation Starter ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
#pragma once


#define SIMDIM DIM3

const uint32_t simDim = SIMDIM;

namespace picongpu
{
/*! Simulation Starter ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

#pragma once

#define SIMDIM DIM3

const uint32_t simDim = SIMDIM;

namespace picongpu
{
/** Simulation Starter ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

#pragma once

#define SIMDIM DIM3

const uint32_t simDim = SIMDIM;

namespace picongpu
{
/** Simulation Starter ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

#pragma once

#define SIMDIM DIM3

const uint32_t simDim = SIMDIM;

namespace picongpu
{
/** Simulation Starter ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@

#pragma once

#define SIMDIM DIM3

const uint32_t simDim = SIMDIM;

namespace picongpu
{
/*! Simulation Starter ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
#pragma once


#define SIMDIM DIM3

const uint32_t simDim = SIMDIM;

namespace picongpu
{
/*! Simulation Starter ---------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/
#pragma once

#include "simulation_defines/param/dimension.param"
#include "simulation_defines/param/precision.param"
#include "simulation_defines/param/physicalConstants.param"
#include "simulation_defines/param/particleDefinition.param"
Expand Down
28 changes: 28 additions & 0 deletions src/picongpu/include/simulation_defines/param/dimension.param
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
/**
* Copyright 2014 Axel Huebl
*
* This file is part of PIConGPU.
*
* PIConGPU is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* PIConGPU is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with PIConGPU.
* If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once

#define SIMDIM DIM3

namespace picongpu
{
const uint32_t simDim = SIMDIM;
} // namespace picongpu