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

NoOpBC Class Reference

class to do nothing on an edge More...

#include <edgeGhostBC.H>

Inheritance diagram for NoOpBC:

Inheritance graph
[legend]
Collaboration diagram for NoOpBC:

Collaboration graph
[legend]
List of all members.

Public Methods

 NoOpBC ()
 NoOpBC (int a_dir, Side::LoHiSide a_sd)
 NoOpBC (int a_dir, Side::LoHiSide a_sd, const Interval &a_comps)
virtual ~NoOpBC ()

Protected Methods

virtual BoxGhostBCnew_boxghostbc () const
 virtual constructor workaround

void define (int a_dir, Side::LoHiSide a_sd)
 sets interval to be (0,0)

void define (int a_dir, Side::LoHiSide a_sd, const Interval &a_comps)
virtual void applyInhomogeneousBCs (FArrayBox &a_state, const ProblemDomain &a_domain, Real a_dx) const
virtual void applyInhomogeneousBCs (FArrayBox &a_state, const Box &a_domain, Real a_dx) const
 deprecated interface using Box instead of ProblemDomain

virtual void applyHomogeneousBCs (FArrayBox &a_state, const ProblemDomain &a_domain, Real a_dx) const
virtual void applyHomogeneousBCs (FArrayBox &a_state, const Box &a_domain, Real a_dx) const
 deprecated interface using Box instead of ProblemDomain

virtual void fillBCValues (FArrayBox &a_neumfac, FArrayBox &a_dircfac, FArrayBox &a_inhmval, Real a_dx, const ProblemDomain &a_domain) const
virtual void fillBCValues (FArrayBox &a_neumfac, FArrayBox &a_dircfac, FArrayBox &a_inhmval, Real a_dx, const Box &a_domain) const

Detailed Description

class to do nothing on an edge

This class functions as a placeholder -- if you don't want to change the values on this edge, but it's a physical boundary, it's the clas you want!


Constructor & Destructor Documentation

NoOpBC::NoOpBC  
 

NoOpBC::NoOpBC int    a_dir,
Side::LoHiSide    a_sd
 

NoOpBC::NoOpBC int    a_dir,
Side::LoHiSide    a_sd,
const Interval   a_comps
 

virtual NoOpBC::~NoOpBC   [virtual]
 


Member Function Documentation

virtual void NoOpBC::applyHomogeneousBCs FArrayBox   a_state,
const Box   a_domain,
Real    a_dx
const [protected, virtual]
 

deprecated interface using Box instead of ProblemDomain

Reimplemented from BoxGhostBC.

virtual void NoOpBC::applyHomogeneousBCs FArrayBox   a_state,
const ProblemDomain   a_domain,
Real    a_dx
const [protected, virtual]
 

Reimplemented from BoxGhostBC.

virtual void NoOpBC::applyInhomogeneousBCs FArrayBox   a_state,
const Box   a_domain,
Real    a_dx
const [protected, virtual]
 

deprecated interface using Box instead of ProblemDomain

Reimplemented from BoxGhostBC.

virtual void NoOpBC::applyInhomogeneousBCs FArrayBox   a_state,
const ProblemDomain   a_domain,
Real    a_dx
const [protected, virtual]
 

Reimplemented from BoxGhostBC.

void NoOpBC::define int    a_dir,
Side::LoHiSide    a_sd,
const Interval   a_comps
[protected]
 

Reimplemented from BoxGhostBC.

void NoOpBC::define int    a_dir,
Side::LoHiSide    a_sd
[protected]
 

sets interval to be (0,0)

Reimplemented from BoxGhostBC.

virtual void NoOpBC::fillBCValues FArrayBox   a_neumfac,
FArrayBox   a_dircfac,
FArrayBox   a_inhmval,
Real    a_dx,
const Box   a_domain
const [protected, virtual]
 

Implements BoxGhostBC.

virtual void NoOpBC::fillBCValues FArrayBox   a_neumfac,
FArrayBox   a_dircfac,
FArrayBox   a_inhmval,
Real    a_dx,
const ProblemDomain   a_domain
const [protected, virtual]
 

Implements BoxGhostBC.

virtual BoxGhostBC* NoOpBC::new_boxghostbc   const [protected, virtual]
 

virtual constructor workaround

Implements BoxGhostBC.


The documentation for this class was generated from the following file:
Generated on Thu Aug 29 11:07:46 2002 for Chombo&INS by doxygen1.2.16