aboutsummaryrefslogtreecommitdiff
path: root/src/Operators.h
blob: 72618e4f60a77bea0a2f6092a1ecda3efd707022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef OPERATORS_H
#define OPERATORS_H

#include <cctk.h>

CCTK_INT
MoL_LinearCombination(cGH const *const cctkGH,
                      CCTK_INT   const var,
                      CCTK_REAL  const scale,
                      CCTK_INT   const srcs[],
                      CCTK_INT   const tls[],
                      CCTK_REAL  const facts[],
                      CCTK_INT   const nsrcs);

#endif  // #ifndef OPERATORS_H