#include <filesystem>#include "cl_Communicator.hpp"#include "globals.hpp"#include "filetools.hpp"Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| bool | belfem::file_exists (const std::string &aPath) |
| this function tests if a file exists | |
| std::string | belfem::search_data_file (const std::string &aFile, const std::string &aSubDirectory) |
| Resolve a data file named in an input file, looking below aSubDirectory of the shared data directory. | |
| std::string | belfem::make_path_parallel (const std::string &aPath) |
| this function takes a path and makes it parallel | |
Variables | |
| belfem::Communicator | gComm |
|
extern |