|
1 |
| -//---------------------------------------------------------------------------------- |
2 |
| -// |
| 1 | +//----------------------------------------------------------------------------- |
3 | 2 | // FLUIDS v.3 - SPH Fluid Simulator for CPU and GPU
|
4 | 3 | // Copyright (C) 2012-2013. Rama Hoetzlein, http://fluids3.com
|
5 | 4 | //
|
6 |
| -// BSD 3-clause: |
7 |
| -// Redistribution and use in source and binary forms, with or without modification, |
8 |
| -// are permitted provided that the following conditions are met: |
9 |
| -// 1. Redistributions of source code must retain the above copyright notice, this |
10 |
| -// list of conditions and the following disclaimer. |
11 |
| -// 2. Redistributions in binary form must reproduce the above copyright notice, this |
12 |
| -// list of conditions and the following disclaimer in the documentation and/or |
13 |
| -// other materials provided with the distribution. |
14 |
| -// 3. Neither the name of the copyright holder nor the names of its contributors may |
15 |
| -// be used to endorse or promote products derived from this software without specific |
16 |
| -// prior written permission. |
17 |
| -// |
18 |
| -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY |
19 |
| -// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
20 |
| -// OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT |
21 |
| -// SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
22 |
| -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT |
23 |
| -// OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
24 |
| -// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR |
25 |
| -// TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
26 |
| -// EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 |
| -//---------------------------------------------------------------------------------- |
| 5 | +// NVIDIA(R) GVDB VOXELS |
| 6 | +// Copyright 2017 NVIDIA Corporation |
| 7 | +// SPDX-License-Identifier: Apache-2.0 |
| 8 | +//----------------------------------------------------------------------------- |
28 | 9 |
|
29 | 10 | #define CUDA_KERNEL
|
30 | 11 | #include "fluid_system_cuda.cuh"
|
|
0 commit comments