|
dune-fem
2.8-git
|
#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 | |
| Dune | |
| Dune::Fem | |
Functions | |
| bool | Dune::Fem::createDirectory (const std::string &name) |
| create a directory More... | |
| bool | Dune::Fem::fileExists (const std::string &name) |
| check whether a file exists More... | |
| bool | Dune::Fem::directoryExists (const std::string &name) |
| check whether a directory exists More... | |
| std::string | Dune::Fem::executeCommand (const std::string &command) |
| executes a command and return the output More... | |