Loading [MathJax]/extensions/tex2jax.js
Note: this is documentation for an old release. View the latest documentation at
docs.fenicsproject.org/v0.3.0/v0.9.0/cpp
DOLFINx
0.3.0
DOLFINx C++ interface
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
Functions
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
Typedefs
Enumerations
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Pages
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:22
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