|
DOUG 0.2
|
Functions/Subroutines | |
| subroutine | SpMtx_buildPermMap (A, M) |
| subroutine | SpMtx_fillPermMap (A, perm) |
| subroutine | SpMtx_getOldToNewPerm (A, perm) |
| subroutine | SpMtx_getNewToOldPerm (A, perm) |
| subroutine SpMtx_permutation::SpMtx_buildPermMap | ( | type(SpMtx),intent(inout) | A, |
| type(Mesh),intent(in) | M | ||
| ) |
Definition at line 42 of file SpMtx_permutation.f90.
References Mesh_class::D_FREEDOM_INNER, and DOUG_utils::DOUG_abort().
Referenced by ElemMtxs_assemble::ElemMtxsAssembleContext_extractSpMtx().
| subroutine SpMtx_permutation::SpMtx_fillPermMap | ( | type(SpMtx),intent(inout) | A, |
| integer,dimension(:),intent(in) | perm | ||
| ) |
Definition at line 77 of file SpMtx_permutation.f90.
| subroutine SpMtx_permutation::SpMtx_getNewToOldPerm | ( | type(SpMtx),intent(in) | A, |
| integer,dimension(:),intent(inout) | perm | ||
| ) |
Definition at line 112 of file SpMtx_permutation.f90.
References DOUG_utils::DOUG_abort().
| subroutine SpMtx_permutation::SpMtx_getOldToNewPerm | ( | type(SpMtx),intent(in) | A, |
| integer,dimension(:),intent(inout) | perm | ||
| ) |
Definition at line 95 of file SpMtx_permutation.f90.
References DOUG_utils::DOUG_abort().
1.7.3-20110217