dune-fem 2.8.0
|
#include <config.h>
#include <fstream>
#include <iostream>
#include <cstdio>
#include <sys/stat.h>
#include <dirent.h>
#include <dune/fem/io/io.hh>
#include <dune/common/exceptions.hh>
Namespaces | |
namespace | Dune |
namespace | Dune::Fem |
Functions | |
bool | Dune::Fem::createDirectory (const std::string &name) |
create a directory | |
bool | Dune::Fem::fileExists (const std::string &name) |
check whether a file exists | |
bool | Dune::Fem::directoryExists (const std::string &name) |
check whether a directory exists | |
std::string | Dune::Fem::executeCommand (const std::string &command) |
executes a command and return the output | |