BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
filetools.cpp File Reference
#include <filesystem>
#include "cl_Communicator.hpp"
#include "globals.hpp"
#include "filetools.hpp"
Include dependency graph for filetools.cpp:

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

Variable Documentation

◆ gComm

belfem::Communicator gComm
extern