Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

computeNorm.H File Reference

#include "REAL.H"
#include "Vector.H"
#include "LevelData.H"
#include "FArrayBox.H"
#include "Interval.H"
#include "FluxBox.H"

Include dependency graph for computeNorm.H:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

Real computeNorm (const Vector< LevelData< FArrayBox > * > &a_phi, const Vector< int > &a_nRefFine, const Real a_dxCrse, const Interval a_comps=Interval(0, 0), const int p=2, const int lBase=0)
 Returns the volume-weighted sum (integral) of phi over all valid regions.

Real computeNorm (const LevelData< FArrayBox > &a_phi, const DisjointBoxLayout *a_finerGrids, const int a_nRefFine, const Real a_dx, const Interval a_comps=Interval(0, 0), const int p=2)
 Returns the volume-weighted sum (integral) of phi over the valid region.

Real computeMax (const Vector< LevelData< FArrayBox > * > &a_phi, const Vector< int > &a_nRefFine, const Interval a_comps=Interval(0, 0), const int lBase=0)
 returns the max value of phi over all valid regions

Real computeMax (const LevelData< FArrayBox > &a_phi, const DisjointBoxLayout *a_finerGrids, const int a_nRefFine, const Interval a_comps=Interval(0, 0))
 Returns the volume-weighted sum (integral) of phi over the valid region.

Real computeMin (const Vector< LevelData< FArrayBox > * > &a_phi, const Vector< int > &a_nRefFine, const Interval a_comps=Interval(0, 0), const int lBase=0)
 returns the min value of phil over all valid regions

Real computeMin (const LevelData< FArrayBox > &a_phi, const DisjointBoxLayout *a_finerGrids, const int a_nRefFine, const Interval a_comps=Interval(0, 0))
 Returns the volume-weighted sum (integral) of phi over the valid region.

Real norm (const BoxLayoutData< FluxBox > &a_layout, const Interval &interval, const int &p)
 extension of the norm(...) function for FluxBoxes


Function Documentation

Real computeMax const LevelData< FArrayBox > &  a_phi,
const DisjointBoxLayout a_finerGrids,
const int  a_nRefFine,
const Interval  a_comps = Interval(0, 0)
 

Returns the volume-weighted sum (integral) of phi over the valid region.

Real computeMax const Vector< LevelData< FArrayBox > * > &  a_phi,
const Vector< int > &  a_nRefFine,
const Interval  a_comps = Interval(0, 0),
const int  lBase = 0
 

returns the max value of phi over all valid regions

Real computeMin const LevelData< FArrayBox > &  a_phi,
const DisjointBoxLayout a_finerGrids,
const int  a_nRefFine,
const Interval  a_comps = Interval(0, 0)
 

Returns the volume-weighted sum (integral) of phi over the valid region.

Real computeMin const Vector< LevelData< FArrayBox > * > &  a_phi,
const Vector< int > &  a_nRefFine,
const Interval  a_comps = Interval(0, 0),
const int  lBase = 0
 

returns the min value of phil over all valid regions

Real computeNorm const LevelData< FArrayBox > &  a_phi,
const DisjointBoxLayout a_finerGrids,
const int  a_nRefFine,
const Real  a_dx,
const Interval  a_comps = Interval(0, 0),
const int  p = 2
 

Returns the volume-weighted sum (integral) of phi over the valid region.

Real computeNorm const Vector< LevelData< FArrayBox > * > &  a_phi,
const Vector< int > &  a_nRefFine,
const Real  a_dxCrse,
const Interval  a_comps = Interval(0, 0),
const int  p = 2,
const int  lBase = 0
 

Returns the volume-weighted sum (integral) of phi over all valid regions.

Real norm const BoxLayoutData< FluxBox > &  a_layout,
const Interval interval,
const int &  p
 

extension of the norm(...) function for FluxBoxes


Generated on Wed Jun 2 13:54:49 2004 for Chombo&INSwithParticles by doxygen 1.3.2