(git:c5411e0)
Loading...
Searching...
No Matches
pw_spline_utils::pw_spline_precond_type Type Reference

stores information for the preconditioner used to calculate the coeffs of splines More...

Data Fields

integer kind = no_precond
 
real(kind=dp), dimension(4) coeffs = 0.0_dp
 
real(kind=dp), dimension(3) coeffs_1d = 0.0_dp
 
logical sharpen = .FALSE.
 
logical normalize = .FALSE.
 
logical pbc = .FALSE.
 
logical transpose = .FALSE.
 
type(pw_pool_type), pointer pool => NULL()
 

Detailed Description

stores information for the preconditioner used to calculate the coeffs of splines

Author
fawzi

Definition at line 107 of file pw_spline_utils.F.

Field Documentation

◆ kind

integer pw_spline_utils::pw_spline_precond_type::kind = no_precond

Definition at line 108 of file pw_spline_utils.F.

◆ coeffs

real(kind=dp), dimension(4) pw_spline_utils::pw_spline_precond_type::coeffs = 0.0_dp

Definition at line 109 of file pw_spline_utils.F.

◆ coeffs_1d

real(kind=dp), dimension(3) pw_spline_utils::pw_spline_precond_type::coeffs_1d = 0.0_dp

Definition at line 110 of file pw_spline_utils.F.

◆ sharpen

logical pw_spline_utils::pw_spline_precond_type::sharpen = .FALSE.

Definition at line 111 of file pw_spline_utils.F.

◆ normalize

logical pw_spline_utils::pw_spline_precond_type::normalize = .FALSE.

Definition at line 111 of file pw_spline_utils.F.

◆ pbc

logical pw_spline_utils::pw_spline_precond_type::pbc = .FALSE.

Definition at line 111 of file pw_spline_utils.F.

◆ transpose

logical pw_spline_utils::pw_spline_precond_type::transpose = .FALSE.

Definition at line 111 of file pw_spline_utils.F.

◆ pool

type(pw_pool_type), pointer pw_spline_utils::pw_spline_precond_type::pool => NULL()

Definition at line 112 of file pw_spline_utils.F.


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