plain old java branch
This commit is contained in:
parent
ca59a325f3
commit
66c24286a5
@ -1,9 +1,11 @@
|
||||
|
||||
\.orig$
|
||||
\.orig\..*$
|
||||
\.chg\..*$
|
||||
\.rej$
|
||||
\.conflict\~$
|
||||
.gradle
|
||||
|
||||
.gradle/
|
||||
build/
|
||||
.idea/*
|
||||
!gradle-wrapper.jar
|
||||
|
@ -1,6 +1,4 @@
|
||||
apply plugin: 'java'
|
||||
//apply plugin: 'c'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'application'
|
||||
|
||||
|
||||
|
@ -19,7 +19,7 @@ public class Trapping {
|
||||
// .withFieldMap(z, b)
|
||||
.withGasDensity(1e19) // per m^3
|
||||
.withReportFilter(res -> true)
|
||||
.simulateAll((int) 1e6);
|
||||
.simulateAll((int) 1e4);
|
||||
Instant finishTime = Instant.now();
|
||||
System.out.printf("%nFinished at %s%n", finishTime.toString());
|
||||
System.out.printf("Calculation took %s%n", Duration.between(startTime, finishTime).toString());
|
||||
|
Loading…
Reference in New Issue
Block a user