IgANet
IGAnets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
common.hpp
Go to the documentation of this file.
1
15
#pragma once
16
17
#include <
iganet.h
>
18
19
namespace
iganet
{
20
std::filesystem::path
getDataPath
(std::string name=
""
)
21
{
22
auto
exePath =
getExecutablePath
();
23
return
std::filesystem::canonical(exePath /
"../share/iganet/examples/filedata/"
/ name);
24
}
25
}
// namespace iganet
iganet.h
Isogeometric analysis network main header file.
iganet
Definition
core.hpp:72
iganet::getDataPath
std::filesystem::path getDataPath(std::string name="")
Definition
common.hpp:20
iganet::getExecutablePath
std::filesystem::path getExecutablePath()
Returns the path of the executable.
Definition
sysinfo.hpp:681
optional
examples
src
common.hpp
Generated on Thu Jan 8 2026 19:25:17 for IgANet by
1.9.8