You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simulacion-permeabilidad/fftma_module/gen/include/toolsFFTPSIM.h

24 lines
720 B
C

#include <string.h>
#include "geostat.h"
#include "pressure.h"
#ifndef _TOOLSFFTPSIM_H
#define _TOOLSFFTPSIM_H
/* Create december, the 16th 2002 */
/* List of functions: */
/* ------------------ */
/* FFTPSim, FFTPressure, clean_real2 */
/*Functions */
/*----------*/
void FFTPSim(struct vario_mod variogram,struct statistic_mod stat,struct grid_mod grid,int n[3],struct realization_mod *realin,struct pressure_mod gradient,struct realization_mod *realout,struct realization_mod *realout2,struct realization_mod *realout3,struct realization_mod *realout4,struct realization_mod *realout5);
void normAxes(double *vec, double *normed);
void waveVectorCompute1D(int n,double *vec);
#endif // define _TOOLSFFTPSIM_H