ug4
|
#include <iostream>
#include "lib_disc/function_spaces/grid_function_util.h"
#include "lib_disc/common/local_algebra.h"
#include "nl_jacobi.h"
Go to the source code of this file.
Namespaces | |
ug | |
the ug namespace | |
Macros | |
#define | NL_JACOBI_PROFILE_BEGIN(name) PROFILE_BEGIN_GROUP(name, "NL Jacobi") |
#define | NL_JACOBI_PROFILE_END() PROFILE_END() |
#define | NL_JACOBI_PROFILE_FUNC() PROFILE_FUNC_GROUP("NL Jacobi") |
#define | PROFILE_NL_JACOBI |
#define NL_JACOBI_PROFILE_BEGIN | ( | name | ) | PROFILE_BEGIN_GROUP(name, "NL Jacobi") |
#define NL_JACOBI_PROFILE_END | ( | ) | PROFILE_END() |
#define NL_JACOBI_PROFILE_FUNC | ( | ) | PROFILE_FUNC_GROUP("NL Jacobi") |
#define PROFILE_NL_JACOBI |