Blender V2.61 - r43446

elbeem_control.cpp

Go to the documentation of this file.
00001 
00004 /******************************************************************************
00005  *
00006  * El'Beem - Free Surface Fluid Simulation with the Lattice Boltzmann Method
00007  * All code distributed as part of El'Beem is covered by the version 2 of the 
00008  * GNU General Public License. See the file COPYING for details.
00009  * Copyright 2003-2006 Nils Thuerey
00010  *
00011  * Control API header
00012  */
00013 
00014 #include "elbeem.h"
00015 #include "elbeem_control.h"
00016 
00017 // add mesh as fluidsim object
00018 int elbeemControlAddSet(struct elbeemControl*) {
00019     
00020     return 0;
00021 }
00022 
00023 int elbeemControlComputeMesh(struct elbeemMesh*) {
00024     
00025     
00026     return 0;
00027 }
00028