35 constexpr char IndentChar =
'\t';
36 std::stringstream msg;
37 std::string indent(indentLevel, IndentChar);
38 msg << indent <<
"B = {" << fB[0] <<
", " << fB[1] <<
", " << fB[2] <<
"} [kG]";
Magnetic flux density vector representation.
Magnetic flux density vector.
void CheckConsistency() const
Consistency checker.
std::string ToString(int indentLevel=0) const
String representation of the field.
void CheckSimdVectorEquality(fvec v, const char *name)
Checks, if a SIMD vector horizontally equal TODO: Find this method in the VC!