ug4
assembled_linear_operator_impl.h File Reference

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...
 

Macro Definition Documentation

◆ ASS_PROFILE_BEGIN

#define ASS_PROFILE_BEGIN (   name)    PROFILE_BEGIN_GROUP(name, "discretization")

◆ ASS_PROFILE_END

#define ASS_PROFILE_END ( )    PROFILE_END()

◆ ASS_PROFILE_FUNC

#define ASS_PROFILE_FUNC ( )    PROFILE_FUNC()

◆ PROFILE_ASS

#define PROFILE_ASS