|
void | Manta::knCopyA (std::vector< Real > &sizeRef, std::vector< Real > &A0, int stencilSize0, bool is3D, const Grid< Real > *pA0, const Grid< Real > *pAi, const Grid< Real > *pAj, const Grid< Real > *pAk) |
|
void | Manta::knActivateVertices (std::vector< GridMg::VertexType > &type_0, std::vector< Real > &A0, bool &nonZeroStencilSumFound, bool &trivialEquationsFound, const GridMg &mg) |
|
void | Manta::knSetRhs (std::vector< Real > &b, const Grid< Real > &rhs, const GridMg &mg) |
|
void | Manta::knSet (std::vector< T > &data, T value) |
|
void | Manta::knCopyToVector (std::vector< T > &dst, const Grid< T > &src) |
|
void | Manta::knCopyToGrid (const std::vector< T > &src, Grid< T > &dst) |
|
void | Manta::knAddAssign (std::vector< T > &dst, const std::vector< T > &src) |
|
void | Manta::knActivateCoarseVertices (std::vector< GridMg::VertexType > &type, int unused) |
|
void | Manta::knGenCoarseGridOperator (std::vector< Real > &sizeRef, std::vector< Real > &A, int l, const GridMg &mg) |
|
void | Manta::knSmoothColor (ThreadSize &numBlocks, std::vector< Real > &x, const Vec3i &blockSize, const std::vector< Vec3i > &colorOffs, int l, const GridMg &mg) |
|
void | Manta::knCalcResidual (std::vector< Real > &r, int l, const GridMg &mg) |
|
Real | Manta::knResidualNormSumSqr (const vector< Real > &r, int l, const GridMg &mg) |
|
void | Manta::knRestrict (std::vector< Real > &dst, const std::vector< Real > &src, int l_dst, const GridMg &mg) |
|
void | Manta::knInterpolate (std::vector< Real > &dst, const std::vector< Real > &src, int l_dst, const GridMg &mg) |
|