|
IBAMR
IBAMR version 0.19.
|
Namespaces | |
| IBTK | |
Functions | |
| template<typename T > | |
| T | IBTK::string_to_enum (const std::string &) |
| Routine for converting strings to enums. More... | |
| template<typename T > | |
| std::string | IBTK::enum_to_string (T) |
| Routine for converting enums to strings. More... | |
| template<> | |
| MGCycleType | IBTK::string_to_enum< MGCycleType > (const std::string &val) |
| template<> | |
| std::string | IBTK::enum_to_string< MGCycleType > (MGCycleType val) |
| template<> | |
| RegridMode | IBTK::string_to_enum< RegridMode > (const std::string &val) |
| template<> | |
| std::string | IBTK::enum_to_string< RegridMode > (RegridMode val) |
| template<> | |
| VariableContextType | IBTK::string_to_enum< VariableContextType > (const std::string &val) |
| template<> | |
| std::string | IBTK::enum_to_string< VariableContextType > (VariableContextType val) |
| template<> | |
| VCInterpType | IBTK::string_to_enum< VCInterpType > (const std::string &val) |
| template<> | |
| std::string | IBTK::enum_to_string< VCInterpType > (VCInterpType val) |
| template<> | |
| NodeOutsidePatchCheckType | IBTK::string_to_enum< NodeOutsidePatchCheckType > (const std::string &val) |
| template<> | |
| std::string | IBTK::enum_to_string< NodeOutsidePatchCheckType > (NodeOutsidePatchCheckType val) |
| template<> | |
| TimePoint | IBTK::string_to_enum< TimePoint > (const std::string &val) |
| template<> | |
| std::string | IBTK::enum_to_string< TimePoint > (TimePoint val) |
1.8.17