_center | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | private |
_function | 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 > | mutableprivate |
_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 |
addWriteDataToCache(const mesh::Vertex &v, const Eigen::VectorXd &load, Eigen::MatrixXd &epsilon, Eigen::MatrixXd &Au, const mesh::Mesh &inMesh) | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
clear() | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
computeCacheData(const Eigen::Ref< const Eigen::MatrixXd > &globalIn, Eigen::MatrixXd &polyOut, Eigen::MatrixXd &coefficientsOut) const | 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 > | |
evaluateConservativeCache(Eigen::MatrixXd &epsilon, const Eigen::MatrixXd &Au, Eigen::Ref< Eigen::MatrixXd > out) | 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 > | |
initializeCacheData(Eigen::MatrixXd &polynomial, Eigen::MatrixXd &coeffs, const int nComponents) | precice::mapping::SphericalVertexCluster< RADIAL_BASIS_FUNCTION_T > | |
interpolateAt(const mesh::Vertex &v, const Eigen::MatrixXd &poly, const Eigen::MatrixXd &coeffs, const mesh::Mesh &inMesh) 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 > | |