20 #ifndef LIBMESH_ERROR_VECTOR_H 21 #define LIBMESH_ERROR_VECTOR_H 136 virtual std::vector<dof_id_type>
cut_below(
Real cut)
const override;
143 virtual std::vector<dof_id_type>
cut_above(
Real cut)
const override;
168 #endif // LIBMESH_ERROR_VECTOR_H
virtual Real variance() const override
A std::vector derived class for implementing simple statistical algorithms.
DIE A HORRIBLE DEATH HERE typedef float ErrorVectorReal
virtual std::vector< dof_id_type > cut_above(Real cut) const override
virtual Real median() override
void plot_error(const std::string &filename, const MeshBase &mesh) const
virtual std::vector< dof_id_type > cut_below(Real cut) const override
virtual ErrorVectorReal minimum() const override
ErrorVector(dof_id_type i=0, MeshBase *mesh=nullptr)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ErrorVector(dof_id_type i, ErrorVectorReal val)
bool is_active_elem(dof_id_type i) const
virtual Real mean() const override