OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
linear_solver_mod.F File Reference
#include "my_real.inc"
#include "implicit_f.inc"
#include "com01_c.inc"
#include "task_c.inc"
#include "spmd.inc"

Go to the source code of this file.

Data Types

type  linear_solver_mod::t_linear_solver
type  linear_solver_mod::t_cg_solver

Modules

module  linear_solver_mod

Functions/Subroutines

subroutine linear_solver_mod::error ()
integer function linear_solver_mod::get_global_dim (this)
subroutine linear_solver_mod::init_solver (this, mat_dim)
subroutine linear_solver_mod::set_matrix (this, mat)
subroutine linear_solver_mod::set_rhs (this, nrhs, rhs)
subroutine linear_solver_mod::solve (this, sol, dim)
subroutine linear_solver_mod::terminate (this)
subroutine linear_solver_mod::init_solver_cg (this, mat_dim)
subroutine linear_solver_mod::set_matrix_cg (this, mat)
subroutine linear_solver_mod::set_rhs_cg (this, nrhs, rhs)
subroutine linear_solver_mod::solve_cg (this, sol, dim)
subroutine linear_solver_mod::terminate_cg (this)