24#include "libmesh/dense_vector_base.h"
25#include "libmesh/int_range.h"
34 std::ios_base::fmtflags os_flags = os.flags();
40 << std::setprecision(precision)
53#ifdef LIBMESH_USE_COMPLEX_NUMBERS
Defines an abstract dense vector base class for use in Finite Element-type computations.
void print_scientific(std::ostream &os, unsigned precision=8) const
Prints the entries of the vector with additional decimal places in scientific notation.
The libMesh namespace provides an interface to certain functionality in the library.
IntRange< T > make_range(T beg, T end)
The 2-parameter make_range() helper function returns an IntRange<T> when both input parameters are of...