![]() |
NeoPZ
|
Contains implementations of the TPZBiharmonicEstimator methods. More...
#include "tpzbiharmonicestimator.h"#include "pzbiharmonic.h"#include "pzbndcond.h"#include <cmath>Go to the source code of this file.
Functions | |
| std::ofstream | CE ("debugContributeErros.txt") |
| Output file to contribute erros. More... | |
Variables | |
| STATE | L2ErrorPrimal |
| Initializing variable for computing L2 error. More... | |
| STATE | L2ErrorDual |
| Initializing variable for computing L2 error to dual form. More... | |
Contains implementations of the TPZBiharmonicEstimator methods.
Definition in file tpzbiharmonicestimator.cpp.
| std::ofstream CE | ( | "debugContributeErros.txt" | ) |
Output file to contribute erros.
Referenced by TPZBiharmonicEstimator::SetExactSolutions().
| STATE L2ErrorDual |
Initializing variable for computing L2 error to dual form.
Definition at line 299 of file tpzbiharmonicestimator.cpp.
| STATE L2ErrorPrimal |
Initializing variable for computing L2 error.
Definition at line 297 of file tpzbiharmonicestimator.cpp.
1.8.13