116 lines
5.9 KiB
JavaScript
116 lines
5.9 KiB
JavaScript
/*
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
|
substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
|
*/
|
|
var NAVTREE =
|
|
[
|
|
[ "GridFire", "index.html", [
|
|
[ "GridFire Python Usage Guide", "md_docs_2static_2usage.html", [
|
|
[ "Funding", "index.html#autotoc_md1", null ],
|
|
[ "Build and Installation Instructions", "index.html#autotoc_md2", [
|
|
[ "Prerequisites", "index.html#autotoc_md3", null ],
|
|
[ "Dependency Installation on Common Platforms", "index.html#autotoc_md4", null ],
|
|
[ "Building the C++ Library", "index.html#autotoc_md5", null ],
|
|
[ "Installing the Library", "index.html#autotoc_md6", null ],
|
|
[ "Python Bindings and Installation", "index.html#autotoc_md7", null ],
|
|
[ "Developer Workflow", "index.html#autotoc_md8", null ]
|
|
] ],
|
|
[ "Code Architecture and Logical Flow", "index.html#autotoc_md9", [
|
|
[ "GraphEngine Configuration Options", "index.html#autotoc_md10", null ],
|
|
[ "Available Partition Functions", "index.html#autotoc_md11", null ]
|
|
] ],
|
|
[ "Engine Views", "index.html#autotoc_md12", null ],
|
|
[ "Numerical Solver Strategies", "index.html#autotoc_md13", [
|
|
[ "DirectNetworkSolver (Implicit Rosenbrock Method)", "index.html#autotoc_md14", null ],
|
|
[ "Algorithmic Workflow in DirectNetworkSolver", "index.html#autotoc_md15", null ],
|
|
[ "Future Solver Implementations", "index.html#autotoc_md16", null ]
|
|
] ],
|
|
[ "Usage Examples", "index.html#autotoc_md17", [
|
|
[ "C++ Example: GraphEngine Initialization", "index.html#autotoc_md18", null ],
|
|
[ "C++ Example: Adaptive Network View", "index.html#autotoc_md19", null ],
|
|
[ "Python Example", "index.html#autotoc_md20", null ]
|
|
] ],
|
|
[ "Common Workflow Example", "index.html#autotoc_md21", null ],
|
|
[ "Related Projects", "index.html#autotoc_md22", null ],
|
|
[ "Installation", "md_docs_2static_2usage.html#autotoc_md25", [
|
|
[ "1.1 PyPI Release", "md_docs_2static_2usage.html#autotoc_md26", null ],
|
|
[ "1.2 Development from Source", "md_docs_2static_2usage.html#autotoc_md27", null ]
|
|
] ],
|
|
[ "Why These Engines and Views?", "md_docs_2static_2usage.html#autotoc_md29", null ],
|
|
[ "Step-by-Step Example", "md_docs_2static_2usage.html#autotoc_md31", null ],
|
|
[ "Visualizing Reaction Networks", "md_docs_2static_2usage.html#autotoc_md33", null ],
|
|
[ "Beyond the Basics", "md_docs_2static_2usage.html#autotoc_md35", null ]
|
|
] ],
|
|
[ "Namespaces", "namespaces.html", [
|
|
[ "Namespace List", "namespaces.html", "namespaces_dup" ],
|
|
[ "Namespace Members", "namespacemembers.html", [
|
|
[ "All", "namespacemembers.html", null ],
|
|
[ "Functions", "namespacemembers_func.html", null ],
|
|
[ "Variables", "namespacemembers_vars.html", null ],
|
|
[ "Typedefs", "namespacemembers_type.html", null ],
|
|
[ "Enumerations", "namespacemembers_enum.html", null ],
|
|
[ "Enumerator", "namespacemembers_eval.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Concepts", "concepts.html", "concepts" ],
|
|
[ "Classes", "annotated.html", [
|
|
[ "Class List", "annotated.html", "annotated_dup" ],
|
|
[ "Class Index", "classes.html", null ],
|
|
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
|
|
[ "Class Members", "functions.html", [
|
|
[ "All", "functions.html", "functions_dup" ],
|
|
[ "Functions", "functions_func.html", "functions_func" ],
|
|
[ "Variables", "functions_vars.html", "functions_vars" ],
|
|
[ "Typedefs", "functions_type.html", null ],
|
|
[ "Enumerations", "functions_enum.html", null ],
|
|
[ "Enumerator", "functions_eval.html", null ],
|
|
[ "Related Symbols", "functions_rela.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Files", "files.html", [
|
|
[ "File List", "files.html", "files_dup" ],
|
|
[ "File Members", "globals.html", [
|
|
[ "All", "globals.html", null ],
|
|
[ "Functions", "globals_func.html", null ],
|
|
[ "Variables", "globals_vars.html", null ],
|
|
[ "Typedefs", "globals_type.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Examples", "examples.html", "examples" ]
|
|
] ]
|
|
];
|
|
|
|
var NAVTREEINDEX =
|
|
[
|
|
"_2_users_2tboudreaux_2_programming_24_d_s_t_a_r_2_grid_fire_2src_2include_2gridfire_2engine_2engine_approx8_8h-example.html",
|
|
"classgridfire_1_1_dynamic_engine.html#afa108dd5227dbb1045e90d7b3bd8b84f",
|
|
"classgridfire_1_1_multiscale_partitioning_engine_view.html#a79eb9c108d694a27ec913ed0143aa044",
|
|
"classgridfire_1_1io_1_1_m_e_s_a_network_file_parser.html#ab9c683289d48e58edf06bf59215b4937",
|
|
"classgridfire_1_1reaction_1_1_templated_reaction_set.html#a5962968fe478c79250e9d88d80a87600",
|
|
"functions_m.html",
|
|
"py__partition_8cpp.html",
|
|
"structgridfire_1_1_q_s_e_cache_key.html#a711acccecadd93495fd08c81838be2d8"
|
|
];
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronization';
|
|
var SYNCOFFMSG = 'click to enable panel synchronization'; |