Skip to content
Snippets Groups Projects
Commit e0c69326 authored by Laura Lindner's avatar Laura Lindner
Browse files

changed norm

parent 6faccb12
No related branches found
No related tags found
3 merge requests!153Local add output info,!144Debug cardmech,!118Convergence tests monodomain
......@@ -45,7 +45,7 @@ def comparisonOfQuadrature():
for p in listEvaluationPoints:
filename=eP+'QuadTest/'+'tex/'+'SchemeComparisonValuesSVIICITabP'+str(p)
with open(filename+'.tex', 'w') as output_file:
caption='Comparison of SVI and ICI approach for SI on different levels and time step sizes for $||\\V^{j,\\ell}(\\cdot, \\textbf{P'+str(p)+'})||_\\Ltwonorm$'
caption='Comparison of SVI and ICI approach for SI on different levels and time step sizes for $\\|\\V^{j,\\ell}(\\cdot, \\textbf{P'+str(p)+'})\\|_\\Ltwonorm$'
label='\\label{tab:QuadTestP'+str(p)+'}'
output_file.write(tab.writeBeginQuadValueTable(p,caption,label))
output_file.write(tab.writeValueSchemeCompQuadTable(p,nL))
......@@ -76,7 +76,7 @@ def comparisonLISI():
for p in listEvaluationPoints:
filename=eP+'tex/'+'SchemeComparisonValuesSILITabP'+str(p)
with open(filename+'.tex', 'w') as output_file:
caption='Comparison of semi-implicit (\\SISVI) and linearization (\\LISVI) approach for the componentwise splitting on different levels and time step sizes for $||\\V^{j,\\ell}(\\cdot, \\textbf{P'+str(p)+'})||_\\Ltwonorm$'
caption='Comparison of semi-implicit (\\SISVI) and linearization (\\LISVI) approach for the componentwise splitting on different levels and time step sizes for $\\|\\V^{j,\\ell}(\\cdot, \\textbf{P'+str(p)+'})\\|_\\Ltwonorm$'
label='\\label{tab:SILITestP'+str(p)+'}'
output_file.write(tab.writeBeginQuadValueTable(p,caption,label))
output_file.write(tab.writeValueSchemeCompQuadTable(p,nL,True))
......
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