|
SpECTRE
2021.08.02
|
Suggests specified step sizes in each block. More...
#include <ByBlock.hpp>
Classes | |
| struct | Sizes |
Public Types | |
| using | options = tmpl::list< Sizes > |
| using | argument_tags = tmpl::list< domain::Tags::Element< Dim > > |
| using | return_tags = tmpl::list<> |
Public Member Functions | |
| ByBlock (std::vector< double > sizes) noexcept | |
| template<typename Metavariables > | |
| std::pair< double, bool > | operator() (const Element< Dim > &element, const double, const Parallel::GlobalCache< Metavariables > &) const noexcept |
| void | pup (PUP::er &p) noexcept override |
Static Public Attributes | |
| static constexpr Options::String | help |
Suggests specified step sizes in each block.
|
staticconstexpr |