#include "mfem.hpp"
#include "json.hpp"
#include "RHSOperator.hpp"
#include "SimFactory_impl.hpp"
Go to the source code of this file.
|
| std::unique_ptr< Theseus::RHSOperatorBase > | Theseus::MakeRHSOperator (const nlohmann::json &runtime, std::shared_ptr< mfem::ParFiniteElementSpace > vfes, std::shared_ptr< mfem::ParFiniteElementSpace > fes0, std::shared_ptr< mfem::ParMesh > pmesh, std::shared_ptr< mfem::ParGridFunction > eta, std::shared_ptr< mfem::ParGridFunction > alpha, std::vector< std::shared_ptr< mfem::ParGridFunction > > &grad_u, std::shared_ptr< Prandtl::PerssonPeraireIndicator > indicator, mfem::real_t alpha_max) |
| |