Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/v0.1.0/v0.9.0/cpp
DOLFINx  0.1.0
DOLFINx C++ interface
utils.h
1 // Copyright (C) 2020 Garth N. Wells
2 //
3 // This file is part of DOLFINx (https://www.fenicsproject.org)
4 //
5 // SPDX-License-Identifier: LGPL-3.0-or-later
6 
7 #pragma once
8 
9 #include <string>
10 
12 namespace dolfinx::io
13 {
14 
18 std::string get_filename(const std::string& fullname);
19 
20 } // namespace dolfinx::io
dolfinx::io
Support for file IO.
Definition: cells.h:21
dolfinx::io::get_filename
std::string get_filename(const std::string &fullname)
Get filename from a fully qualified path and filename.
Definition: utils.cpp:13