Module rusty_green_kernel::evaluators::base[][src]

Defines the basic Evaluator type. This is a struct that contains the particle Space and define the underlying Greens function.

Structs

DirectEvaluator

This type defines an Evaluator consisting of a ParticleSpace and a KernelType. The generic

Traits

ComplexDirectEvaluator

Assemblers and evaluators for complex kernels.

DirectEvaluatorAccessor

Basic access to the data that defines a Greens function kernel, its sources and targets.

RealDirectEvaluator

Assemblers and evaluators for real kernels.