| 67 | Contains information about the various user-defined domains in AstroBEAR. AstroBEAR stores domain info in {{{Domain}}} objects which it reads in from this namelist. For most problems, only one domain is necessary, so there will be only one {{{Domain}}} object. |
| 68 | |
| 69 | * '''{{{Domain%mGlobal}}}''': The global cell indices for a domain. For a single-domain problem, {{{Domain%mGlobal}}} should be {{{1, 1, 1, GmX(1), GmX(2), GmX(3)}}}. A two-domain, 64 x 64 x 64 problem might have mGlobals of {{{[1, 1, 1, 64, 32, 64}}} and {{{1, 33, 1, 64, 64, 64}}}. |
| 70 | |
| 71 | For two-dimensional problems, {{{Domain%mGlobal(3)}}} and {{{Domain%mGlobal(6)}}} should always be set to {{{1}}}. |
| 72 | |
| 73 | * '''{{{Domain%mthbc}}}''': The boundary condition tags for a domain. For a single-domain problem, {{{Domain%mthbc}}} will be the same as {{{Gmthbc}}} (see [GlobalDataExplained#GlobalData GlobalData], above). For a multi-domain problem, however, the there will be some domains who share a common boundary. For these domains, you use the [InternalBoundaryCondition internal] boundary condition code of {{{999}}}. |
| 74 | |
| 75 | Again, for two dimensional problems, {{{Domain%mthbc(3)}}} and {{{Domain%mthbc(6)}}} should be set to {{{1}}}. |
| 76 | |
| 77 | [[BR]] |