Module rusty_green_kernel::evaluators[][src]

Re-exports

pub use base::DirectEvaluatorAccessor;
pub use base::ComplexDirectEvaluator;
pub use base::RealDirectEvaluator;
pub use base::DirectEvaluator;

Modules

base

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

Functions

make_helmholtz_evaluator

Make a Helmholtz evaluator from references to the data.

make_helmholtz_evaluator_owned

Make a Helmholtz evaluator by taking ownership of the data.

make_laplace_evaluator

Make a Laplace evaluator from references to the data.

make_laplace_evaluator_owned

Make a Laplace evaluator by taking ownership of the data.

make_modified_helmholtz_evaluator

Make a modified Helmholtz evaluator from references to the data.

make_modified_helmholtz_evaluator_owned

Make a modified Helmholtz evaluator by taking ownership of the data.