include/meltpooldg/utilities/numbers.hpp File Reference

Developer Documentation: include/meltpooldg/utilities/numbers.hpp File Reference
Developer Documentation
numbers.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MeltPoolDG
 Interface for a general preconditioner.
 
namespace  MeltPoolDG::numbers
 

Functions

bool MeltPoolDG::numbers::is_invalid (const double &number)
 
template<typename number >
number MeltPoolDG::numbers::compute_angle_in_radians (const number angle_deg)
 Convert an angle from degrees to radians.
 

Variables

constexpr double MeltPoolDG::numbers::invalid_double = -1e100
 
constexpr double MeltPoolDG::numbers::sqrt_pi = std::sqrt(dealii::numbers::PI)
 Square root of pi.