#include <SurfaceVelocityVertexDataSource.h>
Public Types | |
typedef VertexDataSource< MeshType, Type > | Base |
typedef Base::Vertices | Vertices |
typedef Type | ComponentType |
Public Types inherited from walberla::mesa_pd::VertexDataSource< MeshType, real_t > | |
typedef mesh::DistributedVTKMeshWriter< MeshType >::Vertices | Vertices |
Public Member Functions | |
SurfaceVelocityVertexDataSource (const std::string &name, const Accessor &ac) | |
virtual uint_t | numComponents () |
virtual void | getData (const MeshType &mesh, const Vertices &vertices, std::vector< Type > &data, const ParticleIdxVertexPropertyManager< MeshType > &vertexToParticleIdxManager, shared_ptr< walberla::mesa_pd::data::ParticleStorage >) |
Public Member Functions inherited from walberla::mesa_pd::VertexDataSource< MeshType, real_t > | |
VertexDataSource (const std::string &name) | |
const std::string & | name () |
virtual void | getData (const MeshType &, const Vertices &vertices, std::vector< real_t > &data, const ParticleIdxVertexPropertyManager< MeshType > &vertexToParticleIdxManager, shared_ptr< walberla::mesa_pd::data::ParticleStorage > ps)=0 |
virtual | ~VertexDataSource () |
Private Attributes | |
const Accessor & | ac_ |
Additional Inherited Members | |
Protected Attributes inherited from walberla::mesa_pd::VertexDataSource< MeshType, real_t > | |
std::string | name_ |
typedef VertexDataSource<MeshType, Type> walberla::mesa_pd::SurfaceVelocityVertexDataSource< MeshType, Accessor, Type >::Base |
typedef Type walberla::mesa_pd::SurfaceVelocityVertexDataSource< MeshType, Accessor, Type >::ComponentType |
typedef Base::Vertices walberla::mesa_pd::SurfaceVelocityVertexDataSource< MeshType, Accessor, Type >::Vertices |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
private |