issues
search
zer011b
/
fdtd3d
fdtd3d is an open source 1D, 2D, 3D FDTD electromagnetics solver with MPI, OpenMP and CUDA support for x64, ARM, ARM64, RISC-V, PowerPC, Wasm architectures
GNU General Public License v2.0
127
stars
34
forks
source link
Improve coordinates
#104
Closed
zer011b
closed
7 years ago
zer011b
commented
7 years ago
Replace uint32_t grid_coord with int32_t, and check for overflow.
Remove ASSERT for Release, add ALWAYS_ASSERT and ReleaseWithAsserts build.
Replace grid_iter with grid_coord.