Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::HiReconstruction Member List

This is the complete list of members for moab::HiReconstruction, including all inherited members.

_degrees_outmoab::HiReconstructionprotected
_dimmoab::HiReconstructionprotected
_geommoab::HiReconstructionprotected
_hasderivmoab::HiReconstructionprotected
_hasfittingsmoab::HiReconstructionprotected
_incellsmoab::HiReconstructionprotected
_inedgesmoab::HiReconstructionprotected
_infacesmoab::HiReconstructionprotected
_initfittingsmoab::HiReconstructionprotected
_interpsmoab::HiReconstructionprotected
_invertsmoab::HiReconstructionprotected
_local_coordsmoab::HiReconstructionprotected
_local_fit_coeffsmoab::HiReconstructionprotected
_MAXPNTSmoab::HiReconstructionprotected
_mesh2recmoab::HiReconstructionprotected
_MINEPSmoab::HiReconstructionprotected
_MINPNTSmoab::HiReconstructionprotected
_nv2recmoab::HiReconstructionprotected
_vertID2coeffIDmoab::HiReconstructionprotected
_verts2recmoab::HiReconstructionprotected
ahfmoab::HiReconstructionprotected
average_vertex_normal(const EntityHandle vid, double *nrm)moab::HiReconstructionprotected
average_vertex_tangent(const EntityHandle vid, double *tang)moab::HiReconstructionprotected
check_barycentric_coords(const int nws, const double *naturalcoords)moab::HiReconstructionprotected
compute_average_vertex_normals_surf()moab::HiReconstructionprotected
compute_average_vertex_tangents_curve()moab::HiReconstructionprotected
compute_weights(const int nrows, const int ncols, const double *us, const int nngbs, const double *ngbnrms, const int degree, const double toler, double *ws)moab::HiReconstructionprotected
estimate_num_ghost_layers(int degree, bool interp=false)moab::HiReconstructioninlinestatic
estimate_num_rings(int degree, bool interp)moab::HiReconstructionprotected
eval_vander_bivar_cmf(const int npts2fit, const double *us, const int ndim, double *bs, int degree, const double *ws, const bool interp, const bool safeguard, int *degree_out, int *degree_pnt, int *degree_qr)moab::HiReconstructionprotected
eval_vander_univar_cmf(const int npts2fit, const double *us, const int ndim, double *bs, int degree, const double *ws, const bool interp, const bool safeguard, int *degree_out)moab::HiReconstructionprotected
get_fittings_data(EntityHandle vid, GEOMTYPE &geomtype, std::vector< double > &coords, int &degree_out, std::vector< double > &coeffs, bool &interp)moab::HiReconstruction
get_normals_surf(const Range &vertsh, double *nrms)moab::HiReconstructionprotected
get_tangents_curve(const Range &vertsh, double *tangs)moab::HiReconstructionprotected
hiproj_walf_around_vertex(EntityHandle vid, const int npts2fit, const double *coords2fit, double *hiproj_new)moab::HiReconstruction
hiproj_walf_in_element(EntityHandle elem, const int nvpe, const int npts2fit, const double *naturalcoords2fit, double *newcoords)moab::HiReconstruction
HiReconstruction(Core *impl, ParallelComm *comm=0, EntityHandle meshIn=0, int minpnts=5, bool recwhole=true)moab::HiReconstruction
HiReconstruction(const HiReconstruction &source)moab::HiReconstructionprotected
initialize(bool recwhole)moab::HiReconstruction
initialize_3Dcurve_geom(const int degree)moab::HiReconstructionprotected
initialize_3Dcurve_geom(const size_t npts, const int *degrees)moab::HiReconstructionprotected
initialize_surf_geom(const int degree)moab::HiReconstructionprotected
initialize_surf_geom(const size_t npts, const int *degrees)moab::HiReconstructionprotected
mbImplmoab::HiReconstructionprotected
obtain_nring_ngbvs(const EntityHandle vid, int ring, const int minpnts, Range &ngbvs)moab::HiReconstructionprotected
operator=(const HiReconstruction &right)moab::HiReconstructionprotected
pcommmoab::HiReconstructionprotected
polyfit3d_curve_get_coeff(const int nverts, const double *ngbcors, const double *ngbtangs, int degree, const bool interp, const bool safeguard, const int ncoords, double *coords, const int ncoeffs, double *coeffs, int *degree_out)moab::HiReconstructionprotected
polyfit3d_surf_get_coeff(const int nverts, const double *ngbcors, const double *ngbnrms, int degree, const bool interp, const bool safeguard, const int ncoords, double *coords, const int ncoeffs, double *coeffs, int *degree_out, int *degree_pnt, int *degree_qr)moab::HiReconstructionprotected
polyfit3d_walf_curve_vertex(const EntityHandle vid, const bool interp, int degree, int minpnts, const bool safeguard, const int ncoords, double *coords, int *degree_out, const int ncoeffs, double *coeffs)moab::HiReconstruction
polyfit3d_walf_surf_vertex(const EntityHandle vid, const bool interp, int degree, int minpnts, const bool safeguard, const int ncoords, double *coords, int *degree_out, const int ncoeffs, double *coeffs)moab::HiReconstruction
reconstruct3D_curve_geom(int degree, bool interp, bool safeguard, bool reset=false)moab::HiReconstruction
reconstruct3D_curve_geom(size_t npts, int *degrees, bool *interps, bool safeguard, bool reset=false)moab::HiReconstruction
reconstruct3D_surf_geom(int degree, bool interp, bool safeguard, bool reset=false)moab::HiReconstruction
reconstruct3D_surf_geom(size_t npts, int *degrees, bool *interps, bool safeguard, bool reset=false)moab::HiReconstruction
vertex_get_incident_elements(const EntityHandle &vid, const int elemdim, std::vector< EntityHandle > &adjents)moab::HiReconstructionprotected
walf3d_curve_vertex_eval(const double *local_origin, const double *local_coords, const int local_deg, const double *local_coeffs, const bool interp, const int npts2fit, const double *coords2fit, double *hiproj_new)moab::HiReconstruction
walf3d_surf_vertex_eval(const double *local_origin, const double *local_coords, const int local_deg, const double *local_coeffs, const bool interp, const int npts2fit, const double *coords2fit, double *hiproj_new)moab::HiReconstruction
~HiReconstruction()moab::HiReconstruction