DUNE PDELab (git)

hostname.hh
1// -*- tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=8 sw=2 sts=2:
3
4#ifndef DUNE_PDELAB_COMMON_HOSTNAME_HH
5#define DUNE_PDELAB_COMMON_HOSTNAME_HH
6
7#include <string>
8
9namespace Dune {
10 namespace PDELab {
11
13
17 std::string getHostName();
18
19 } // namespace PDELab
20} // namespace Dune
21
22#endif // DUNE_PDELAB_COMMON_HOSTNAME_HH
Dune namespace.
Definition: alignedallocator.hh:13
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)