예제 #1
0
 public InterpolationScheme()
 {
     interpolation = InterpolationType.linear;
     bound         = new SchemeBound();
     flux          = null;
 }
예제 #2
0
 public DivergenceScheme()
 {
     discretisation = DiscretisationType.Gauss;
     interpolation  = InterpolationType.none;
     bound = new SchemeBound();
 }
예제 #3
0
 public InterpolationScheme()
 {
     interpolation = InterpolationType.linear;
     bound = new SchemeBound();
     flux = null;
 }
예제 #4
0
 public DivergenceScheme()
 {
     discretisation = DiscretisationType.Gauss;
     interpolation  = InterpolationType.none;
     bound          = new SchemeBound();
 }