|
[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Interface for POD. More...
#include <pod_basis_base.h>
Public Member Functions | |
| virtual | ~PODBase ()=default |
| Virtual destructor. | |
| virtual std::shared_ptr< dealii::TrilinosWrappers::SparseMatrix > | getPODBasis ()=0 |
| Function to return basis. | |
| virtual dealii::LinearAlgebra::ReadWriteVector< double > | getReferenceState ()=0 |
| Function to return reference state. | |
| virtual MatrixXd | getSnapshotMatrix ()=0 |
| Function to return snapshot matrix. | |
Interface for POD.
Definition at line 16 of file pod_basis_base.h.