feat(libmeanfield): centrifugal + pressure
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module;
|
||||
#include <memory>
|
||||
#include <mfem.hpp>
|
||||
|
||||
export module mean_field:physics.contexts;
|
||||
@@ -23,6 +24,6 @@ export namespace mean_field::physics {
|
||||
std::unique_ptr<mfem::HypreParMatrix> Schur;
|
||||
|
||||
std::unique_ptr<mfem::MatrixCoefficient> mapped_hdiv_mass_coeff;
|
||||
|
||||
std::unique_ptr<mfem::Operator> source_form;
|
||||
};
|
||||
}
|
||||
} // namespace mean_field::physics
|
||||
|
||||
Reference in New Issue
Block a user