/usr/include/trilinos/calc_decomp_cuts.h is in libtrilinos-dev 10.4.0.dfsg-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #ifndef calc_decomp_cutsH
#define calc_decomp_cutsH
namespace PAMGEN_NEVADA {
long long dom_decomp_2d(const long long Nx, const long long Ny,
const long long Np, long long *pNGx, long long *pNGy);
long long dom_decomp_3d(const long long Nx, const long long Ny, const long long Nz,
const long long Np, long long *pNGx, long long *pNGy, long long *pNGz);
}
#endif
|