16 std::shared_ptr<mfem::ParFiniteElementSpace>
vfes;
17 std::shared_ptr<mfem::ParFiniteElementSpace>
fes0;
18 std::shared_ptr<mfem::ParGridFunction>
eta;
26 std::shared_ptr<mfem::ParFiniteElementSpace>
fes0,
27 std::shared_ptr<mfem::ParGridFunction>
eta);
Definition Indicator.hpp:14
virtual void CheckIndicatorSmoothness(const mfem::Vector &indicator)=0
int num_equations
Definition Indicator.hpp:22
mfem::Vector ind_dof
Definition Indicator.hpp:21
std::shared_ptr< mfem::ParFiniteElementSpace > fes0
Definition Indicator.hpp:17
std::shared_ptr< mfem::ParGridFunction > eta
Definition Indicator.hpp:18
int order
Definition Indicator.hpp:22
int dim
Definition Indicator.hpp:22
std::shared_ptr< mfem::ParFiniteElementSpace > vfes
Definition Indicator.hpp:16
mfem::Array< int > ind_indx
Definition Indicator.hpp:20
int ndofs
Definition Indicator.hpp:22
mfem::Vector state
Definition Indicator.hpp:23
virtual ~Indicator()=default
mfem::Array< int > vdof_indices
Definition Indicator.hpp:20
mfem::Vector el_vdofs
Definition Indicator.hpp:21
Definition ConditionFactory.hpp:16