Skip to content

Commit

Permalink
Revert some unnecessary changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-copeland committed Apr 26, 2024
1 parent 0515cc3 commit 5afc04a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/dmd/dg_euler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ class ROM_FE_Evolution : public TimeDependentOperator
SparseMatrix &Aflux;
DenseTensor Me_inv;

mutable mfem::Vector state;
mutable Vector state;
mutable DenseMatrix f;
mutable DenseTensor flux;
mutable mfem::Vector z;
mutable Vector z;

void GetFlux(const DenseMatrix &state, DenseTensor &flux) const;

Expand Down

0 comments on commit 5afc04a

Please sign in to comment.