10 #ifdef MOOSE_MFEM_ENABLED 20 : _problem(problem), _problem_data(problem.getProblemData())
75 test_var->SetFromTrueVector();
virtual void SetTestVariablesFromTrueVectors()
std::vector< std::string > _test_var_names
Vector of names of state gridfunctions used in formulation, ordered by appearance in block vector dur...
MFEMProblemData & _problem_data
std::vector< std::string > _trial_var_names
Vector of names of state gridfunctions used in formulation, ordered by appearance in block vector dur...
mfem::Array< int > _block_true_offsets
ProblemOperatorBase(MFEMProblem &problem)
virtual void SetTrialVariablesFromTrueVectors()
virtual void SetGridFunctions()
std::vector< mfem::ParGridFunction * > _test_variables
T * Get(const std::string &field_name) const
Returns a non-owning pointer to the field. This is guaranteed to return a non-null pointer...
const mfem::Vector * _test_true_vector
mfem::BlockVector _true_x
std::vector< mfem::ParGridFunction * > _trial_variables
mfem::BlockVector _true_rhs
virtual void Init(mfem::BlockVector &X)
Moose::MFEM::GridFunctions gridfunctions
auto index_range(const T &sizable)