Struct rusty_green_kernel::evaluators::base::DirectEvaluator[][src]

pub struct DirectEvaluator<P: ParticleContainerAccessor, R> { /* fields omitted */ }
Expand description

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

Trait Implementations

Assemble the kernel matrix in-place. Read more

Evaluate for each target the potential sum across all sources with given charges. Read more

Like assemble_in_place, but creates and returns a new result array.

Like evaluate_in_place but creates and returns a new result array.

Get the kernel definition.

Return a non-owning representation of the sources.

Return a non-owning representation of the targets.

Assemble the kernel matrix in-place. Read more

Like assemble_in_place, but creates and returns a new result array.

Evaluate for each target the potential sum across all sources with given charges. Read more

Like evaluate_in_place but creates and returns a new result array.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.