public SphereIdealFluidFlowProblemSolver(IIntegrationService integrationService, ICoordinateFunctionsStore coordinateFunctions) { this.integrationService = integrationService; this.coordinateFunctions = coordinateFunctions; }
public FunctionPointGenerator(ICoordinateFunctionsStore coordinateFunctions) { this.coordinateFunctions = coordinateFunctions; }