NeoPZ
Functions | Variables
tpzbiharmonicestimator.cpp File Reference

Contains implementations of the TPZBiharmonicEstimator methods. More...

#include "tpzbiharmonicestimator.h"
#include "pzbiharmonic.h"
#include "pzbndcond.h"
#include <cmath>
Include dependency graph for tpzbiharmonicestimator.cpp:

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

Detailed Description

Contains implementations of the TPZBiharmonicEstimator methods.

Definition in file tpzbiharmonicestimator.cpp.

Function Documentation

◆ CE()

std::ofstream CE ( "debugContributeErros.txt"  )

Output file to contribute erros.

Referenced by TPZBiharmonicEstimator::SetExactSolutions().

Variable Documentation

◆ L2ErrorDual

STATE L2ErrorDual

Initializing variable for computing L2 error to dual form.

Definition at line 299 of file tpzbiharmonicestimator.cpp.

◆ L2ErrorPrimal

STATE L2ErrorPrimal

Initializing variable for computing L2 error.

Definition at line 297 of file tpzbiharmonicestimator.cpp.