BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_embed_python_guide.hpp
Go to the documentation of this file.
1/*
2 * BELFEM -- The Berkeley Lab Finite Element Framework
3 * Copyright (c) 2026, The Regents of the University of California,
4 * through Lawrence Berkeley National Laboratory (subject to receipt of any required
5 * approvals from the U.S. Dept. of Energy). All rights reserved.
6 *
7 * Developers: Christian Messe, Gregory Giard
8 *
9 * See the top-level LICENSE file for the complete license and disclaimer.
10 */
11
12#ifndef BELFEM_FN_EMBED_PYTHON_GUIDE_HPP
13#define BELFEM_FN_EMBED_PYTHON_GUIDE_HPP
14
15#include "typedefs.hpp"
16
17namespace belfem
18{
19 class HDF5 ;
20
21 namespace material
22 {
23//------------------------------------------------------------------------------
24
44 bool
45 embed_python_guide( HDF5 & aFile );
46
47//------------------------------------------------------------------------------
48 }
49}
50#endif //BELFEM_FN_EMBED_PYTHON_GUIDE_HPP
Hierarchical data format I/O.
Definition cl_HDF5.hpp:39
Definition cl_BhCurve.cpp:19
bool embed_python_guide(HDF5 &aFile)
Copy the python database reader into a generated table.
Definition fn_embed_python_guide.cpp:35
USER GUIDES:
Definition cl_Capacitor.cpp:16