index
:
WarpX
development
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
pywarpx
/
Geometry.py
(
unfollow
)
Age
Commit message (
Collapse
)
Author
Files
Lines
2017-05-19
Added code satisfying the PICMI standard
Dave Grote
6
-29
/
+392
2017-05-16
Update WarpX tests to also compare particle data.
Andrew Myers
1
-0
/
+20
2017-05-06
typo
Weiqun Zhang
1
-2
/
+2
2017-05-06
make WarpX_f.H parsable as C header
Weiqun Zhang
1
-0
/
+5
2017-05-04
Minor fixes for Python interface
Dave Grote
3
-1
/
+9
2017-04-28
PML in 2D
Weiqun Zhang
5
-26
/
+136
2017-04-27
split ComputePMLFactors into two functions
Weiqun Zhang
3
-17
/
+39
2017-04-26
Add functions to the python wrappers to get / set the PML coefficients from ↵
atmyers
3
-0
/
+71
Python.
2017-04-26
compute PML factors before evolve the PML fields
Weiqun Zhang
1
-0
/
+6
2017-04-26
put some PML functions in a new file
Weiqun Zhang
4
-221
/
+231
2017-04-26
minor
Weiqun Zhang
1
-1
/
+1
2017-04-26
InitPML needs to be called after dt is computed
Weiqun Zhang
1
-4
/
+4
2017-04-26
fix a logic error
Weiqun Zhang
1
-4
/
+3
2017-04-26
we only need to compute pml factor once now that dt doesn't change
Weiqun Zhang
3
-4
/
+5
2017-04-26
do not shrink time step when stop is reached
Weiqun Zhang
2
-22
/
+11
2017-04-25
function for evolving pml e
Weiqun Zhang
3
-2
/
+124
2017-04-25
function for evolving pml b
Weiqun Zhang
3
-14
/
+121
2017-04-25
compute a number of PML factors
Weiqun Zhang
3
-19
/
+68
2017-04-25
compute sigma and sigma_star
Weiqun Zhang
3
-4
/
+85
2017-04-25
create pml boxarray that is aligned with domain boundaries
Weiqun Zhang
1
-10
/
+35
2017-04-24
fillboundary PML
Weiqun Zhang
1
-0
/
+8
2017-04-24
exchange data between regular and PML data
Weiqun Zhang
2
-9
/
+26
2017-04-24
checkpoint pml
Weiqun Zhang
3
-13
/
+53
2017-04-24
start pml; copy data from pml to regular
Weiqun Zhang
4
-2
/
+116
2017-04-24
Use the new accessor methods in WarpX.
Andrew Myers
4
-28
/
+48
2017-04-24
Update WarpX to reflect changes in AMReX's Struct-of-Arrays class.
Andrew Myers
5
-41
/
+34
2017-04-24
resolve a conflict with AMReX make
Weiqun Zhang
1
-1
/
+1
2017-04-19
add more compiler information to job info file
Weiqun Zhang
3
-7
/
+26
2017-04-19
reimplement moving window. Note that regression test will break because ↵
Weiqun Zhang
4
-65
/
+54
previously currents were not moved but saved in plotfiles
2017-04-19
Improved 2D visualization tool
Remi Lehe
1
-4
/
+24
2017-04-19
need to save j in checkpoint files if synchrozied
Weiqun Zhang
1
-0
/
+17
2017-04-19
missed some fill boundary calls
Weiqun Zhang
1
-0
/
+3
2017-04-19
minor change that hopefully makes the logic easier to follow
Weiqun Zhang
1
-1
/
+7
2017-04-19
Updated notebook for 2D
Remi Lehe
1
-12
/
+19
2017-04-19
Updated README
Remi Lehe
1
-6
/
+6
2017-04-19
Cleaned up various notebooks + moved it to Tools
Remi Lehe
3
-970
/
+49
2017-04-19
fix unit tests
Weiqun Zhang
5
-123
/
+235
2017-04-19
Change deposition algorithm for the 2D tests
Remi Lehe
1
-1
/
+1
2017-04-18
clean up 2D
Weiqun Zhang
10
-151
/
+98
2017-04-18
clean up AllocData
Weiqun Zhang
6
-24
/
+10
2017-04-18
wrap getIndexBox inside 3D
Weiqun Zhang
1
-1
/
+5
2017-04-18
amrex::Array --> std::array
Weiqun Zhang
3
-8
/
+6
2017-04-18
removed more Warpx::Copy from WarpXIO
Weiqun Zhang
1
-34
/
+31
2017-04-18
remove some WarpX::Copy in WarpXIO
Weiqun Zhang
1
-6
/
+6
2017-04-13
minor clean up
Weiqun Zhang
2
-33
/
+26
2017-04-09
remove a debugging print statement from the read_raw_data script.
atmyers
1
-1
/
+0
2017-04-08
teach the read_raw_data.py script how to handle datasets with ghost cells.
atmyers
1
-7
/
+20
2017-04-06
Update the name of picsar functions
Remi Lehe
1
-2
/
+2
2017-04-06
Used non-optimized algorithm for Langmuir multi-species test
Remi Lehe
1
-1
/
+1
2017-04-06
always exchange ghost cells here, regardless of what order we're using.
atmyers
1
-3
/
+3
[next]