14 #include "libmesh/system.h" 15 #include "libmesh/enum_norm_type.h" 16 #include "libmesh/petsc_vector.h" 52 void set(
const Node * node,
Number val)
MooseVariableFieldBase & _var
unsigned int number() const
virtual libMesh::System & system()=0
Provide a simple RAII interface for linear lagrange solution variables.
NumericVector< Number > & _soln
Real calculate_norm(const NumericVector< Number > &v, unsigned int var, FEMNormType norm_type, std::set< unsigned int > *skip_dimensions=nullptr) const
unsigned int number() const
Number operator()(const Node *node) const
Get a value from the solution vector.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const NumericVector< Number > & _soln_old
virtual void set(const numeric_index_type i, const Number value)=0
Number old(const Node *node) const
Get a value from the old solution vector.
SolutionHandle(const MooseVariableFieldBase &variable)