Skip to content
Snippets Groups Projects
Commit b83abc8c authored by René Fritze's avatar René Fritze Committed by René Milk
Browse files

[py/ci] fix grid types generation when UG is available

parent 278a3151
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ arguments = {'alu': namedtuple('alu_args', 'dim element_type refinement'), ...@@ -6,7 +6,7 @@ arguments = {'alu': namedtuple('alu_args', 'dim element_type refinement'),
'alberta': namedtuple('alberta_args', 'dim')} 'alberta': namedtuple('alberta_args', 'dim')}
templates = { 'alu': 'Dune::ALUGrid<{dim},{dim},Dune::{element_type},Dune::{refinement}>', templates = { 'alu': 'Dune::ALUGrid<{dim},{dim},Dune::{element_type},Dune::{refinement}>',
'yasp': 'Dune::YaspGrid<{dim},Dune::EquidistantOffsetCoordinates<double,{dim}>>', 'yasp': 'Dune::YaspGrid<{dim},Dune::EquidistantOffsetCoordinates<double,{dim}>>',
'ug': 'Dune::UGGrid<{}>', 'ug': 'Dune::UGGrid<{dim}>',
'alberta': 'Dune::AlbertaGrid<{dim},{dim}>'} 'alberta': 'Dune::AlbertaGrid<{dim},{dim}>'}
guards = { 'alu': 'dune-alugrid', guards = { 'alu': 'dune-alugrid',
'yasp': 'dune-grid', 'yasp': 'dune-grid',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment