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

LevelHelmholtzSolver.H

Go to the documentation of this file.
00001 /* _______              __
00002   / ___/ /  ___  __ _  / /  ___
00003  / /__/ _ \/ _ \/  ' \/ _ \/ _ \
00004  \___/_//_/\___/_/_/_/_.__/\___/ 
00005 */
00006 
00007 // LevelHelmholtzSolver.H
00008 
00009 //
00010 // This software is copyright (C) by the Lawrence Berkeley
00011 // National Laboratory.  Permission is granted to reproduce
00012 // this software for non-commercial purposes provided that
00013 // this notice is left intact.
00014 // 
00015 // It is acknowledged that the U.S. Government has rights to
00016 // this software under Contract DE-AC03-765F00098 between
00017 // the U.S.  Department of Energy and the University of
00018 // California.
00019 //
00020 // This software is provided as a professional and academic
00021 // contribution for joint exchange. Thus it is experimental,
00022 // is provided ``as is'', with no warranties of any kind
00023 // whatsoever, no support, no promise of updates, or printed
00024 // documentation. By using this software, you acknowledge
00025 // that the Lawrence Berkeley National Laboratory and
00026 // Regents of the University of California shall have no
00027 // liability with respect to the infringement of other
00028 // copyrights by any part of this software.
00029 //
00030 // Dan Martin, Fri, Jan 14, 2000
00031 
00032 #ifndef _LevelHelmholtzSolver_H_
00033 #define _LevelHelmholtzSolver_H_
00034 
00035 #include <LevelSolver.H>
00036 #include <HelmholtzOp.H>
00037 
00039 
00043 class LevelHelmholtzSolver: public LevelSolver
00044 {
00045 
00046 public:
00048   LevelHelmholtzSolver();
00049 
00050   virtual ~LevelHelmholtzSolver();
00051 
00053   LevelHelmholtzSolver(const DisjointBoxLayout& a_grids,
00054                        const DisjointBoxLayout* a_baseGrids,
00055                        const ProblemDomain& a_domain,
00056                        Real a_dxLevel, 
00057                        int a_nRefCrse);
00058 
00060   LevelHelmholtzSolver(const DisjointBoxLayout& a_grids,
00061                        const DisjointBoxLayout* a_baseGrids,
00062                        const Box& a_domain,
00063                        Real a_dxLevel, 
00064                        int a_nRefCrse);
00065 
00067   LevelHelmholtzSolver(const DisjointBoxLayout& a_grids,
00068                        const DisjointBoxLayout* a_baseGrids,
00069                        const ProblemDomain& a_domain,
00070                        Real a_dxLevel, 
00071                        int a_nRefCrse,
00072                        const HelmholtzOp* const a_opin);
00073 
00075   LevelHelmholtzSolver(const DisjointBoxLayout& a_grids,
00076                        const DisjointBoxLayout* a_baseGrids,
00077                        const Box& a_domain,
00078                        Real a_dxLevel, 
00079                        int a_nRefCrse,
00080                        const HelmholtzOp* const a_opin);
00081 
00083   void define(const DisjointBoxLayout& a_grids,
00084               const DisjointBoxLayout* a_baseGrids,
00085               const ProblemDomain& a_domain,
00086               Real a_dxLevel, 
00087               int a_nRefCrse);
00088 
00090   void define(const DisjointBoxLayout& a_grids,
00091               const DisjointBoxLayout* a_baseGrids,
00092               const Box& a_domain,
00093               Real a_dxLevel, 
00094               int a_nRefCrse);
00095 
00097   virtual void define(const DisjointBoxLayout& a_grids, 
00098                       const DisjointBoxLayout* a_baseGrids,
00099                       const ProblemDomain& a_domain, 
00100                       Real a_dxLevel,
00101                       int a_nRefCrse,
00102                       const HelmholtzOp* const a_opin);
00103 
00104 
00106   virtual void define(const DisjointBoxLayout& a_grids, 
00107                       const DisjointBoxLayout* a_baseGrids,
00108                       const Box& a_domain, 
00109                       Real a_dxLevel,
00110                       int a_nRefCrse,
00111                       const HelmholtzOp* const a_opin);
00112 
00113 
00115   virtual void define(const DisjointBoxLayout& a_grids, 
00116                       const DisjointBoxLayout* a_baseGrids,
00117                       const ProblemDomain& a_domain, 
00118                       Real a_dxLevel,
00119                       int a_nRefCrse,
00120                       const LevelOp* const a_opin);
00121 
00123   virtual void define(const DisjointBoxLayout& a_grids, 
00124                       const DisjointBoxLayout* a_baseGrids,
00125                       const Box& a_domain, 
00126                       Real a_dxLevel,
00127                       int a_nRefCrse,
00128                       const LevelOp* const a_opin);
00129 
00130 
00132   void setBeta(Real a_beta);
00133 
00135   void setBC(const DomainGhostBC& a_BC);
00136 
00137 
00138 
00139 };
00140 
00141 
00142 #endif
00143 
00144 

Generated on Thu Aug 29 11:05:45 2002 for Chombo&INS by doxygen1.2.16