Neko
0.9.99
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
9
extern
void
log_message
(
char
*
msg
);
10
12
extern
void
log_error
(
char
*
msg
);
13
15
extern
void
log_warning
(
char
*
msg
);
16
18
extern
void
log_section
(
char
*
msg
);
19
21
extern
void
log_end_section
();
22
23
#endif
dirichlet_apply_scalar_kernel
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)
Definition
dirichlet_kernel.h:42
log_error
void log_error(char *msg)
log_message
void log_message(char *msg)
log_warning
void log_warning(char *msg)
log_end_section
void log_end_section()
log_section
void log_section(char *msg)
src
common
neko_log.h
Generated on Sun Dec 22 2024 03:38:31 for Neko by
1.9.8