NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Public Attributes | List of all members
NeoN::detail::CellData Struct Reference

Cell geometric data for a uniform mesh. More...

#include <uniformMeshDataGenerator.hpp>

Public Attributes

std::vector< scalarvolumes
 
std::vector< Vec3centers
 

Detailed Description

Cell geometric data for a uniform mesh.

Contains precomputed cell volumes and cell-center coordinates for a structured Cartesian mesh.

Definition at line 49 of file uniformMeshDataGenerator.hpp.

Member Data Documentation

◆ centers

std::vector<Vec3> NeoN::detail::CellData::centers

Definition at line 52 of file uniformMeshDataGenerator.hpp.

◆ volumes

std::vector<scalar> NeoN::detail::CellData::volumes

Definition at line 51 of file uniformMeshDataGenerator.hpp.


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