32 lines
950 B
C
32 lines
950 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class electrosphere_FluidSim */
|
|
|
|
#ifndef _Included_electrosphere_FluidSim
|
|
#define _Included_electrosphere_FluidSim
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#undef electrosphere_FluidSim_DIM
|
|
#define electrosphere_FluidSim_DIM 18L
|
|
#undef electrosphere_FluidSim_DIFFUSION_CONSTANT
|
|
#define electrosphere_FluidSim_DIFFUSION_CONSTANT 1.0E-5f
|
|
#undef electrosphere_FluidSim_VISCOSITY_CONSTANT
|
|
#define electrosphere_FluidSim_VISCOSITY_CONSTANT 1.0E-5f
|
|
#undef electrosphere_FluidSim_LINEARSOLVERTIMES
|
|
#define electrosphere_FluidSim_LINEARSOLVERTIMES 20L
|
|
#undef electrosphere_FluidSim_GRAVITY
|
|
#define electrosphere_FluidSim_GRAVITY -1000.0f
|
|
/*
|
|
* Class: electrosphere_FluidSim
|
|
* Method: simulate
|
|
* Signature: (Ljava/util/List;F)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_electrosphere_FluidSim_simulate
|
|
(JNIEnv *, jclass, jobject, jfloat);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|