示例#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();
 }
 public InterpolationScheme()
 {
     interpolation = InterpolationType.linear;
     bound = new SchemeBound();
     flux = null;
 }
示例#4
0
 public DivergenceScheme()
 {
     discretisation = DiscretisationType.Gauss;
     interpolation  = InterpolationType.none;
     bound          = new SchemeBound();
 }