BEM++
2.0
|
Classes | |
class | Bempp::DiscreteAcaBoundaryOperator< ValueType > |
Discrete linear operator stored as a H-matrix. More... | |
class | Bempp::DiscreteBlockedBoundaryOperator< ValueType > |
Discrete boundary operator composed of multiple blocks stored separately. More... | |
class | Bempp::DiscreteBoundaryOperator< ValueType > |
Discrete boundary operator. More... | |
class | Bempp::DiscreteBoundaryOperatorCache< BasisFunctionType, ResultType > |
Cache of discrete boundary operators. More... | |
class | Bempp::DiscreteDenseBoundaryOperator< ValueType > |
Discrete boundary operator stored as a dense matrix. More... | |
class | Bempp::DiscreteInverseSparseBoundaryOperator< ValueType > |
Discrete boundary operator representing the inverse of another operator and stored as a sparse LU decomposition. More... | |
class | Bempp::DiscreteNullBoundaryOperator< ValueType > |
Null (zero-valued) discrete boundary operator. More... | |
class | Bempp::DiscreteSparseBoundaryOperator< ValueType > |
Discrete boundary operator stored as a sparse matrix. More... | |
class | Bempp::Vector< ValueType > |
Encapsulation of a vector. More... | |
Enumerations | |
enum | Bempp::TranspositionMode { Bempp::NO_TRANSPOSE = Thyra::NOTRANS, Bempp::CONJUGATE = Thyra::CONJ, Bempp::TRANSPOSE = Thyra::TRANS, Bempp::CONJUGATE_TRANSPOSE = Thyra::CONJTRANS } |
Enumeration determining how a discrete boundary operator is transformed before being applied. More... | |
This submodule contains the DiscreteBoundaryOperator class and its descendants.
Enumeration determining how a discrete boundary operator is transformed before being applied.