source: PSPA/parmelaPSPA/trunk/setwall.f @ 315

Last change on this file since 315 was 12, checked in by lemeur, 12 years ago

parmela pspa initial

File size: 788 bytes
Line 
1      subroutine setwall
2c---set up spline functions needed for computing
3c---effects of image charge on wall.
4c-----------------------------------------------------------------------
5c
6      include 'ucom.h'
7c
8      common/splwall/rr(10),s(8),sig(8,10),sx(8,10),
9     *sy(8,10),sxy(8,10)
10      dimension ibd(6),t1(10),t2(10),t3(10)
11c-----------------------------------------------------------------------
12c*
13      do 20 i=1,8
14         do 10 j=1,10
15         sx(i,j)=0.
16         sy(i,j)=0.
17         sxy(i,j)=0.
18   10    continue
19   20 continue
20      ibd(1)=3
21      ibd(2)=1
22      ibd(3)=3
23      ibd(4)=1
24      ibd(5)=1
25      ibd(6)=1
26      call spl2d1 (10,rr,8,s,sig,sx,sy,sxy,8,ibd,t1,t2,t3)
27      return
28      end
29c++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*
Note: See TracBrowser for help on using the repository browser.