meshconv::ctr namespace

Mesh converter control facilitating user input to internal data transfer.

Contents

Classes

class CmdLine
CmdLine is a TaggedTuple specialized to MeshConv.

Typedefs

using CmdLineMembers = brigand::list<tag::io, ios, tag::verbose, bool, tag::chare, bool, tag::reorder, bool, tag::help, bool, tag::quiescence, bool, tag::trace, bool, tag::version, bool, tag::license, bool, tag::cmdinfo, tk::ctr::HelpFactory, tag::ctrinfo, tk::ctr::HelpFactory, tag::helpkw, tk::ctr::HelpKw, tag::error, std::vector<std::string>>
Member data for tagged tuple.
using ios = tk::TaggedTuple<brigand::list<tag::nrestart, int, tag::input, std::string, tag::output, std::string, tag::screen, kw::screen::info::expect::type>>
IO parameters storage.
using Location = pegtl::position
PEGTL location/position type to use throughout all of MeshConv's parsers.