Ignore:
Timestamp:
Mar 30, 2013, 2:44:52 PM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
8180d8
Parents:
d13e27
git-author:
Julian Iseringhausen <isering@…> (06/11/12 14:02:16)
git-committer:
Julian Iseringhausen <isering@…> (03/30/13 14:44:52)
Message:

Open boundary conditions.

Conflicts:

lib/vmg/src/Makefile.am
lib/vmg/src/base/factory.cpp
lib/vmg/test/unit_test/library/dirichlet_fas_lr_mpi.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/grid/grid_properties.hpp

    rd13e27 rf57182  
    4343    global_finer_begin(0), global_finer_end(0), global_finer_size(0),
    4444    local_finer_begin(0), local_finer_end(0), local_finer_size(0),
    45     finest_abs_begin(0), finest_abs_end(0), finest_abs_size(0),
    4645    global_size(0),
    4746    boundary(EmptyGrid)
     
    5251    global_finer_begin(other.global_finer_begin), global_finer_end(other.global_finer_end), global_finer_size(other.global_finer_size),
    5352    local_finer_begin(other.local_finer_begin), local_finer_end(other.local_finer_end), local_finer_size(other.local_finer_size),
    54     finest_abs_begin(other.finest_abs_begin), finest_abs_end(other.finest_abs_end), finest_abs_size(other.finest_abs_size),
    5553    global_size(other.global_size),
    5654    boundary(other.boundary)
     
    8078  const Index& LocalFinerEnd() const {return local_finer_end;}
    8179  const Index& LocalFinerSize() const {return local_finer_size;}
    82 
    83   Index& FinestAbsBegin() {return finest_abs_begin;}
    84   Index& FinestAbsEnd() {return finest_abs_end;}
    85   Index& FinestAbsSize() {return finest_abs_size;}
    86 
    87   const Index& FinestAbsBegin() const {return finest_abs_begin;}
    88   const Index& FinestAbsEnd() const {return finest_abs_end;}
    89   const Index& FinestAbsSize() const {return finest_abs_size;}
    9080
    9181  Index& GlobalSize() {return global_size;}
     
    9989  Index global_finer_begin, global_finer_end, global_finer_size;
    10090  Index local_finer_begin, local_finer_end, local_finer_size;
    101   Index finest_abs_begin, finest_abs_end, finest_abs_size;
    10291  Index global_size;
    10392  BT boundary;
Note: See TracChangeset for help on using the changeset viewer.