12#ifndef __PDETOOLS_ASSEMBLER_assembler_PCC_2D_functions_data_HPP
13#define __PDETOOLS_ASSEMBLER_assembler_PCC_2D_functions_data_HPP
21namespace Assembler_Utilities
35 std::array<unsigned int, 2>
size;
36 std::vector<unsigned int>
rows;
37 std::vector<unsigned int>
cols;
Definition FEM_MCC_2D_LocalSpace.cpp:17
Definition assembler_PCC_2D_functions_data.hpp:70
Eigen::VectorXd numeric_solution
Definition assembler_PCC_2D_functions_data.hpp:71
Eigen::VectorXd exact_solution
Definition assembler_PCC_2D_functions_data.hpp:72
std::array< Eigen::VectorXd, 3 > exact_gradient_solution
Definition assembler_PCC_2D_functions_data.hpp:73
Definition assembler_PCC_2D_functions_data.hpp:87
double numeric_norm_H1
Definition assembler_PCC_2D_functions_data.hpp:93
double error_H1
Definition assembler_PCC_2D_functions_data.hpp:91
double exact_norm_H1
Definition assembler_PCC_2D_functions_data.hpp:92
Eigen::VectorXd cell2Ds_exact_norm_H1
Definition assembler_PCC_2D_functions_data.hpp:88
Eigen::VectorXd cell2Ds_error_H1
Definition assembler_PCC_2D_functions_data.hpp:90
Eigen::VectorXd cell2Ds_numeric_norm_H1
Definition assembler_PCC_2D_functions_data.hpp:89
Definition assembler_PCC_2D_functions_data.hpp:77
Eigen::VectorXd cell2Ds_numeric_norm_L2
Definition assembler_PCC_2D_functions_data.hpp:79
double exact_norm_L2
Definition assembler_PCC_2D_functions_data.hpp:82
Eigen::VectorXd cell2Ds_error_L2
Definition assembler_PCC_2D_functions_data.hpp:80
double error_L2
Definition assembler_PCC_2D_functions_data.hpp:81
Eigen::VectorXd cell2Ds_exact_norm_L2
Definition assembler_PCC_2D_functions_data.hpp:78
double numeric_norm_L2
Definition assembler_PCC_2D_functions_data.hpp:83