Integration Schemes type. More...
Data Types | |
type | t_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. | |
double precision function | integ_scheme_apply (self, values) |
Apply the integration scheme. | |
Integration Schemes type.
double precision function type_integ_scheme::integ_scheme_apply | ( | class(t_integ_scheme), intent(inout) | self, |
double precision, dimension(:), intent(in) | values ) |
Apply the integration scheme.
subroutine type_integ_scheme::integ_scheme_generic_init | ( | class(t_integ_scheme), intent(inout) | self | ) |
Init the data fields.