FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
solve_LINEQ.f90
Go to the documentation of this file.
1
!-------------------------------------------------------------------------------
2
! Copyright (c) 2019 FrontISTR Commons
3
! This software is released under the MIT License, see LICENSE.txt
4
!-------------------------------------------------------------------------------
5
6
module
m_solve_lineq
7
implicit none
8
9
private
10
11
public
::
solve_lineq
12
13
contains
14
15
subroutine
solve_lineq
(hecMESH, hecMAT)
16
use
hecmw
17
use
hecmw_solver
18
19
type
(hecmwst_local_mesh) :: hecmesh
20
type
(hecmwst_matrix) :: hecmat
21
22
call
hecmw_solve
(hecmesh, hecmat)
23
24
end subroutine
solve_lineq
25
end module
m_solve_lineq
hecmw_solver::hecmw_solve
subroutine hecmw_solve(hecMESH, hecMAT)
Definition:
hecmw_solver.f90:10
m_solve_lineq::solve_lineq
subroutine, public solve_lineq(hecMESH, hecMAT)
Definition:
solve_LINEQ.f90:16
hecmw
Definition:
hecmw.f90:6
m_solve_lineq
Definition:
solve_LINEQ.f90:6
hecmw_solver
Definition:
hecmw_solver.f90:6
fistr1
src
lib
solve_LINEQ.f90
Generated by
1.8.17