Home
last modified time | relevance | path

Searched refs:libmesh_isinf (Results 1 – 3 of 3) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dinf_fe_map.C183 if (libmesh_isinf(c_factor)) in inverse_map()
232 if (libmesh_isinf(fp_o_dist)) in inverse_map()
/dports/math/libmesh/libmesh-1.6.2/include/base/
H A Dlibmesh_common.h178 inline bool libmesh_isinf(T x) { return std::isinf(x); } in libmesh_isinf() function
181 inline bool libmesh_isinf(std::complex<T> a) in libmesh_isinf() function
/dports/math/libmesh/libmesh-1.6.2/
H A DNEWS832 * Add libmesh_isinf() helper function.