pub struct ModifiedHelmholtz3dKernel<T: RlstScalar<Real = T>> { /* private fields */ }
Expand description
Kernel for Modified Helmholtz in 3D
Implementations§
source§impl<T: RlstScalar<Real = T>> ModifiedHelmholtz3dKernel<T>
impl<T: RlstScalar<Real = T>> ModifiedHelmholtz3dKernel<T>
Trait Implementations§
source§impl<T: Clone + RlstScalar<Real = T>> Clone for ModifiedHelmholtz3dKernel<T>
impl<T: Clone + RlstScalar<Real = T>> Clone for ModifiedHelmholtz3dKernel<T>
source§fn clone(&self) -> ModifiedHelmholtz3dKernel<T>
fn clone(&self) -> ModifiedHelmholtz3dKernel<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T: RlstScalar<Real = T> + Send + Sync> Kernel for ModifiedHelmholtz3dKernel<T>
impl<T: RlstScalar<Real = T> + Send + Sync> Kernel for ModifiedHelmholtz3dKernel<T>
source§fn domain_component_count(&self) -> usize
fn domain_component_count(&self) -> usize
Return the domain component count of the Green’s fct. Read more
source§fn space_dimension(&self) -> usize
fn space_dimension(&self) -> usize
Return the space dimension.
source§fn evaluate_st(
&self,
eval_type: GreenKernelEvalType,
sources: &[<Self::T as RlstScalar>::Real],
targets: &[<Self::T as RlstScalar>::Real],
charges: &[Self::T],
result: &mut [Self::T],
)
fn evaluate_st( &self, eval_type: GreenKernelEvalType, sources: &[<Self::T as RlstScalar>::Real], targets: &[<Self::T as RlstScalar>::Real], charges: &[Self::T], result: &mut [Self::T], )
Single threaded evaluation of Green’s functions. Read more
source§fn evaluate_mt(
&self,
eval_type: GreenKernelEvalType,
sources: &[<Self::T as RlstScalar>::Real],
targets: &[<Self::T as RlstScalar>::Real],
charges: &[Self::T],
result: &mut [Self::T],
)
fn evaluate_mt( &self, eval_type: GreenKernelEvalType, sources: &[<Self::T as RlstScalar>::Real], targets: &[<Self::T as RlstScalar>::Real], charges: &[Self::T], result: &mut [Self::T], )
Multi-threaded evaluation of a Green’s function kernel. Read more
source§fn assemble_st(
&self,
eval_type: GreenKernelEvalType,
sources: &[<Self::T as RlstScalar>::Real],
targets: &[<Self::T as RlstScalar>::Real],
result: &mut [Self::T],
)
fn assemble_st( &self, eval_type: GreenKernelEvalType, sources: &[<Self::T as RlstScalar>::Real], targets: &[<Self::T as RlstScalar>::Real], result: &mut [Self::T], )
Single threaded assembly of a kernel matrix. Read more
source§fn assemble_mt(
&self,
eval_type: GreenKernelEvalType,
sources: &[<Self::T as RlstScalar>::Real],
targets: &[<Self::T as RlstScalar>::Real],
result: &mut [Self::T],
)
fn assemble_mt( &self, eval_type: GreenKernelEvalType, sources: &[<Self::T as RlstScalar>::Real], targets: &[<Self::T as RlstScalar>::Real], result: &mut [Self::T], )
Multi-threaded version of kernel matrix assembly.
source§fn assemble_pairwise_st(
&self,
eval_type: GreenKernelEvalType,
sources: &[<Self::T as RlstScalar>::Real],
targets: &[<Self::T as RlstScalar>::Real],
result: &mut [Self::T],
)
fn assemble_pairwise_st( &self, eval_type: GreenKernelEvalType, sources: &[<Self::T as RlstScalar>::Real], targets: &[<Self::T as RlstScalar>::Real], result: &mut [Self::T], )
Single threaded assembly of the diagonal of a kernel matrix
source§fn range_component_count(&self, eval_type: GreenKernelEvalType) -> usize
fn range_component_count(&self, eval_type: GreenKernelEvalType) -> usize
Return the range component count of the Green’s fct. Read more
source§fn greens_fct(
&self,
eval_type: GreenKernelEvalType,
source: &[<Self::T as RlstScalar>::Real],
target: &[<Self::T as RlstScalar>::Real],
result: &mut [Self::T],
)
fn greens_fct( &self, eval_type: GreenKernelEvalType, source: &[<Self::T as RlstScalar>::Real], target: &[<Self::T as RlstScalar>::Real], result: &mut [Self::T], )
Evaluate the Green’s fct. for a single source and single target.
impl<T: Copy + RlstScalar<Real = T>> Copy for ModifiedHelmholtz3dKernel<T>
Auto Trait Implementations§
impl<T> Freeze for ModifiedHelmholtz3dKernel<T>where
T: Freeze,
impl<T> RefUnwindSafe for ModifiedHelmholtz3dKernel<T>where
T: RefUnwindSafe,
impl<T> Send for ModifiedHelmholtz3dKernel<T>
impl<T> Sync for ModifiedHelmholtz3dKernel<T>
impl<T> Unpin for ModifiedHelmholtz3dKernel<T>where
T: Unpin,
impl<T> UnwindSafe for ModifiedHelmholtz3dKernel<T>where
T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more