bempp::laplace::assembler

Type Alias AdjointDoubleLayer3dAssembler

Source
pub type AdjointDoubleLayer3dAssembler<'o, T> = BoundaryAssembler<'o, T, AdjointDoubleLayerBoundaryIntegrand<T>, Laplace3dKernel<T>>;
Expand description

Laplace adjoint double layer assembler type.

Aliased Typeยง

struct AdjointDoubleLayer3dAssembler<'o, T> { /* private fields */ }