Trisurf Monte Carlo simulator
Samo Penic
2014-12-16 6bc95bfe19012a33f185adf1476e623d98d33465
1
2
3
4
5
6
7
8
9
10
#ifndef _H_SHREAL
#define _H_SHREAL
ts_bool shreal_init(ts_spharm *sph, ts_uint l);
ts_bool shreal_free(ts_spharm *sph);
ts_double factorial(ts_int n);
ts_double ZlmiCoeff(ts_int l, ts_int m);
ts_bool calculateUlmReal(ts_vesicle *vesicle);
ts_bool storeUlm2Real(ts_vesicle *vesicle);
ts_bool saveAvgUlm2Real(ts_vesicle *vesicle);
#endif