|
Cardinal
|
#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) | |
A user-specified scalar field by which the [Mesh] elements are binned
| std::vector<Real> BinnedField::bounds |
Bounds of the bins (size n_bins + 1)
| Real BinnedField::max |
Upper bound of the bins.
| Real BinnedField::min |
Lower bound of the bins.
| unsigned int BinnedField::n_bins |
Number of bins.
| std::string BinnedField::name |
Name of the auxiliary variable.
| unsigned int BinnedField::var_num |
Auxiliary variable number in the auxiliary system.
| Real BinnedField::width |
Bin width.