![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_dime_dg (nm, sd, tag_mat, cs_nnz_loc, cs_loc, nn_loc, local_n_num, ne_loc, local_el_num, xs, ys, zs, nel_dg_loc, nel_dg_glo, i4count, mpi_id, mpi_comm) |
Counts number of DG elements (local and global) | |
subroutine get_dime_dg | ( | nm, | |
dimension(nm) | sd, | ||
dimension(nm) | tag_mat, | ||
cs_nnz_loc, | |||
dimension(nm) | cs_loc, | ||
nn_loc, | |||
dimension(nm) | local_n_num, | ||
ne_loc, | |||
dimension(nm) | local_el_num, | ||
dimension(nm) | xs, | ||
dimension(nm) | ys, | ||
dimension(nm) | zs, | ||
nel_dg_loc, | |||
nel_dg_glo, | |||
dimension(nm) | i4count, | ||
mpi_id, | |||
mpi_comm | |||
) |
Counts number of DG elements (local and global)
[in] | nm | = number of materials |
[in] | sd(nm) | = spectral degree vector |
[in] | tag_mat(nm) | = tag for materials |
[in] | cs_nnz_loc | length of cs_loc |
[in] | cs_loc | local spectral connectivity vector |
[in] | nn_loc | number of local nodes |
[in] | local_n_num | local node numeration |
[in] | ne_loc | number of local elements |
[in] | local_el_num | local element numeration |
[in] | xs | x-coord local spectral nodes |
[in] | ys | y-coord local spectral nodes |
[in] | zs | z-coord local spectral nodes |
[in] | i4count | vector identifying nodes where DG conditions are applied |
[in] | mpi_id | MPI processor identity |
[in] | mpi_comm | MPI common world |
[out] | nel_dg_loc | number of local dg elements |
[out] | nel_dg_glo | number of global dg elements |
Definition at line 41 of file GET_DIME_DG.f90.