Loading [MathJax]/extensions/tex2jax.js

DUNE-FEM (2.10)

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 & Uni Heidelberg  |  generated with Hugo v0.111.3 (Apr 7, 22:57, 2025)