Cardinal
Loading...
Searching...
No Matches
Public Attributes | List of all members
BinnedField Struct Reference

#include <MoabSkinner.h>

Public Attributes

std::string name
 Name of the auxiliary variable.
 
unsigned int var_num
 Auxiliary variable number in the auxiliary system.
 
Real min
 Lower bound of the bins.
 
Real max
 Upper bound of the bins.
 
Real width
 Bin width.
 
unsigned int n_bins
 Number of bins.
 
std::vector< Real > bounds
 Bounds of the bins (size n_bins + 1)
 

Detailed Description

A user-specified scalar field by which the [Mesh] elements are binned

Member Data Documentation

◆ bounds

std::vector<Real> BinnedField::bounds

Bounds of the bins (size n_bins + 1)

◆ max

Real BinnedField::max

Upper bound of the bins.

◆ min

Real BinnedField::min

Lower bound of the bins.

◆ n_bins

unsigned int BinnedField::n_bins

Number of bins.

◆ name

std::string BinnedField::name

Name of the auxiliary variable.

◆ var_num

unsigned int BinnedField::var_num

Auxiliary variable number in the auxiliary system.

◆ width

Real BinnedField::width

Bin width.


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