ug4
|
Go to the source code of this file.
Namespaces | |
ug | |
the ug namespace | |
Macros | |
#define | ASS_PROFILE_BEGIN(name) PROFILE_BEGIN_GROUP(name, "discretization") |
#define | ASS_PROFILE_END() PROFILE_END() |
#define | ASS_PROFILE_FUNC() PROFILE_FUNC() |
#define | PROFILE_ASS |
Functions | |
template<typename TAlgebra > | |
void | ug::AssembleLinearOperatorRhsAndSolution (AssembledLinearOperator< TAlgebra > &op, typename TAlgebra::vector_type &u, typename TAlgebra::vector_type &b) |
help function to assemble a linear operator More... | |
#define ASS_PROFILE_BEGIN | ( | name | ) | PROFILE_BEGIN_GROUP(name, "discretization") |
#define ASS_PROFILE_END | ( | ) | PROFILE_END() |
#define ASS_PROFILE_FUNC | ( | ) | PROFILE_FUNC() |
#define PROFILE_ASS |