version 0.6.0
type_int_weno_grid_preweights::t_int_weno_grid_preweights Type Reference

Public Member Functions

procedure, pass(self) init => grid_preweights_init
 

Public Attributes

double precision, dimension(:), allocatable steps
 The steps (cells size) of the whole stencil.
 
double precision, dimension(:,:,:), allocatable derivatives
 Indexed over [derivatives,points/stencil,stencils]. More...
 
double precision, dimension(:,:,:), allocatable derivatives_phi
 
double precision, dimension(:,:), allocatable polynomial
 Indexed over [points/stencil,stencils].
 
double precision, dimension(:,:), allocatable polynomial_phi
 
double precision, dimension(:), allocatable opt_weights
 Optimal weights: opt_weights[stencils].
 
double precision, dimension(:), allocatable auxiliary
 Auxiliary precomputed values: auxiliary[*].
 

Member Data Documentation

◆ derivatives

double precision, dimension(:,:,:), allocatable type_int_weno_grid_preweights::t_int_weno_grid_preweights::derivatives
  • x_derivatives[P,*,*] relates to the \( P^th \) point of the stencil (its associated weight)
  • x_derivatives[*,D,*] relates to the \( D^th \) derivative of the interpolant
  • x_derivatives[*,*,S] relates to the \( S^th \) stencil

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