Skip to content
Snippets Groups Projects
Commit 0b5461b2 authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

ajout slides GdT du 3 décembre 2015

parent f3ad7f45
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,7 @@ class Stretching(Computational): ...@@ -111,6 +111,7 @@ class Stretching(Computational):
res['rwork'].append(shape_v) res['rwork'].append(shape_v)
return res return res
@debug
def discretize(self): def discretize(self):
if self.method[SpaceDiscretisation] is FD_C_4: if self.method[SpaceDiscretisation] is FD_C_4:
nbghosts = 2 nbghosts = 2
...@@ -173,7 +174,8 @@ class StretchingLinearized(Stretching): ...@@ -173,7 +174,8 @@ class StretchingLinearized(Stretching):
self.input.append(self.velocity_BF) self.input.append(self.velocity_BF)
self.input.append(self.vorticity_BF) self.input.append(self.vorticity_BF)
@debug
def discretize(self): def discretize(self):
if self.method[SpaceDiscretisation] is FD_C_4: if self.method[SpaceDiscretisation] is FD_C_4:
nbghosts = 2 nbghosts = 2
......
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