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 The libMesh namespace provides an interface to certain functionality in the library.
void print_scientific(std::ostream &os, unsigned precision=8) const
Prints the entries of the vector with additional decimal places in scientific notation.
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...
Defines an abstract dense vector base class for use in Finite Element-type computations.