Index: head/cad/calculix/distinfo =================================================================== --- head/cad/calculix/distinfo (revision 89294) +++ head/cad/calculix/distinfo (revision 89295) @@ -1,7 +1,7 @@ MD5 (calculix/ccx_1.1.src.tar.gz) = a8468774cab93aea811a309348d51e25 -MD5 (calculix/cgx_1.1.tar.gz) = 0794dfd5130f16dac785f0744def1403 +MD5 (calculix/cgx_1.1.tar.gz) = 64b60609efd5b11e6a5633c3287e62d5 MD5 (calculix/ccx_1.1.ps.tar.gz) = ebd20e20724d9061bf193f20aeabbf05 MD5 (calculix/cgx_1.1.ps.tar.gz) = 213f89fbe12c3acffa724f47f24cddc2 MD5 (calculix/ccx_1.1.htm.tar.gz) = 392b97c0cb5b9af789aa4ccb45a1d932 MD5 (calculix/cgx_1.1.htm.tar.gz) = cdbfbbc480e431fcd666ce0b5e90c19e MD5 (calculix/ccx_1.1.test.tar.gz) = 45ecbeeaa2444ddf340aa46186814993 Property changes on: head/cad/calculix/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/cad/calculix/files/patch-ccx_VER+src+calinput.f =================================================================== --- head/cad/calculix/files/patch-ccx_VER+src+calinput.f (nonexistent) +++ head/cad/calculix/files/patch-ccx_VER+src+calinput.f (revision 89295) @@ -0,0 +1,11 @@ +--- ccx_1.1/src/calinput.f.orig Sun Sep 21 00:10:15 2003 ++++ ccx_1.1/src/calinput.f Sun Sep 21 00:11:34 2003 +@@ -544,7 +544,7 @@ + if(i.gt.nlabel) then + nodeflab(1)='U ' + nodeflab(3)='S ' +- jout=1 ++ jout=max(jout,1) + exit + endif + if(nodeflab(i).ne.' ') exit Property changes on: head/cad/calculix/files/patch-ccx_VER+src+calinput.f ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/cad/calculix/files/patch-ccx_VER+src+e_c3d_rhs.f =================================================================== --- head/cad/calculix/files/patch-ccx_VER+src+e_c3d_rhs.f (nonexistent) +++ head/cad/calculix/files/patch-ccx_VER+src+e_c3d_rhs.f (revision 89295) @@ -0,0 +1,17 @@ +--- ccx_1.1/src/e_c3d_rhs.f.orig Tue Sep 23 23:17:44 2003 ++++ ccx_1.1/src/e_c3d_rhs.f Tue Sep 23 23:33:14 2003 +@@ -226,6 +226,14 @@ + ! body forces + ! + if(ibod.ne.0) then ++! ++! incorporating the jacobian determinant in the shape ++! functions ++! ++ do i1=1,nope ++ shpj(4,i1)=shp(4,i1)*xsj ++ enddo ++! + if(om.gt.0.d0) then + do i1=1,3 + ! Property changes on: head/cad/calculix/files/patch-ccx_VER+src+e_c3d_rhs.f ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property