|
ug4
|
#include <iostream>#include <vector>#include "common/common.h"#include "../../reference_element/reference_element.h"#include "./elem_disc_interface.h"#include "lib_disc/common/function_group.h"#include "lib_disc/common/local_algebra.h"#include "lib_disc/spatial_disc/user_data/data_evaluator.h"#include "bridge/util_algebra_dependent.h"Go to the source code of this file.
Classes | |
| class | ug::StdGlobAssembler< TDomain, TAlgebra > |
| Global assembler based on the straightforward application of the local discretizations. More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Macros | |
| #define | EL_PROFILE_BEGIN(name) PROFILE_BEGIN(name) |
| #define | EL_PROFILE_END() PROFILE_END() |
| #define | EL_PROFILE_FUNC() PROFILE_FUNC() |
| #define | PROFILE_ELEM_LOOP |
| #define EL_PROFILE_BEGIN | ( | name | ) | PROFILE_BEGIN(name) |
| #define EL_PROFILE_END | ( | ) | PROFILE_END() |
| #define EL_PROFILE_FUNC | ( | ) | PROFILE_FUNC() |
| #define PROFILE_ELEM_LOOP |