Project Geode-Numerics
namespace geode
Namespaces
Records
- ComputationGrid
- CutGridFDMCurvatureMinimization
- CutGridScalarFunction
- CutGrid
- DataConstraintsManager
- DataPointsManager
- FDMCurvatureMinimization
- FieldLines
- FrameFieldParameterization
- FrameFieldSmoother
- FrameField
- FrameTransform
- LinearSolver
- MeshElement
- NumericsCoreLibrary
- NumericsFrameFieldLibrary
- NumericsScalarFunctionLibrary
- NumericsSurfaceLibrary
- uuid
Functions
convert_surface3d_into_2d
cpp
unique_ptr convert_surface3d_into_2d(const TriangulatedSurface3D & mesh, basic_string_view attribute_name)
unique_ptr convert_surface3d_into_2d(const TriangulatedSurface3D & mesh, basic_string_view attribute_name)
Compute a 2D mesh from a 3D mesh and its parametric coordinates
mesh [in] Input triangulated mesh
attribute_name [in] The VariableAttribute< Point2D > name which holds the parametric values. Values are stored on the vertices.
compute_LSCM_parameterization
cpp
void compute_LSCM_parameterization(const TriangulatedSurface3D & mesh, basic_string_view attribute_name)
void compute_LSCM_parameterization(const TriangulatedSurface3D & mesh, basic_string_view attribute_name)
Compute Least Squares Conformal Maps
mesh [in] Input triangulated mesh
attribute_name [in] The VariableAttribute< Point2D > name which holds the parametric values. Values are stored on the vertices.