DOLFIN-X
DOLFIN-X C++ interface
dolfinx
io
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:17
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
Generated by
1.9.1