OpenFOAM logo
Open Source CFD Toolkit

errorEstimate.H File Reference


Detailed Description

View errorEstimate.H
License
This file is part of OpenFOAM.

OpenFOAM is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.

OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with OpenFOAM; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Description

Source files

Definition in file errorEstimate.H.

Go to the source code of this file.

Namespaces

namespace  Foam

Classes

class  errorEstimate

Functions

template<class Type>
void checkMethod (const errorEstimate< Type > &, const errorEstimate< Type > &, const char *)
template<class Type>
void checkMethod (const errorEstimate< Type > &, const GeometricField< Type, fvPatchField, volMesh > &, const char *)
template<class Type>
void checkMethod (const errorEstimate< Type > &, const dimensioned< Type > &, const char *)
template<class Type>
tmp< errorEstimate< Type > > operator- (const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const errorEstimate< Type > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const tmp< errorEstimate< Type > > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const errorEstimate< Type > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const tmp< errorEstimate< Type > > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const errorEstimate< Type > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const tmp< errorEstimate< Type > > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const errorEstimate< Type > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const tmp< errorEstimate< Type > > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator== (const errorEstimate< Type > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator== (const tmp< errorEstimate< Type > > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator== (const errorEstimate< Type > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator== (const tmp< errorEstimate< Type > > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const errorEstimate< Type > &, const GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const tmp< errorEstimate< Type > > &, const GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const errorEstimate< Type > &, const tmp< GeometricField< Type, fvPatchField, volMesh > > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const tmp< errorEstimate< Type > > &, const tmp< GeometricField< Type, fvPatchField, volMesh > > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const GeometricField< Type, fvPatchField, volMesh > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const tmp< GeometricField< Type, fvPatchField, volMesh > > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const tmp< GeometricField< Type, fvPatchField, volMesh > > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const errorEstimate< Type > &, const GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const tmp< errorEstimate< Type > > &, const GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const errorEstimate< Type > &, const tmp< GeometricField< Type, fvPatchField, volMesh > > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const tmp< errorEstimate< Type > > &, const tmp< GeometricField< Type, fvPatchField, volMesh > > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const GeometricField< Type, fvPatchField, volMesh > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const GeometricField< Type, fvPatchField, volMesh > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const tmp< GeometricField< Type, fvPatchField, volMesh > > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const tmp< GeometricField< Type, fvPatchField, volMesh > > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const tmp< errorEstimate< Type > > &, const dimensioned< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator+ (const dimensioned< Type > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const tmp< errorEstimate< Type > > &, const dimensioned< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator- (const dimensioned< Type > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator== (const errorEstimate< Type > &, const GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< errorEstimate< Type > > operator== (const tmp< errorEstimate< Type > > &, const GeometricField< Type, fvPatchField, volMesh > &)
template<class Type>
tmp< errorEstimate< Type > > operator== (const errorEstimate< Type > &, const tmp< GeometricField< Type, fvPatchField, volMesh > > &)
template<class Type>
tmp< errorEstimate< Type > > operator== (const tmp< errorEstimate< Type > > &, const tmp< GeometricField< Type, fvPatchField, volMesh > > &)
template<class Type>
tmp< errorEstimate< Type > > operator== (const errorEstimate< Type > &, const dimensioned< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator== (const tmp< errorEstimate< Type > > &, const dimensioned< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator * (const volScalarField &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator * (const volScalarField &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator * (const tmp< volScalarField > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator * (const tmp< volScalarField > &, const tmp< errorEstimate< Type > > &)
template<class Type>
tmp< errorEstimate< Type > > operator * (const dimensioned< scalar > &, const errorEstimate< Type > &)
template<class Type>
tmp< errorEstimate< Type > > operator * (const dimensioned< scalar > &, const tmp< errorEstimate< Type > > &)


Function Documentation

void checkMethod const errorEstimate< Type > &  ,
const dimensioned< Type > &  ,
const char * 
 

void checkMethod const errorEstimate< Type > &  ,
const GeometricField< Type, fvPatchField, volMesh > &  ,
const char * 
 

void checkMethod const errorEstimate< Type > &  ,
const errorEstimate< Type > &  ,
const char * 
 

tmp<errorEstimate<Type> > operator * const dimensioned< scalar > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator * const dimensioned< scalar > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator * const tmp< volScalarField > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator * const tmp< volScalarField > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator * const volScalarField ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator * const volScalarField ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator+ const dimensioned< Type > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator+ const tmp< errorEstimate< Type > > &  ,
const dimensioned< Type > & 
 

tmp<errorEstimate<Type> > operator+ const tmp< GeometricField< Type, fvPatchField, volMesh > > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator+ const tmp< GeometricField< Type, fvPatchField, volMesh > > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator+ const GeometricField< Type, fvPatchField, volMesh > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator+ const GeometricField< Type, fvPatchField, volMesh > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator+ const tmp< errorEstimate< Type > > &  ,
const tmp< GeometricField< Type, fvPatchField, volMesh > > & 
 

tmp<errorEstimate<Type> > operator+ const errorEstimate< Type > &  ,
const tmp< GeometricField< Type, fvPatchField, volMesh > > & 
 

tmp<errorEstimate<Type> > operator+ const tmp< errorEstimate< Type > > &  ,
const GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<errorEstimate<Type> > operator+ const errorEstimate< Type > &  ,
const GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<errorEstimate<Type> > operator+ const tmp< errorEstimate< Type > > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator+ const errorEstimate< Type > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator+ const tmp< errorEstimate< Type > > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator+ const errorEstimate< Type > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator- const dimensioned< Type > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator- const tmp< errorEstimate< Type > > &  ,
const dimensioned< Type > & 
 

tmp<errorEstimate<Type> > operator- const tmp< GeometricField< Type, fvPatchField, volMesh > > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator- const tmp< GeometricField< Type, fvPatchField, volMesh > > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator- const GeometricField< Type, fvPatchField, volMesh > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator- const GeometricField< Type, fvPatchField, volMesh > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator- const tmp< errorEstimate< Type > > &  ,
const tmp< GeometricField< Type, fvPatchField, volMesh > > & 
 

tmp<errorEstimate<Type> > operator- const errorEstimate< Type > &  ,
const tmp< GeometricField< Type, fvPatchField, volMesh > > & 
 

tmp<errorEstimate<Type> > operator- const tmp< errorEstimate< Type > > &  ,
const GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<errorEstimate<Type> > operator- const errorEstimate< Type > &  ,
const GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<errorEstimate<Type> > operator- const tmp< errorEstimate< Type > > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator- const errorEstimate< Type > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator- const tmp< errorEstimate< Type > > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator- const errorEstimate< Type > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator- const tmp< errorEstimate< Type > > &   ) 
 

tmp<errorEstimate<Type> > operator- const errorEstimate< Type > &   ) 
 

tmp<errorEstimate<Type> > operator== const tmp< errorEstimate< Type > > &  ,
const dimensioned< Type > & 
 

tmp<errorEstimate<Type> > operator== const errorEstimate< Type > &  ,
const dimensioned< Type > & 
 

tmp<errorEstimate<Type> > operator== const tmp< errorEstimate< Type > > &  ,
const tmp< GeometricField< Type, fvPatchField, volMesh > > & 
 

tmp<errorEstimate<Type> > operator== const errorEstimate< Type > &  ,
const tmp< GeometricField< Type, fvPatchField, volMesh > > & 
 

tmp<errorEstimate<Type> > operator== const tmp< errorEstimate< Type > > &  ,
const GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<errorEstimate<Type> > operator== const errorEstimate< Type > &  ,
const GeometricField< Type, fvPatchField, volMesh > & 
 

tmp<errorEstimate<Type> > operator== const tmp< errorEstimate< Type > > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator== const errorEstimate< Type > &  ,
const tmp< errorEstimate< Type > > & 
 

tmp<errorEstimate<Type> > operator== const tmp< errorEstimate< Type > > &  ,
const errorEstimate< Type > & 
 

tmp<errorEstimate<Type> > operator== const errorEstimate< Type > &  ,
const errorEstimate< Type > & 
 

For further information go to www.openfoam.org