Welcome to mirror list, hosted at ThFree Co, Russian Federation.

solver_dimenions.h « intern « elbeem « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04f9eb5c1254ca5f93d1e1fd9a7e284ae44b5a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/******************************************************************************
 *
 * El'Beem - Free Surface Fluid Simulation with the Lattice Boltzmann Method
 * All code distributed as part of El'Beem is covered by the version 2 of the 
 * GNU General Public License. See the file COPYING for details.
 * Copyright 2003-2005 Nils Thuerey
 *
 * Combined 2D/3D Lattice Boltzmann Solver auxiliary classes
 * 
 *****************************************************************************/
#ifndef LBMHEADER_H

/* LBM Files */
#include "solver_interface.h"


#define LBMHEADER_H
#endif