Skip to content

Commit 61cc831

Browse files
committed
Change version to 1.02
Shortley Weller can handle non-convex boundary
1 parent 76a7215 commit 61cc831

9 files changed

+10
-10
lines changed

Bassetti_Erskine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 1.01newinterp
11+
# PyPIC Version 1.02
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FFT_OpenBoundary_SquareGrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 1.01newinterp
11+
# PyPIC Version 1.02
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FFT_PEC_Boundary_SquareGrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 1.01newinterp
11+
# PyPIC Version 1.02
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FiniteDifferences_ShortleyWeller_SquareGrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 1.01newinterp
11+
# PyPIC Version 1.02
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FiniteDifferences_ShortleyWeller_SquareGrid_extrapolation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 1.01newinterp
11+
# PyPIC Version 1.02
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

FiniteDifferences_Staircase_SquareGrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 1.01newinterp
11+
# PyPIC Version 1.02
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA

PyPIC_Scatter_Gather.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# This file is part of the code:
99
#
1010
#
11-
# PyPIC Version 1.01newinterp
11+
# PyPIC Version 1.02
1212
#
1313
#
1414
# Author and contact: Giovanni IADAROLA
@@ -65,7 +65,7 @@ class PyPIC_Scatter_Gather(object):
6565
__metadata__ = ABCMeta
6666

6767
def __init__(self, x_aper=None, y_aper=None, Dh=None, xg=None, yg=None, *args, **kwargs):
68-
print 'PyPIC Version 1.01newinterp'
68+
print 'PyPIC Version 1.02'
6969

7070
if xg!=None and xg!=None:
7171
assert(x_aper==None and y_aper==None and Dh==None)

change_version_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
with open(filename) as fid:
1010
content=fid.read()
1111
if '[email protected]' in content:
12-
content=content.replace('PyPIC Version 1.01newinterp', 'PyPIC Version 1.01newinterpnewinterp')
12+
content=content.replace('PyPIC Version 1.02', 'PyPIC Version 1.02')
1313
with open(filename,'w') as fid:
1414
fid.write(content)
1515

geom_impact_poly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# This file is part of the code:
99
#
10-
# PyPIC Version 1.01newinterp
10+
# PyPIC Version 1.02
1111
#
1212
#
1313
# Author and contact: Giovanni IADAROLA

0 commit comments

Comments
 (0)