38 1 OFF, RHO, MS_2D, VNEW,
44#include "implicit_f.inc"
55 INTEGER,
INTENT(IN) :: NEL
58 . off(*), rho(*), ms_2d(*),vnew(*)
59 INTEGER NC1(*), NC2(*), NC3(*), NC4(*)
69 mass(i)=rho(i)*vnew(i)*off(i)*fourth
75 ms_2d(nc1(i))=ms_2d(nc1(i)) + mass(i)
76 ms_2d(nc2(i))=ms_2d(nc2(i)) + mass(i)
77 ms_2d(nc3(i))=ms_2d(nc3(i)) + mass(i)
78 ms_2d(nc4(i))=ms_2d(nc4(i)) + mass(i)
subroutine qmassreal2(off, rho, ms_2d, vnew, nc1, nc2, nc3, nc4, nel)