|
dune-fem
2.8-git
|
#include <iostream>Go to the source code of this file.
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... | |