Mercurial > repos > greg > icqsol_solve_laplace
diff icqsol_solve_laplace.py @ 2:4fc22a63a17e draft
Uploaded
author | greg |
---|---|
date | Tue, 12 Jul 2016 15:07:15 -0400 |
parents | 696bfb47d45e |
children |
line wrap: on
line diff
--- a/icqsol_solve_laplace.py Mon Jan 25 07:53:44 2016 -0500 +++ b/icqsol_solve_laplace.py Tue Jul 12 15:07:15 2016 -0400 @@ -36,7 +36,7 @@ surfIntegral = shape_mgr.integrateSurfaceField(solver.getVtkPolyData(), args.output_jump_electric_field_name) print 'Surface integral of normal electric field jump: {0}'.format(surfIntegral) minVal, maxVal = shape_mgr.getFieldRange(solver.getVtkPolyData(), args.output_jump_electric_field_name) -print 'min/max values of normal electrc field jump: {0}/{1}'.format(minVal, maxVal) +print 'min/max values of normal electric field jump: {0}/{1}'.format(minVal, maxVal) # Define the output file format and type (the output_format can only be 'vtk'). output_format, output_file_type = icqsol_utils.get_format_and_type(args.output_vtk_type)