DUNE-FEM (unstable)

io.hh
1#ifndef DUNE_FEM_IO_HH
2#define DUNE_FEM_IO_HH
3
4#include <iostream>
5
6namespace Dune
7{
8
9 namespace Fem
10 {
11
18 bool createDirectory ( const std::string &name );
19
26 bool fileExists ( const std::string &name );
27
34 bool directoryExists ( const std::string &name );
35
45 std::string executeCommand ( const std::string &command );
46
47 } // namespace Fem
48
49} // namespace Dune
50
51#endif // #ifndef DUNE_FEM_IO_HH
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 27, 22:29, 2024)