Chombo + EB + MF  3.2
MultiBlockLevelExchangeCenter.H
Go to the documentation of this file.
1 #ifdef CH_LANG_CC
2 /*
3  * _______ __
4  * / ___/ / ___ __ _ / / ___
5  * / /__/ _ \/ _ \/ V \/ _ \/ _ \
6  * \___/_//_/\___/_/_/_/_.__/\___/
7  * Please refer to Copyright.txt, in Chombo's root directory.
8  */
9 #endif
10 
11 #ifndef _MULTIBLOCKLEVELEXCHANGECENTER_H_
12 #define _MULTIBLOCKLEVELEXCHANGECENTER_H_
13 
15 
16 #include "NamespaceHeader.H"
17 
18 /// The class MultiBlockLevelExchangeCenter stores topological and geometric information for cell-centered data
19 /**
20  MultiBlockLevelExchangeCenter stores topological and geometric information
21  about a particular layout with a particular MultiBlockCoordSys,
22  on cell-centered data.
23 */
25 {
26 
27 public:
28 
29  /// default constructor
31  {
32  }
33 
34  /// destructor
36 
37  /// full constructor
39  int a_ghosts,
40  int a_order);
41 
42  virtual void define(const MultiBlockLevelGeom* a_geomPtr,
43  int a_ghosts,
44  int a_order);
45 
46 protected:
47 
48 };
49 
50 #include "NamespaceFooter.H"
51 #endif
The class MultiBlockLevelGeom stores topological and geometric information.
Definition: MultiBlockLevelGeom.H:29
MultiBlockLevelExchangeCenter()
default constructor
Definition: MultiBlockLevelExchangeCenter.H:30
The class MultiBlockLevelExchange stores topological and geometric information.
Definition: MultiBlockLevelExchange.H:29
The class MultiBlockLevelExchangeCenter stores topological and geometric information for cell-centere...
Definition: MultiBlockLevelExchangeCenter.H:24
virtual ~MultiBlockLevelExchangeCenter()
destructor
virtual void define(const MultiBlockLevelGeom *a_geomPtr, int a_ghosts, int a_order)