waLBerla 7.2
Loading...
Searching...
No Matches
walberla::mesh::NormalsFaceDataSource< MeshType, OutputType > Class Template Reference

#include <CommonDataSources.h>

+ Inheritance diagram for walberla::mesh::NormalsFaceDataSource< MeshType, OutputType >:

Public Types

using Faces = typename VTKMeshWriter<MeshType>::Faces
 
using value_type = typename VTKMeshWriter<MeshType>::template FaceDataSource<OutputType>::value_type
 

Public Member Functions

 NormalsFaceDataSource (const std::string &_name="Normals")
 
uint_t numComponents () override
 
void getData (const MeshType &mesh, const Faces &faces, std::vector< value_type > &data) override
 

Member Typedef Documentation

◆ Faces

template<typename MeshType , typename OutputType = typename MeshType::Normal::value_type>
using walberla::mesh::NormalsFaceDataSource< MeshType, OutputType >::Faces = typename VTKMeshWriter<MeshType>::Faces

◆ value_type

template<typename MeshType , typename OutputType = typename MeshType::Normal::value_type>
using walberla::mesh::NormalsFaceDataSource< MeshType, OutputType >::value_type = typename VTKMeshWriter<MeshType>::template FaceDataSource<OutputType>::value_type

Constructor & Destructor Documentation

◆ NormalsFaceDataSource()

template<typename MeshType , typename OutputType = typename MeshType::Normal::value_type>
walberla::mesh::NormalsFaceDataSource< MeshType, OutputType >::NormalsFaceDataSource ( const std::string & _name = "Normals")
inline

Member Function Documentation

◆ getData()

template<typename MeshType , typename OutputType = typename MeshType::Normal::value_type>
void walberla::mesh::NormalsFaceDataSource< MeshType, OutputType >::getData ( const MeshType & mesh,
const Faces & faces,
std::vector< value_type > & data )
inlineoverride

◆ numComponents()

template<typename MeshType , typename OutputType = typename MeshType::Normal::value_type>
uint_t walberla::mesh::NormalsFaceDataSource< MeshType, OutputType >::numComponents ( )
inlineoverride

The documentation for this class was generated from the following file: