PolyDEAL
 
Loading...
Searching...
No Matches
internal::LinearOperatorMGImplementation Namespace Reference

Classes

class  EmptyPayload
 
class  has_vmult_add_and_Tvmult_add
 
class  MatrixInterfaceWithoutVmultAdd
 
class  MatrixInterfaceWithVmultAdd
 
class  ReinitHelper
 

Functions

EmptyPayload operator+ (const EmptyPayload &, const EmptyPayload &)
 
EmptyPayload operator* (const EmptyPayload &, const EmptyPayload &)
 
template<typename Function , typename Range , typename Domain >
void apply_with_intermediate_storage (Function function, Range &v, const Domain &u, bool add)
 

Function Documentation

◆ apply_with_intermediate_storage()

template<typename Function , typename Range , typename Domain >
void internal::LinearOperatorMGImplementation::apply_with_intermediate_storage ( Function function,
Range & v,
const Domain & u,
bool add )

◆ operator*()

EmptyPayload internal::LinearOperatorMGImplementation::operator* ( const EmptyPayload & ,
const EmptyPayload &  )
inline

Operator that returns a payload configured to support the multiplication of two LinearOperatorMGs

Definition at line 1199 of file linear_operator_for_mg.h.

◆ operator+()

EmptyPayload internal::LinearOperatorMGImplementation::operator+ ( const EmptyPayload & ,
const EmptyPayload &  )
inline

Operator that returns a payload configured to support the addition of two LinearOperatorMGs

Definition at line 1189 of file linear_operator_for_mg.h.