#include <string>
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include "DAGH.h"
#include "../weno/src/generic/cles.h"
Go to the source code of this file.
Classes | |
class | CLESLog |
struct | CLESLog::ldtype |
Defines | |
#define | CLESLOG_MSGMAXLEN 256 |
#define | CLESLOG_KEYMAXLEN 24 |
#define | CLESLOG_MAXINDENT 100 |
#define | CLESLOG_HEADERLEN 72 |
#define | CLESLOG_DEBUG 0 |
#define | CLESLOG_WARNING 1 |
#define | CLESLOG_ERROR 2 |
#define | CLESLOG_CBC 1 |
#define | CLESLOG_CBC_EIGENSYSTEM 1 |
#define | CLESLOG_CBC_REFPRESSURE 2 |
#define | CLESLOG_ROE 2 |
#define | CLESLOG_ROE_STATES 1 |
#define | CLESLOG_TCD 3 |
#define | CLESLOG_TCD_STENCIL 1 |
#define | f_cleslog_active FORTRAN_NAME_(cleslog_active, CLESLOG_ACTIVE) |
#define | f_cleslog_activate FORTRAN_NAME_(cleslog_activate, CLESLOG_ACTIVATE) |
#define | f_cleslog_log FORTRAN_NAME_(cleslog_log, CLESLOG_LOG) |
#define | f_cleslog_log_flush FORTRAN_NAME_(cleslog_log_flush, CLESLOG_LOG) |
#define | f_cleslog_trace_enter FORTRAN_NAME_(cleslog_trace_enter, CLESLOG_TRACE_ENTER) |
#define | f_cleslog_trace_exit FORTRAN_NAME_(cleslog_trace_exit, CLESLOG_TRACE_EXIT) |
Functions | |
int | FORTRAN_NAME_ (cleslog_active, CLESLOG_ACTIVE)(int &module |
#define CLESLOG_CBC 1 |
#define CLESLOG_CBC_EIGENSYSTEM 1 |
#define CLESLOG_CBC_REFPRESSURE 2 |
#define CLESLOG_DEBUG 0 |
#define CLESLOG_ERROR 2 |
#define CLESLOG_HEADERLEN 72 |
#define CLESLOG_KEYMAXLEN 24 |
#define CLESLOG_MAXINDENT 100 |
#define CLESLOG_MSGMAXLEN 256 |
#define CLESLOG_ROE 2 |
#define CLESLOG_ROE_STATES 1 |
#define CLESLOG_TCD 3 |
#define CLESLOG_TCD_STENCIL 1 |
#define CLESLOG_WARNING 1 |
#define f_cleslog_activate FORTRAN_NAME_(cleslog_activate, CLESLOG_ACTIVATE) |
#define f_cleslog_active FORTRAN_NAME_(cleslog_active, CLESLOG_ACTIVE) |
#define f_cleslog_log FORTRAN_NAME_(cleslog_log, CLESLOG_LOG) |
#define f_cleslog_log_flush FORTRAN_NAME_(cleslog_log_flush, CLESLOG_LOG) |
#define f_cleslog_trace_enter FORTRAN_NAME_(cleslog_trace_enter, CLESLOG_TRACE_ENTER) |
#define f_cleslog_trace_exit FORTRAN_NAME_(cleslog_trace_exit, CLESLOG_TRACE_EXIT) |
int FORTRAN_NAME_ | ( | cleslog_active | , | |
CLESLOG_ACTIVE | ||||
) |