Medusa  1.1
Coordinate Free Mehless Method implementation
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NmmRoot namespace for the whole library
 Ndiscretization_helpersNamespace containing helpers for discretizing various geometric objects
 NintegratorsNamespace containing most known methods for integrating ODEs
 Nkdtree_internalImplementation details of KDTree, contains intermediate storage class
 Nnurbs_patch_internalImplementation details of NURBSPatch, contains structures for partial class specialization
 Nnurbs_shape_internalImplementation details of NURBSShape, contains structures for partial class specialization
 NshNamespace holding masks for shapes
 CAdamsBashforthClass representing an AdamsBashforth method, an explicit linear multistep method
 CBallShapeClass for working with ball shaped domains
 CBasicRelaxRedistributes nodes towards more uniform distribution by minimizing potential between nodes
 CBoxShapeClass for working with box shaped domains
 CCSVImplements support for basic CSV I/O
 Cdeep_copy_unique_ptrUnique pointer with polymorphic deep copy semantics
 CDer1Represents a first derivative wrt. var
 CDer1sRepresents a family of all first derivatives
 CDer2Represents a second derivative wrt. var1 and var2
 CDer2sRepresents a family of all second derivatives
 CDerivativeRepresents a general derivative \(\frac{\partial^{|\alpha|}}{\partial x^\alpha}\)
 CDomainDiscretizationClass representing domain discretization along with an associated shape
 CDomainShapeBase class for geometric shapes of domains
 CExplicitOperatorsA class for evaluating typical operators needed in spatial discretization
 CExplicitVectorOperatorsA class for evaluating typical operators needed in spatial discretization
 CFindBalancedSupportClass representing the engine for finding directionally balanced supports
 CFindClosestClass representing the engine for finding supports consisting of closest nodes
 CGaussianGaussian Radial Basis Function
 CGeneralFillImplements general n-d node placing algorithm, as described in https://arxiv.org/abs/1812.03160 If you specifically use this algorithm, we would appreciate if you cite the above publication
 CGeneralSurfaceFillImplements general n-d node placing algorithm for parametrically given d-d surfaces, as described in https://arxiv.org/abs/2005.08767
 CGrainDropFillImplements general n-d node placing algorithm, as described in https://arxiv.org/abs/1906.00636 This node generation algorithm simulates dropping grains with variable radius in a box
 CGridClass representing a simple n-dimensional grid structure, which supports indexing and storing values
 CGridFillDiscretizes the domain using n-dimensional grid with given endpoints and spacing h
 CHalfLinksRefineRefine a region of nodes region by connecting every node in region to its support domain and generating new nodes at half distances
 CHDFSimplified HDF5 I/O utilities
 CImplicitOperatorsThis class represents implicit operators that fill given matrix M and right hand side rhs with appropriate coefficients approximating differential operators with shape functions from given shape storage ss
 CImplicitVectorOperatorsThis class represents implicit vector operators that fill given matrix M and right hand side rhs with appropriate coefficients approximating differential operators with shape functions from given shape storage ss
 CInverseMultiquadricInverse Multiquadric Radial Basis Function
 CJacobiSVDWrapperExtends Eigen's JacobiSVD to compute thin U and thin V by default
 CKDGridSearch structure over given d-dimensional box with given cell size
 CKDTreeClass representing a static k-d tree data structure
 CKDTreeMutableA k-d tree data structure that supports dynamic insertions and lazy-removal
 CLapRepresents the Laplacian operator
 CMonomialsA class representing Monomial basis
 CMultiquadricMultiquadric Radial Basis Function
 CNoScaleScale function that indicates no scaling is performed
 CNoWeightClass representing no weight function, i.e. a constant 1
 CNURBSPatchClass representing a single NURBS patch in an arbitrary dimensional space, defined on an arbitrary dimensional domain and generated by a tensor product of NURBS curves
 CNURBSShapeClass representing a shape made out of NURBS patches in an arbitrary dimensional space
 COperatorBase class for a differential operator
 CPiValue of Pi in type T. Usage:
 CPolygonShapeShape representing a simple (i.e. non self intersecting) nonempty polygon in 2D, which is given as a sequence of points
 CPolyharmonicPolyharmonic Radial Basis Function of odd order
 CPolyhedronShapeA polyhedron represented by a closed triangular mesh
 CPolytopeShapeShape representing a simple nonempty polytope (i.e., non-self intersecting polygon in 2D and polyhedron in 3D.)
 CPUApproximantAn efficient partition-of-unity based approximation method for gluing the local approximations together into a smooth field
 CRaggedShapeStorageEfficiently stores shape functions of different lengths
 CRangeAn extension of std::vector<T> to support additional useful operations
 CRBFBasisRepresents a basis of Radial Basis Functions over a local neighbourhood
 CRBFFDComputes a RBF-FD approximation of given operator over local neighbourhood
 CRBFInterpolantClass representing a RBF Interpolant over a set of nodes of the form
 CRBFWeightRepresents a weight function constructed from a Radial Basis function
 CRKExplicitClass representing an explicit Runge-Kutta method
 CRotatedShapeClass for working with rotated (or mirrored) domain shapes
 Cscalar_typeType trait for scalar fields to obtain their underlying scalar type
 Cscalar_type< Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >The scalar_type trait definition for Eigen Matrix
 Cscalar_type< Range< T > >The scalar_type trait definition for Range
 Cscalar_type< ScalarField< T > >The scalar_type trait definition for ScalarField
 Cscalar_type< std::vector< T > >The scalar_type trait definition for std::vector
 CScalarFieldRepresents a discretization of a scalar field, a finite collection of scalars
 CScaleToClosestScale function that scales to the closest neighbor
 CScaleToFarthestScale function that scales to the farthest neighbor
 CShapeDifferenceA class representing a set-difference of two shapes
 CShapeStorageShape storage base class
 CShapeUnionClass representing a union of two shapes
 CSheppardInterpolantScattered interpolant using a slightly modified Sheppard's interpolation (inverse distance weighting)
 CSTLSupport for reading stereolithography files: https://en.wikipedia.org/wiki/STL_(file_format)
 CSTLShapeClass representing an object given by the STL file
 CStopwatchA simple stopwatch class: time sections of code that execute repeatedly and get average execution time
 CTimerSimple timer class: add checkpoints throughout the code and measure execution time between them
 CTranslatedShapeClass for working with translated domain shapes
 Ctuple_has_typeFind type T in Tuple – declaration
 Ctuple_has_type< T, std::tuple< T, Ts... > >Find type T in Tuple – success
 Ctuple_has_type< T, std::tuple< U, Ts... > >Find type T in Tuple – unsuccessful, continue searching
 Ctuple_has_type< T, std::tuple<> >Find type T in Tuple – failed case
 Ctuple_indexReturns the first index of type T in Tuple
 Ctuple_index< T, std::tuple< T, Types... > >Succesful match
 Ctuple_index< T, std::tuple< U, Types... > >Unsuccessful match and recursive search
 CUniformShapeStorageEfficiently stores shape functions of uniform length
 CUnknownShapeThis class represents an unknown domain shape
 Cvector_typeType trait for vector fields to obtain their underlying vector type
 Cvector_type< Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > >The vector_type trait definition for Eigen Matrix
 Cvector_type< Range< T > >The vector_type trait definition for Range
 Cvector_type< std::vector< T > >The vector_type trait definition for std::vector
 Cvector_type< VectorField< Scalar, dim > >The vector_type trait definition for VectorField
 CVectorFieldRepresents a discretization of a vector field, a finite collection of vectors
 CWLSA class for generating approximations using Weighted Least Squares over local neighborhoods
 CWLSApproximantClass representing the function that is a WLS approximant using some basis function over some points
 CXMLClass for reading and storing values to XML files