version 0.6.0
type_integ_scheme Module Reference

Integration Schemes type.

Data Types

type  integ_scheme
 For simplicity, accordingly to most of the litterature, An integration scheme is defined between -1 and +1 Each scheme has a set of weights and associated positions. More...
 

Functions/Subroutines

subroutine integ_scheme_generic_init (self)
 Init the data fields. More...
 
double precision function integ_scheme_apply (self, values)
 Apply the integration scheme. More...
 

Function/Subroutine Documentation

◆ integ_scheme_apply()

double precision function type_integ_scheme::integ_scheme_apply ( class(integ_scheme), intent(inout)  self,
double precision, dimension(:), intent(in)  values 
)
Precondition
has to be initiated

◆ integ_scheme_generic_init()

subroutine type_integ_scheme::integ_scheme_generic_init ( class(integ_scheme), intent(inout)  self)
Precondition
selfdim and selfsize has to be set before!