Files
ConformalLabpp/navtreedata.js

84 lines
4.7 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 =
[
[ "conformallab++", "index.html", [
[ "Quick start", "index.html#autotoc_md2", null ],
[ "Minimal usage", "index.html#autotoc_md4", null ],
[ "Documentation", "index.html#autotoc_md6", null ],
[ "Citing", "index.html#autotoc_md8", null ],
[ "Bugs & questions", "index.html#autotoc_md10", null ],
[ "License", "index.html#autotoc_md12", null ],
[ "CLAUDE.md", "md__c_l_a_u_d_e.html", [
[ "Project purpose and long-term goal", "md__c_l_a_u_d_e.html#autotoc_md14", null ],
[ "Language", "md__c_l_a_u_d_e.html#autotoc_md15", null ],
[ "Build commands", "md__c_l_a_u_d_e.html#autotoc_md16", [
[ "Running a single test", "md__c_l_a_u_d_e.html#autotoc_md17", null ],
[ "Rebuilding the CI Docker image", "md__c_l_a_u_d_e.html#autotoc_md18", null ]
] ],
[ "Architecture", "md__c_l_a_u_d_e.html#autotoc_md19", [
[ "Everything is header-only", "md__c_l_a_u_d_e.html#autotoc_md20", null ],
[ "Central type: <span class=\"tt\">ConformalMesh</span>", "md__c_l_a_u_d_e.html#autotoc_md21", null ],
[ "The five DCE models", "md__c_l_a_u_d_e.html#autotoc_md22", null ],
[ "The full pipeline", "md__c_l_a_u_d_e.html#autotoc_md23", null ],
[ "Newton solver (<span class=\"tt\">newton_solver.hpp</span>)", "md__c_l_a_u_d_e.html#autotoc_md24", null ],
[ "Layout and holonomy (<span class=\"tt\">layout.hpp</span>)", "md__c_l_a_u_d_e.html#autotoc_md25", null ],
[ "Key mathematical reference for each header", "md__c_l_a_u_d_e.html#autotoc_md26", null ],
[ "Java features not yet ported (Phase 9)", "md__c_l_a_u_d_e.html#autotoc_md27", null ]
] ],
[ "Test design patterns", "md__c_l_a_u_d_e.html#autotoc_md28", [
[ "\"Natural theta\" — constructing a known equilibrium at x* = 0", "md__c_l_a_u_d_e.html#autotoc_md29", null ],
[ "Gradient check pattern", "md__c_l_a_u_d_e.html#autotoc_md30", null ],
[ "Halfedge traversal", "md__c_l_a_u_d_e.html#autotoc_md31", null ],
[ "Attaching custom data to the mesh", "md__c_l_a_u_d_e.html#autotoc_md32", null ]
] ],
[ "CI pipeline", "md__c_l_a_u_d_e.html#autotoc_md33", null ],
[ "Release state", "md__c_l_a_u_d_e.html#autotoc_md34", null ],
[ "Phase 8 strategic decisions (2026-05-19)", "md__c_l_a_u_d_e.html#autotoc_md35", [
[ "Implementation sequence (committed)", "md__c_l_a_u_d_e.html#autotoc_md36", null ]
] ],
[ "Port-vs-research maintenance rule (2026-05-21 audit)", "md__c_l_a_u_d_e.html#autotoc_md37", null ],
[ "Documentation map", "md__c_l_a_u_d_e.html#autotoc_md38", [
[ "Mathematics &amp; theory", "md__c_l_a_u_d_e.html#autotoc_md39", null ],
[ "Architecture &amp; design", "md__c_l_a_u_d_e.html#autotoc_md40", null ],
[ "API &amp; extension", "md__c_l_a_u_d_e.html#autotoc_md41", null ],
[ "Concepts &amp; specs", "md__c_l_a_u_d_e.html#autotoc_md42", null ],
[ "Roadmap &amp; porting", "md__c_l_a_u_d_e.html#autotoc_md43", null ],
[ "Tutorials &amp; onboarding", "md__c_l_a_u_d_e.html#autotoc_md44", null ],
[ "geometry-central context", "md__c_l_a_u_d_e.html#autotoc_md45", null ]
] ],
[ "Known quirks", "md__c_l_a_u_d_e.html#autotoc_md46", null ]
] ]
] ]
];
var NAVTREEINDEX =
[
"index.html"
];
const SYNCONMSG = 'click to disable panel synchronization';
const SYNCOFFMSG = 'click to enable panel synchronization';
const LISTOFALLMEMBERS = 'List of all members';