Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | x | |||
real(kind=dp), | intent(in) | :: | x0 | |||
real(kind=dp), | intent(in) | :: | x1 | |||
real(kind=dp), | intent(in) | :: | weight | |||
type(matrix_t), | intent(in) | :: | matrix | |||
type(settings_t), | intent(in) | :: | settings | |||
type(grid_t), | intent(in) | :: | grid | |||
type(background_t), | intent(in) | :: | background | |||
type(physics_t), | intent(in) | :: | physics | |||
complex(kind=dp), | intent(out), | allocatable | :: | quadblock(:,:) |