aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03put laser profiles into another fileGravatar MaxThevenet 2-126/+1
2019-08-31fix compilation error in 3DGravatar MaxThevenet 1-0/+1
2019-08-31need to include Gpu to use AMREX_GPU_HOST_DEVICEGravatar Maxence Thevenet 1-0/+1
2019-08-31back to defining imaginary number in each routine...Gravatar MaxThevenet 1-1/+1
2019-08-31indentGravatar MaxThevenet 2-11/+11
2019-08-31cleaningGravatar Maxence Thevenet 2-5/+5
2019-08-31typodsGravatar Maxence Thevenet 2-7/+7
2019-08-31fix bugs on GPUGravatar Maxence Thevenet 2-12/+19
2019-08-31general functions for CPU and GPUGravatar MaxThevenet 2-5/+32
2019-08-31minor cleaningGravatar MaxThevenet 1-4/+0
2019-08-31add commentsGravatar MaxThevenet 1-21/+41
2019-08-31remove Fortran routines from Makefile and headers, and delete F90 fileGravatar MaxThevenet 3-344/+0
2019-08-31fix arguments and minor typosGravatar MaxThevenet 2-16/+22
2019-08-31c++ update_laser_particleGravatar MaxThevenet 2-15/+64
2019-08-31c++ calculate_laser_plane_coordinatesGravatar MaxThevenet 2-4/+54
2019-08-31Harris profileGravatar MaxThevenet 2-6/+58
2019-08-31C++ gaussian laser profileGravatar MaxThevenet 1-46/+1
2019-08-31c++ Gaussian laser profileGravatar MaxThevenet 2-1/+103
2019-08-31test if complex size match only if USE_PSATDGravatar MaxThevenet 2-4/+11
2019-08-31Define imaginary number I in MathConstGravatar MaxThevenet 2-1/+3
2019-08-31move WarpX_Complex.H to Source/UtilsGravatar MaxThevenet 3-1/+1
2019-08-30Remove reference to picsarGravatar Remi Lehe 1-1/+1
2019-08-30Avoid incorrect parameterGravatar Remi Lehe 2-2/+0
2019-08-30Remove WarpX_picsar.F90Gravatar Remi Lehe 1-129/+0
2019-08-30Compilation bug fixedGravatar ablelly 2-7/+9
2019-08-29Avoid compilation of PICSAR spectral solverGravatar Remi Lehe 4-15/+18
2019-08-29Create new function CopyJPMLGravatar Remi Lehe 3-18/+23
2019-08-29Avoid compilation of PICSAR spectral solverGravatar Remi Lehe 4-15/+18
2019-08-29minor change for upcoming AMReX changesGravatar Weiqun Zhang 1-2/+2
2019-08-30Layout changesGravatar ablelly 1-20/+0
2019-08-30Layout changes for the file PML.cppGravatar ablelly 1-45/+82
2019-08-29Refactor communications in PMLGravatar Remi Lehe 1-53/+38
2019-08-29Removed useless variables in PML Exchange functionsGravatar ablelly 4-75/+44
2019-08-29Changed function name "CopyRegInPMLs" to "CopyToPML"Gravatar ablelly 2-10/+12
2019-08-29Deleted functions `CopyJinReg` and `CopyPMLsInReg` (unused)Gravatar ablelly 2-41/+0
2019-08-29Changed function name `CopyJinPML` to `CopyJtoPML`Gravatar ablelly 3-7/+7
2019-08-29Added input parameters `do_pml_in_domain`, `do_pml_has_particle`, `do_pml_j_d...Gravatar ablelly 1-0/+12
2019-08-29Cleaned the Fortran interfaceGravatar ablelly 1-18/+18
2019-08-29layout correctionsGravatar ablelly 2-4/+2
2019-08-29sigma_cum, sigma_cum_fac renamed into sigma_cumsum, sigma_cumsum_facGravatar ablelly 3-59/+59
2019-08-29Cleaned code from useless Fortran and from pml_typeGravatar ablelly 3-168/+1
2019-08-28Added shift for the sigma functionsGravatar ablelly 3-27/+67
2019-08-28Changed macro WARPX_DIM_2D to WARPX_DIM_XZ for clarityGravatar Dave Grote 4-22/+22
2019-08-28Doc: Cannonical DOI RefGravatar Axel Huebl 1-0/+1
2019-08-28Fix invalid memory access in 2DGravatar Remi Lehe 2-8/+16
2019-08-28Fix invalid memory access in 2DGravatar Remi Lehe 1-5/+13
2019-08-28Warpx:DampJPML : Fortran code replaced by C++ codeGravatar ablelly 3-131/+34
2019-08-28remove unnecessary references and clean function namesGravatar MaxThevenet 3-47/+49
2019-08-28C++ damping functions called. Compiling!Gravatar ablelly 2-4/+91
2019-08-28C++ current damping - compilingGravatar ablelly 1-9/+9