ug4
|
#include <iostream>
#include "lib_disc/function_spaces/grid_function_util.h"
#include "lib_disc/common/local_algebra.h"
#include "nl_gauss_seidel.h"
Go to the source code of this file.
Namespaces | |
ug | |
the ug namespace | |
Macros | |
#define | NL_GAUSSSEIDEL_PROFILE_BEGIN(name) PROFILE_BEGIN_GROUP(name, "NL GaussSeidel") |
#define | NL_GAUSSSEIDEL_PROFILE_END() PROFILE_END() |
#define | NL_GAUSSSEIDEL_PROFILE_FUNC() PROFILE_FUNC_GROUP("NL GaussSeidel") |
#define | PROFILE_NL_GAUSSSEIDEL |
#define NL_GAUSSSEIDEL_PROFILE_BEGIN | ( | name | ) | PROFILE_BEGIN_GROUP(name, "NL GaussSeidel") |
#define NL_GAUSSSEIDEL_PROFILE_END | ( | ) | PROFILE_END() |
#define NL_GAUSSSEIDEL_PROFILE_FUNC | ( | ) | PROFILE_FUNC_GROUP("NL GaussSeidel") |
#define PROFILE_NL_GAUSSSEIDEL |