(git:374b731)
Loading...
Searching...
No Matches
grid_dgemm_collocate.h
Go to the documentation of this file.
1/*----------------------------------------------------------------------------*/
2/* CP2K: A general program to perform molecular dynamics simulations */
3/* Copyright 2000-2024 CP2K developers group <https://cp2k.org> */
4/* */
5/* SPDX-License-Identifier: BSD-3-Clause */
6/*----------------------------------------------------------------------------*/
7
8#ifndef GRID_DGEMM_COLLOCATE_H
9#define GRID_DGEMM_COLLOCATE_H
10
11#include "../common/grid_constants.h"
12#ifdef __cplusplus
13extern "C" {
14#endif
15
17 const bool orthorhombic, const int border_mask, const enum grid_func func,
18 const int la_max, const int la_min, const int lb_max, const int lb_min,
19 const double zeta, const double zetb, const double rscale,
20 const double dh[3][3], const double dh_inv[3][3], const double ra[3],
21 const double rab[3], const int npts_global[3], const int npts_local[3],
22 const int shift_local[3], const int border_width[3], const double radius,
23 const int o1, const int o2, const int n1, const int n2,
24 const double pab_[n2][n1], double *const grid);
25#ifdef __cplusplus
26}
27#endif
28
29#endif
30// EOF
grid_func
static void const int const int const int const int const int const double const int const int const int int GRID_CONST_WHEN_COLLOCATE double GRID_CONST_WHEN_INTEGRATE double * grid
static void const int const int const int const int const int const double const int const int const int npts_local[3]
void grid_dgemm_collocate_pgf_product(const bool orthorhombic, const int border_mask, const enum grid_func func, const int la_max, const int la_min, const int lb_max, const int lb_min, const double zeta, const double zetb, const double rscale, const double dh[3][3], const double dh_inv[3][3], const double ra[3], const double rab[3], const int npts_global[3], const int npts_local[3], const int shift_local[3], const int border_width[3], const double radius, const int o1, const int o2, const int n1, const int n2, const double pab_[n2][n1], double *const grid)