Integration Schemes type.
|
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...
|
|
◆ integ_scheme_apply()
double precision function type_integ_scheme::integ_scheme_apply |
( |
class(t_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(t_integ_scheme), intent(inout) | self | ) |
|
- Precondition
- selfdim and selfsize has to be set before!