public InterpolationScheme() { interpolation = InterpolationType.linear; bound = new SchemeBound(); flux = null; }
public DivergenceScheme() { discretisation = DiscretisationType.Gauss; interpolation = InterpolationType.none; bound = new SchemeBound(); }