![]() |
KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
#include <algorithm>#include <chrono>#include <set>#include <thread>#include "includes/kratos_filesystem.h"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::filesystem | |
Functions | |
| bool | Kratos::filesystem::exists (const std::string &rPath) |
| bool | Kratos::filesystem::is_regular_file (const std::string &rPath) |
| bool | Kratos::filesystem::is_directory (const std::string &rPath) |
| bool | Kratos::filesystem::create_directory (const std::string &rPath) |
| bool | Kratos::filesystem::create_directories (const std::string &rPath) |
| bool | Kratos::filesystem::remove (const std::string &rPath) |
| std::uintmax_t | Kratos::filesystem::remove_all (const std::string &rPath) |
| void | Kratos::filesystem::rename (const std::string &rPathFrom, const std::string &rPathTo) |
| std::string | Kratos::filesystem::parent_path (const std::string &rPath) |
| std::string | Kratos::filesystem::filename (const std::string &rPath) |