Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • castellsc/walberla
  • ravi.k.ayyala/walberla
  • le45zyci/walberla
  • el38efib/walberla
  • sudesh.rathnayake/walberla
  • hoenig/walberla
  • Bindgen/walberla
  • em73etav/walberla
  • ArashPartow/walberla
  • jarmatz/walberla
  • ec93ujoh/walberla
  • jbadwaik/walberla
  • ob28imeq/walberla
  • ProjectPhysX/walberla
  • walberla/walberla
  • shellshocked2003/walberla
  • stewart/walberla
  • behzad.safaei/walberla
  • schruff/walberla
  • rahil.doshi/walberla
  • loreson/walberla
  • Novermars/walberla
  • itischler/walberla
  • holzer/walberla
  • da15siwa/walberla
  • he66coqe/walberla
  • jngrad/walberla
  • uq60ifih/walberla
  • ostanin/walberla
  • bauer/walberla
  • zy79zopo/walberla
  • jonas_schmitt/walberla
  • po60nani/walberla
  • ro36vugi/walberla
  • fweik/walberla
  • ab04unyc/walberla
  • yw25ynew/walberla
  • ig38otak/walberla
  • RudolfWeeber/walberla
39 results
Select Git revision
Show changes
Showing
with 2690 additions and 90 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -61,7 +61,7 @@ class Scenario: ...@@ -61,7 +61,7 @@ class Scenario:
# everything else # everything else
self.scenario = 2 # 1 rising bubble or droplet, 2 RTI, 3 bubble field, 4 taylor bubble set up self.scenario = 2 # 1 rising bubble or droplet, 2 RTI, 3 bubble field, 4 taylor bubble set up
self.cudaEnabledMpi = cuda_enabled_mpi self.gpuEnabledMpi = cuda_enabled_mpi
self.cuda_blocks = (64, 2, 2) self.cuda_blocks = (64, 2, 2)
self.config_dict = self.config() self.config_dict = self.config()
...@@ -82,7 +82,7 @@ class Scenario: ...@@ -82,7 +82,7 @@ class Scenario:
'dbWriteFrequency': self.dbWriteFrequency, 'dbWriteFrequency': self.dbWriteFrequency,
'remainingTimeLoggerFrequency': 10.0, 'remainingTimeLoggerFrequency': 10.0,
'scenario': self.scenario, 'scenario': self.scenario,
'cudaEnabledMpi': self.cudaEnabledMpi, 'gpuEnabledMpi': self.gpuEnabledMpi,
'gpuBlockSize': self.cuda_blocks 'gpuBlockSize': self.cuda_blocks
}, },
'PhysicalParameters': { 'PhysicalParameters': {
......