Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
easyWave
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Metrics
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
id2
geoperil
easyWave
Commits
6b4dbd9e
Commit
6b4dbd9e
authored
Feb 10, 2014
by
Johannes Spazier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Added AGPL header to each .cpp, .cu, .h and .cuh file under code/.
- Fixed 'svn export' in download.py.
parent
af988c40
Changes
76
Show whitespace changes
Inline
Side-by-side
Showing
76 changed files
with
1803 additions
and
3 deletions
+1803
-3
code/branches/multi-gpu/EasyWave.cu
code/branches/multi-gpu/EasyWave.cu
+24
-0
code/branches/multi-gpu/cOgrd.cpp
code/branches/multi-gpu/cOgrd.cpp
+24
-0
code/branches/multi-gpu/cOgrd.h
code/branches/multi-gpu/cOgrd.h
+24
-0
code/branches/multi-gpu/cOkadaEarthquake.cpp
code/branches/multi-gpu/cOkadaEarthquake.cpp
+24
-0
code/branches/multi-gpu/cOkadaEarthquake.h
code/branches/multi-gpu/cOkadaEarthquake.h
+24
-0
code/branches/multi-gpu/cOkadaFault.cpp
code/branches/multi-gpu/cOkadaFault.cpp
+24
-0
code/branches/multi-gpu/cOkadaFault.h
code/branches/multi-gpu/cOkadaFault.h
+24
-0
code/branches/multi-gpu/cSphere.cpp
code/branches/multi-gpu/cSphere.cpp
+24
-0
code/branches/multi-gpu/cSphere.h
code/branches/multi-gpu/cSphere.h
+24
-0
code/branches/multi-gpu/easywave.h
code/branches/multi-gpu/easywave.h
+24
-0
code/branches/multi-gpu/ewCudaKernels.cu
code/branches/multi-gpu/ewCudaKernels.cu
+24
-0
code/branches/multi-gpu/ewCudaKernels.cuh
code/branches/multi-gpu/ewCudaKernels.cuh
+24
-0
code/branches/multi-gpu/ewGpuNode.cu
code/branches/multi-gpu/ewGpuNode.cu
+24
-0
code/branches/multi-gpu/ewGpuNode.cuh
code/branches/multi-gpu/ewGpuNode.cuh
+24
-0
code/branches/multi-gpu/ewGrid.cpp
code/branches/multi-gpu/ewGrid.cpp
+24
-0
code/branches/multi-gpu/ewNode.h
code/branches/multi-gpu/ewNode.h
+24
-0
code/branches/multi-gpu/ewOut2D.cpp
code/branches/multi-gpu/ewOut2D.cpp
+24
-0
code/branches/multi-gpu/ewPOIs.cpp
code/branches/multi-gpu/ewPOIs.cpp
+24
-0
code/branches/multi-gpu/ewParam.cpp
code/branches/multi-gpu/ewParam.cpp
+24
-0
code/branches/multi-gpu/ewReset.cpp
code/branches/multi-gpu/ewReset.cpp
+24
-0
code/branches/multi-gpu/ewSource.cpp
code/branches/multi-gpu/ewSource.cpp
+24
-0
code/branches/multi-gpu/ewStep.cpp
code/branches/multi-gpu/ewStep.cpp
+24
-0
code/branches/multi-gpu/okada.cpp
code/branches/multi-gpu/okada.cpp
+24
-0
code/branches/multi-gpu/utilits.cpp
code/branches/multi-gpu/utilits.cpp
+24
-0
code/branches/multi-gpu/utilits.h
code/branches/multi-gpu/utilits.h
+24
-0
code/branches/web/EasyWave.cu
code/branches/web/EasyWave.cu
+24
-0
code/branches/web/cOgrd.cpp
code/branches/web/cOgrd.cpp
+24
-0
code/branches/web/cOgrd.h
code/branches/web/cOgrd.h
+24
-0
code/branches/web/cOkadaEarthquake.cpp
code/branches/web/cOkadaEarthquake.cpp
+24
-0
code/branches/web/cOkadaEarthquake.h
code/branches/web/cOkadaEarthquake.h
+24
-0
code/branches/web/cOkadaFault.cpp
code/branches/web/cOkadaFault.cpp
+24
-0
code/branches/web/cOkadaFault.h
code/branches/web/cOkadaFault.h
+24
-0
code/branches/web/cSphere.cpp
code/branches/web/cSphere.cpp
+24
-0
code/branches/web/cSphere.h
code/branches/web/cSphere.h
+24
-0
code/branches/web/easywave.h
code/branches/web/easywave.h
+24
-0
code/branches/web/ewCudaKernels.cu
code/branches/web/ewCudaKernels.cu
+24
-0
code/branches/web/ewCudaKernels.cuh
code/branches/web/ewCudaKernels.cuh
+24
-0
code/branches/web/ewGpuNode.cu
code/branches/web/ewGpuNode.cu
+24
-0
code/branches/web/ewGpuNode.cuh
code/branches/web/ewGpuNode.cuh
+24
-0
code/branches/web/ewGrid.cpp
code/branches/web/ewGrid.cpp
+24
-0
code/branches/web/ewNode.h
code/branches/web/ewNode.h
+24
-0
code/branches/web/ewOut2D.cpp
code/branches/web/ewOut2D.cpp
+24
-0
code/branches/web/ewPOIs.cpp
code/branches/web/ewPOIs.cpp
+24
-0
code/branches/web/ewParam.cpp
code/branches/web/ewParam.cpp
+24
-0
code/branches/web/ewReset.cpp
code/branches/web/ewReset.cpp
+24
-0
code/branches/web/ewSource.cpp
code/branches/web/ewSource.cpp
+24
-0
code/branches/web/ewStep.cpp
code/branches/web/ewStep.cpp
+24
-0
code/branches/web/okada.cpp
code/branches/web/okada.cpp
+24
-0
code/branches/web/utilits.cpp
code/branches/web/utilits.cpp
+24
-0
code/branches/web/utilits.h
code/branches/web/utilits.h
+24
-0
code/trunk/src/EasyWave.cpp
code/trunk/src/EasyWave.cpp
+24
-0
code/trunk/src/cOgrd.cpp
code/trunk/src/cOgrd.cpp
+24
-0
code/trunk/src/cOgrd.h
code/trunk/src/cOgrd.h
+24
-0
code/trunk/src/cOkadaEarthquake.cpp
code/trunk/src/cOkadaEarthquake.cpp
+24
-0
code/trunk/src/cOkadaEarthquake.h
code/trunk/src/cOkadaEarthquake.h
+24
-0
code/trunk/src/cOkadaFault.cpp
code/trunk/src/cOkadaFault.cpp
+24
-0
code/trunk/src/cOkadaFault.h
code/trunk/src/cOkadaFault.h
+24
-0
code/trunk/src/cSphere.cpp
code/trunk/src/cSphere.cpp
+24
-0
code/trunk/src/cSphere.h
code/trunk/src/cSphere.h
+24
-0
code/trunk/src/easywave.h
code/trunk/src/easywave.h
+24
-0
code/trunk/src/ewCudaKernels.cu
code/trunk/src/ewCudaKernels.cu
+24
-0
code/trunk/src/ewCudaKernels.cuh
code/trunk/src/ewCudaKernels.cuh
+24
-0
code/trunk/src/ewGpuNode.cu
code/trunk/src/ewGpuNode.cu
+24
-0
code/trunk/src/ewGpuNode.cuh
code/trunk/src/ewGpuNode.cuh
+24
-0
code/trunk/src/ewGrid.cpp
code/trunk/src/ewGrid.cpp
+24
-0
code/trunk/src/ewNode.h
code/trunk/src/ewNode.h
+24
-0
code/trunk/src/ewOut2D.cpp
code/trunk/src/ewOut2D.cpp
+24
-0
code/trunk/src/ewPOIs.cpp
code/trunk/src/ewPOIs.cpp
+24
-0
code/trunk/src/ewParam.cpp
code/trunk/src/ewParam.cpp
+24
-0
code/trunk/src/ewReset.cpp
code/trunk/src/ewReset.cpp
+24
-0
code/trunk/src/ewSource.cpp
code/trunk/src/ewSource.cpp
+24
-0
code/trunk/src/ewStep.cpp
code/trunk/src/ewStep.cpp
+24
-0
code/trunk/src/okada.cpp
code/trunk/src/okada.cpp
+24
-0
code/trunk/src/utilits.cpp
code/trunk/src/utilits.cpp
+24
-0
code/trunk/src/utilits.h
code/trunk/src/utilits.h
+24
-0
code/trunk/tests/download.py
code/trunk/tests/download.py
+3
-3
No files found.
code/branches/multi-gpu/EasyWave.cu
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define HEADER "\neasyWave ver.2013-04-11\n"
#define HEADER "\neasyWave ver.2013-04-11\n"
#include <stdio.h>
#include <stdio.h>
...
...
code/branches/multi-gpu/cOgrd.cpp
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <math.h>
#include <math.h>
...
...
code/branches/multi-gpu/cOgrd.h
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef OGRD_H
#ifndef OGRD_H
#define OGRD_H
#define OGRD_H
...
...
code/branches/multi-gpu/cOkadaEarthquake.cpp
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// cOkadaEarthquake.cpp: implementation of the cOkadaEarthquake class
// cOkadaEarthquake.cpp: implementation of the cOkadaEarthquake class
//
//
//=========================================================================
//=========================================================================
...
...
code/branches/multi-gpu/cOkadaEarthquake.h
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef OKADAEARTHQUAKE_H
#ifndef OKADAEARTHQUAKE_H
#define OKADAEARTHQUAKE_H
#define OKADAEARTHQUAKE_H
...
...
code/branches/multi-gpu/cOkadaFault.cpp
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <utilits.h>
#include <utilits.h>
...
...
code/branches/multi-gpu/cOkadaFault.h
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef OKADAFAULT_H
#ifndef OKADAFAULT_H
#define OKADAFAULT_H
#define OKADAFAULT_H
...
...
code/branches/multi-gpu/cSphere.cpp
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdio.h>
#include <ctype.h>
#include <ctype.h>
#include <string.h>
#include <string.h>
...
...
code/branches/multi-gpu/cSphere.h
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef ONSPHERE_H
#ifndef ONSPHERE_H
#define ONSPHERE_H
#define ONSPHERE_H
...
...
code/branches/multi-gpu/easywave.h
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EASYWAVE_H
#ifndef EASYWAVE_H
#define EASYWAVE_H
#define EASYWAVE_H
...
...
code/branches/multi-gpu/ewCudaKernels.cu
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ewGpuNode.cuh"
#include "ewGpuNode.cuh"
#include "ewCudaKernels.cuh"
#include "ewCudaKernels.cuh"
...
...
code/branches/multi-gpu/ewCudaKernels.cuh
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EW_KERNELS_H
#ifndef EW_KERNELS_H
#define EW_KERNELS_H
#define EW_KERNELS_H
...
...
code/branches/multi-gpu/ewGpuNode.cu
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ewGpuNode.cuh"
#include "ewGpuNode.cuh"
#include "ewCudaKernels.cuh"
#include "ewCudaKernels.cuh"
...
...
code/branches/multi-gpu/ewGpuNode.cuh
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EW_GPUNODE_H
#ifndef EW_GPUNODE_H
#define EW_GPUNODE_H
#define EW_GPUNODE_H
...
...
code/branches/multi-gpu/ewGrid.cpp
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
...
...
code/branches/multi-gpu/ewNode.h
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef EW_NODE_H
#ifndef EW_NODE_H
#define EW_NODE_H
#define EW_NODE_H
...
...
code/branches/multi-gpu/ewOut2D.cpp
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <utilits.h>
#include <utilits.h>
...
...
code/branches/multi-gpu/ewPOIs.cpp
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
...
...
code/branches/multi-gpu/ewParam.cpp
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#include <string.h>
#include <string.h>
...
...
code/branches/multi-gpu/ewReset.cpp
View file @
6b4dbd9e
/*
* EasyWave - A realtime tsunami simulation program with GPU support.
* Copyright (C) 2014 Andrey Babeyko, Johannes Spazier
* GFZ German Research Centre for Geosciences (http://www.gfz-potsdam.de)
*
* Parts of this program (especially the GPU extension) were developed
* within the context of the following publicly funded project:
* - TRIDEC, EU 7th Framework Programme, Grant Agreement 258723
* (http://www.tridec-online.eu)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program 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 Affero General Public License for more details.
*