![]() |
(git:b77b4be)
|
Public Member Functions | |
subroutine | copy_submatrix_array (original, copy, copy_data) |
... | |
subroutine | copy_submatrix (original, copy, copy_data) |
... | |
Definition at line 57 of file domain_submatrix_methods.F.
subroutine domain_submatrix_methods::copy_submatrices::copy_submatrix_array | ( | type(domain_submatrix_type), dimension(:), intent(in) | original, |
type(domain_submatrix_type), dimension(:), intent(inout) | copy, | ||
logical, intent(in) | copy_data | ||
) |
...
original | ... |
copy | ... |
copy_data | ... |
Definition at line 141 of file domain_submatrix_methods.F.
subroutine domain_submatrix_methods::copy_submatrices::copy_submatrix | ( | type(domain_submatrix_type), intent(in) | original, |
type(domain_submatrix_type), intent(inout) | copy, | ||
logical, intent(in) | copy_data | ||
) |
...
original | ... |
copy | ... |
copy_data | ... |
Definition at line 176 of file domain_submatrix_methods.F.