#include <kernel3d_mpi.hpp>
Definition at line 81 of file kernel3d_mpi.hpp.
Public Member Functions | |
| Kernel3d_MPI () | |
| Kernel3d_MPI (int kernelType, const vector< double > &coefs) | |
| Kernel3d_MPI (const Kernel3d_MPI &c) | |
| Kernel3d_MPI & | operator= (const Kernel3d_MPI &c) |
| int & | kernelType () |
| const int & | kernelType () const |
| vector< double > & | coefs () |
| const vector< double > & | coefs () const |
| int | dim () |
| int | srcDOF () const |
| int | trgDOF () const |
| bool | homogeneous () const |
| void | homogeneousDeg (vector< double > &) const |
| int | buildKnlIntCtx (const DblNumMat &srcPos, const DblNumMat &srcNor, const DblNumMat &trgPos, DblNumMat &inter) |
Protected Attributes | |
| int | _kernelType |
| vector< double > | _coefs |
Static Protected Attributes | |
| static double | _mindif = 1e-8 |
1.4.5