vemu09 is a routine to evaluate the NU values U
given at the geometrical nodes of the FEM mesh at the
centre points of the elements.
ARGUMENTS
LCU integer, scalar, input, local
Length of vector CU, LCU>=NU*TOTNE, where TOTNE is the total
number of elements on the process MYPROC.
CU double precision, array: CU(LCU), output, local
The values of U at the center points of the elements. The
NU values are stored separately for each individual group.
CU(ADDCU(G)-1+CU1(G)*(j-1)+i)
is the j-th value at the center point of
the i-th element on the process MYPROC in group G. The numbers
ADDCU and CU1 are returned in IVEM.
LU integer, scalar, input, local
Length of input vector U, LU >=U1*NU.
U double precision, array: U(LU), input, local
The input distribution at the geometrical nodes. U(U1*(j-1)+i)
is the value of the j-th value at the i-th geometrical node on the
process MYPROC. The values are not adjusted over the processes.
LIVEM integer, scalar, input, local
Length of the integer information vector,
LIVEM>= MESH+ NINFO.
Program by L. Grosz, C. Roll, P. Sternecker, 1989-1996.
Copyrights by Universitaet Karlsruhe 1989-1996.
Copyrights by Lutz Grosz 1996.
All rights reserved. More details see VECFEM.
by L. Grosz, Auckland , 6. June, 2000.