Namespaces | |
internal | |
Classes | |
struct | Convert< T, typename std::enable_if< std::is_enum< T >::value >::type > |
Helper class to convert enum types to strings and viceversa. More... | |
struct | Convert< types::manifold_id > |
Instruct deal.II on how to convert a manifold_id to a string. More... | |
struct | Convert< ReferenceCell > |
Instruct deal.II on how to convert a ReferenceCell to a string. More... | |
struct | Convert< Differentiation::SD::Expression > |
Helper class to parse symbolic expressions. More... | |
struct | Convert< std::unique_ptr< Functions::SymbolicFunction< dim > > > |
Instruct deal.II on how to convert a SymbolicFunctions to a string. More... | |