Neko 1.99.5
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
neko_log.h
Go to the documentation of this file.
1#ifndef __NEKO_LOG_H
2#define __NEKO_LOG_H
3
9extern void log_message(char *msg);
10
12extern void log_error(char *msg);
13
15extern void log_warning(char *msg);
16
18extern void log_section(char *msg);
19
21extern void log_end_section();
22
23#endif
__global__ void ale_add_kinematics_kernel(const int n, T *__restrict__ wx, T *__restrict__ wy, T *__restrict__ wz, const T *__restrict__ x_ref, const T *__restrict__ y_ref, const T *__restrict__ z_ref, const T *__restrict__ phi, const T *__restrict__ x, const T *__restrict__ y, const T *__restrict__ z, const kinematics_params_t kin_params)
void log_error(char *msg)
void log_message(char *msg)
void log_warning(char *msg)
void log_end_section()
void log_section(char *msg)