IndicatorAndWeight Struct Reference
|
Developer Documentation
|
MeltPoolDG::AMR::BinaryOpIndicatorComposite< dim, number, BinaryOp >::IndicatorAndWeight Struct Reference
Public Attributes | |
| std::unique_ptr< AMRIndicatorBase< dim, number > > | indicator |
| Refinement indicator. | |
| number | weight |
| Scaling weight. | |
Member Data Documentation
◆ indicator
template<int dim, typename number , template< typename > class BinaryOp = std::plus>
| std::unique_ptr<AMRIndicatorBase<dim, number> > MeltPoolDG::AMR::BinaryOpIndicatorComposite< dim, number, BinaryOp >::IndicatorAndWeight::indicator |
Refinement indicator.
◆ weight
template<int dim, typename number , template< typename > class BinaryOp = std::plus>
| number MeltPoolDG::AMR::BinaryOpIndicatorComposite< dim, number, BinaryOp >::IndicatorAndWeight::weight |
Scaling weight.
The documentation for this struct was generated from the following file:
- include/meltpooldg/utilities/amr_indicators.hpp
Generated by