_center | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
_hasComputedMapping | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
_inputIDs | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
_log | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
_normalizedWeights | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
_outputIDs | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
_polynomial | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
_radius | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
_rbfSolver | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
_weightingFunction | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
clear() | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
computeWeight(const mesh::Vertex &v) const | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
empty() const | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
getCenterCoords() const | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
getNumberOfInputVertices() const | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
mapConservative(const time::Sample &inData, Eigen::VectorXd &outData) const | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
mapConsistent(const time::Sample &inData, Eigen::VectorXd &outData) const | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
setNormalizedWeight(double normalizedWeight, VertexID vertexID) | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
SphericalVertexCluster(mesh::Vertex center, double radius, RADIAL_BASIS_FUNCTION_T function, Polynomial polynomial, mesh::PtrMesh inputMesh, mesh::PtrMesh outputMesh) | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |