Gridap.Integration

Gridap.Integration.TensorProductQuadratureType
struct TensorProductQuadrature{D,T} <: Quadrature{D,T}
  coordinates::Vector{Point{D,T}}
  weights::Vector{T}
end

Tensor product quadrature rule (nodes and weights) on a hyper cube [0,1]^D

source