source: pcp/src/riemann.h@ 774ae8

Last change on this file since 774ae8 was a0bcf1, checked in by Frederik Heber <heber@…>, 17 years ago

-initial commit
-Minimum set of files needed from ESPACK SVN repository
-Switch to three tantamount package parts instead of all relating to pcp (as at some time Ralf's might find inclusion as well)

  • Property mode set to 100644
File size: 765 bytes
Line 
1#ifndef riemann_h
2#define riemann_h
3/** \file riemann.h
4 * Header file for \ref riemann.c
5 *
6 * Contains declarations of the functions implemented in \ref riemann.c
7 *
8 Project: ParallelCarParrinello
9 Jan Hamaekers
10 2000
11
12 File: riemann.h
13 $Id: riemann.h,v 1.6 2006/03/30 22:19:52 foo Exp $
14*/
15
16void CalculateRiemannLaplaceS(const struct Lattice *Lat, struct RiemannTensor *RT, fftw_complex *src, fftw_complex *Lap/*, const double FactorC_R, const double FactorR_C*/);
17void CalculateRiemannLaplace0(const struct Lattice *Lat, struct RiemannTensor *RT, fftw_complex *src, fftw_complex *Lap/*, const double FactorC_R, const double FactorR_C*/);
18void InitRiemannTensor(struct Problem *const P);
19void CalculateRiemannTensorData(struct Problem *const P);
20
21#endif
Note: See TracBrowser for help on using the repository browser.