Go to the source code of this file.
|
subroutine | v3d4n (coor, nodes, NumElNeigh, ElConn, Rnet, alpha, disp, ci, numnp, numel, Ahat, numat_vol, nprocs, TotNumNdComm, TotNumNeighProcs, NeighProcList, NumNdComm, neigh_lst) |
|
subroutine v3d4n |
( |
real*8, dimension(1:3,1:numnp) |
coor, |
|
|
integer, dimension(1:4,1:numel) |
nodes, |
|
|
integer, dimension(1:numnp) |
NumElNeigh, |
|
|
integer, dimension(1:numnp,1:40) |
ElConn, |
|
|
real*8, dimension(1:numnp*3) |
Rnet, |
|
|
real*8, dimension(1:4,1:numel) |
alpha, |
|
|
real*8, dimension(1:numnp*3) |
disp, |
|
|
real*8, dimension(1:9,1:numat_vol) |
ci, |
|
|
integer |
numnp, |
|
|
integer |
numel, |
|
|
real*8, dimension(1:numnp) |
Ahat, |
|
|
integer |
numat_vol, |
|
|
integer |
nprocs, |
|
|
integer |
TotNumNdComm, |
|
|
integer |
TotNumNeighProcs, |
|
|
integer, dimension(1:totnumneighprocs) |
NeighProcList, |
|
|
integer, dimension(1:totnumneighprocs) |
NumNdComm, |
|
|
type(send_buf), dimension(1:totnumneighprocs) |
neigh_lst |
|
) |
| |