ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
solver Module Reference

Public Member Functions

subroutine allocate_solver (nr, np)
 
subroutine deallocate_solver
 
subroutine find_axis (psaxis, xaxis, yaxis, nax, rax, sax)
 
subroutine axis_symm (psaxis, xaxis, yaxis, nax, rax, sax, n_start)
 
subroutine build_matrix (a, first)
 
subroutine gaussian_elimination (first)
 
subroutine normalize_psi (psaxis)
 

Detailed Description

Definition at line 1 of file solver.f90.

Member Function/Subroutine Documentation

subroutine solver::allocate_solver ( integer(itm_i4)  nr,
integer(itm_i4)  np 
)

Definition at line 18 of file solver.f90.

Here is the caller graph for this function:

subroutine solver::axis_symm ( real(r8), intent(inout)  psaxis,
real(r8), intent(inout)  xaxis,
real(r8), intent(inout)  yaxis,
integer(itm_i4), intent(inout)  nax,
real(r8), intent(inout)  rax,
real(r8), intent(inout)  sax,
integer(itm_i4), intent(in)  n_start 
)

Definition at line 154 of file solver.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine solver::build_matrix ( real(r8), intent(in)  a,
logical, intent(in)  first 
)

Definition at line 208 of file solver.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine solver::deallocate_solver ( )

Definition at line 42 of file solver.f90.

Here is the caller graph for this function:

subroutine solver::find_axis ( real(r8), intent(out psaxis,
real(r8), intent(inout)  xaxis,
real(r8), intent(inout)  yaxis,
integer(itm_i4), intent(out nax,
real(r8), intent(inout)  rax,
real(r8), intent(inout)  sax 
)

Definition at line 52 of file solver.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine solver::gaussian_elimination ( logical, intent(in)  first)

Definition at line 357 of file solver.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine solver::normalize_psi ( real(r8), intent(in)  psaxis)

Definition at line 446 of file solver.f90.

Here is the caller graph for this function:


The documentation for this module was generated from the following file: