Data Fields | |
| integer | node_number |
| number of /= node | |
| integer | total_contribution_number |
| total number of contribution (if only shells = 4 * NODE_NUMBER) | |
| integer, dimension(:), allocatable | node_id |
| node id | |
| integer, dimension(:), allocatable | contribution_number |
| number of contribution per node | |
| integer, dimension(:,:), allocatable | contribution_index |
| index to the array CONTRIBUTION | |
| real(kind=wp), dimension(:,:), allocatable | contribution |
| contribution array, the force are saved here | |
Definition at line 51 of file monvol_struct_mod.F.
| real(kind=wp), dimension(:,:), allocatable monvol_struct_mod::monvol_omp_::contribution |
contribution array, the force are saved here
Definition at line 58 of file monvol_struct_mod.F.
| integer, dimension(:,:), allocatable monvol_struct_mod::monvol_omp_::contribution_index |
index to the array CONTRIBUTION
Definition at line 57 of file monvol_struct_mod.F.
| integer, dimension(:), allocatable monvol_struct_mod::monvol_omp_::contribution_number |
number of contribution per node
Definition at line 56 of file monvol_struct_mod.F.
| integer, dimension(:), allocatable monvol_struct_mod::monvol_omp_::node_id |
node id
Definition at line 54 of file monvol_struct_mod.F.
| integer monvol_struct_mod::monvol_omp_::node_number |
number of /= node
Definition at line 52 of file monvol_struct_mod.F.
| integer monvol_struct_mod::monvol_omp_::total_contribution_number |
total number of contribution (if only shells = 4 * NODE_NUMBER)
Definition at line 53 of file monvol_struct_mod.F.