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

NoOpBC Class Reference

class to do nothing at a boundary More...

#include <NoOpBC.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 at a boundary

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]
 

Apply the homogeneous form of the boundary conditions to a_state along the boundary of a_domain.

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]
 

Apply the inhomogeneous form of the boundary conditions to a_state along the boundary of a_domain.

Reimplemented from BoxGhostBC.

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

Full define function

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]
 

Deprecated function -- use ProplemDomain version instead

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]
 

Pure-virtual Worker function to fill arrays which define the boundary condition. Essentially, if the boundary condition is represented as A*phi + B*dphi/dn = C, then a_dircfac is A, a_neumfac is B, and a_inhmval is C.

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 Wed Jan 19 17:56:20 2005 for Chombo&INSwithParticles by doxygen1.2.16