WRApplication
External kratos "application" for multiscale time integration.
Todo List
Member FileContentIterator::value_type
Change this to the Range class if #10114 ever gets merged (@matekelemen).
Member JournalBase::Erase (const_iterator itEntry)
Make this function thread safe.
Member JournalBase::Erase (const_iterator Begin, const_iterator End)
Make this function thread safe.
Member Kratos::Pipes::IsPipe
@matekelemen
page Main Page
Member ModelPartPattern::Apply (const ModelPart &rModelPart) const
Add support for string formatting. Options are:
  • snprintf from the C STL (security issues due to allowing the user to freely specify the format)
  • fmt::format (requires fmtlib)
  • std::format (==fmtlib adopted in the standard, requires C++20)
  • boost::format (requires boost)