Bembel
 
Loading...
Searching...
No Matches
Bembel::DiscreteLocalOperatorComputer< Derived > Struct Template Reference

Helper struct which mimics the DiscreteOperatorComputer struct to assemble sparse matrices of local operators. More...

#include <DiscreteLocalOperator.hpp>

Detailed Description

template<typename Derived>
struct Bembel::DiscreteLocalOperatorComputer< Derived >

Helper struct which mimics the DiscreteOperatorComputer struct to assemble sparse matrices of local operators.

Definition at line 22 of file DiscreteLocalOperator.hpp.

Static Public Member Functions

static void compute (Eigen::SparseMatrix< typename LinearOperatorTraits< Derived >::Scalar > *disc_op, const Derived &lin_op, const AnsatzSpace< Derived > &ansatz_space)
 

Constructor & Destructor Documentation

◆ DiscreteLocalOperatorComputer()

template<typename Derived >
Bembel::DiscreteLocalOperatorComputer< Derived >::DiscreteLocalOperatorComputer ( )
inline

Definition at line 23 of file DiscreteLocalOperator.hpp.

Member Function Documentation

◆ compute()

template<typename Derived >
static void Bembel::DiscreteLocalOperatorComputer< Derived >::compute ( Eigen::SparseMatrix< typename LinearOperatorTraits< Derived >::Scalar > *  disc_op,
const Derived &  lin_op,
const AnsatzSpace< Derived > &  ansatz_space 
)
inlinestatic

Definition at line 24 of file DiscreteLocalOperator.hpp.


The documentation for this struct was generated from the following file: