HyperHDG
|
Go to the source code of this file.
Macros | |
#define | prototype_mat_vec_multiply(fun_name, has_fun_name) |
Macro that allows to use an implemented a matrix–vector multpilication. More... | |
#define | prototype_errors(fun_name, has_fun_name) |
Macro that allows to use an implemented error evaluation. More... | |
#define prototype_errors | ( | fun_name, | |
has_fun_name | |||
) |
Macro that allows to use an implemented error evaluation.
This macro implements a condensed matrix–vector multiplication commonly used in HyperHDG. However, several requirements have to be meet for the macro to be used. That is:
#define prototype_mat_vec_multiply | ( | fun_name, | |
has_fun_name | |||
) |
Macro that allows to use an implemented a matrix–vector multpilication.
This macro implements a condensed matrix–vector multiplication commonly used in HyperHDG. However, several requirements have to be meet for the macro to be used. That is: