MFEM v4.10.0
Finite element discretization library
Loading...
Searching...
No Matches
gslib.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  gslib
 
namespace  mfem
 

Functions

double mfem::dbl_range_diag_expand_2 (struct gslib::dbl_range *b, double tol)
 
double mfem::dbl_range_diag_expand_3 (struct gslib::dbl_range *b, double tol)
 
void mfem::obboxsurf_calc_3 (Vector &bb, const double *const elx[3], const unsigned n, uint nel, const unsigned m, const double tol, const bool store_obb)
 
void mfem::obboxedge_calc_2 (Vector &bb, const double *const elx[2], const unsigned nr, uint nel, const unsigned mr, const double tol, const bool store_obb)
 
void mfem::obboxedge_calc_3 (Vector &bb, const double *const elx[3], const unsigned nr, uint nel, const unsigned mr, const double tol, const bool store_obb)
 
slong mfem::lfloor (double x)
 
ulong mfem::hash_index_1 (double low, double fac, ulong n, double x)
 
ulong mfem::hash_index_3 (const gslib::hash_data_3 *p, const double x[3])
 
ulong mfem::hash_index_2 (const gslib::hash_data_2 *p, const double x[2])
 
ulong mfem::hash_index_nd (const Vector &hash_min, const Vector &hash_fac, const int n, const Vector &x)