Example #1
0
 public static AbstractMethod <Point3D> GetSphereMethod(List <BoundWithCondition <Point3D> > bound, List <InnerSourceWithFunction <Point3D> > sources, SemiSpaceParameters useCase)
 {
     return(new TwoSphereMethod(
                bound,
                sources,
                new Integrator <Point3D>(4),
                useCase));
 }
Example #2
0
 public FunctionsForSemiSpace(SemiSpaceParameters parameters)
 {
     this.parameters = parameters;
 }