![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
Functions/Subroutines | |
| subroutine | solve_lineq_serial_lag_hecmw_init (hecMAT, hecLagMAT, is_sym) |
| subroutine | solve_lineq_serial_lag_hecmw (hecMESH, hecMAT, hecLagMAT) |
| subroutine m_solve_lineq_direct_serial_lag::solve_lineq_serial_lag_hecmw | ( | type (hecmwst_local_mesh) | hecMESH, |
| type (hecmwst_matrix) | hecMAT, | ||
| type (hecmwst_matrix_lagrange) | hecLagMAT | ||
| ) |
| hecmesh | hecmw mesh |
| hecmat | type hecmwST_matrix |
| heclagmat | type hecmwST_matrix_lagrange |
Definition at line 27 of file solve_LINEQ_direct_serial_lag.f90.
| subroutine m_solve_lineq_direct_serial_lag::solve_lineq_serial_lag_hecmw_init | ( | type (hecmwst_matrix) | hecMAT, |
| type (hecmwst_matrix_lagrange) | hecLagMAT, | ||
| logical | is_sym | ||
| ) |
| hecmat | type hecmwST_matrix |
| heclagmat | type hecmwST_matrix_lagrange |
| is_sym | symmetry of matrix |
Definition at line 16 of file solve_LINEQ_direct_serial_lag.f90.