Skip to content
Snippets Groups Projects
Commit 12f6dde1 authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Remove FIXMES

- Does not work to replace x[0] in function call
parent 8816ecdf
No related branches found
No related tags found
1 merge request!6Version 1.2
......@@ -172,7 +172,6 @@ class Solver:
phi=dolfin.Expression("atan2(x[1],x[0])", degree=2),
)
"""
# FIXME: Add x and y and vars to avoid x[0]
R = df.Expression("sqrt(pow(x[0],2)+pow(x[1],2))", degree=2)
phi = df.Expression("atan2(x[1],x[0])", degree=2)
kn = self.kn
......@@ -202,7 +201,6 @@ class Solver:
--------
_Solver__createMacroScaExpr
"""
# FIXME: Add x and y and vars to avoid x[0]
R = df.Expression("sqrt(pow(x[0],2)+pow(x[1],2))", degree=2)
phi = df.Expression("atan2(x[1],x[0])", degree=2)
kn = self.kn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment