add wiki
This commit is contained in:
+62
-42
@@ -12,18 +12,24 @@ related:
|
||||
- "[[hot]]"
|
||||
- "[[dashboard]]"
|
||||
- "[[Wiki Map]]"
|
||||
- "[[getting-started]]"
|
||||
- "[[concepts/_index]]"
|
||||
- "[[entities/_index]]"
|
||||
- "[[sources/_index]]"
|
||||
- "[[LLM Wiki Pattern]]"
|
||||
- "[[Hot Cache]]"
|
||||
- "[[Compounding Knowledge]]"
|
||||
- "[[Andrej Karpathy]]"
|
||||
- "[[domains/_index]]"
|
||||
- "[[Finite Element Method]]"
|
||||
- "[[Computational Mechanics]]"
|
||||
- "[[A Continuum Mechanics Based Four-Node Shell]]"
|
||||
- "[[Four-Node-Quadrilateral-Shell-Element-MITC4]]"
|
||||
- "[[MITC Study Notes]]"
|
||||
- "[[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method]]"
|
||||
- "[[On-the-Finite-Element-Analysis-of-Shell-Structures]]"
|
||||
- "[[Solid Element Notes]]"
|
||||
---
|
||||
|
||||
# Wiki Index
|
||||
|
||||
Last updated: 2026-05-28 | Total pages: 40 | Sources ingested: 0
|
||||
Last updated: 2026-05-28 | Total pages: 63 | Sources ingested: 7
|
||||
|
||||
Navigation: [[overview]] | [[log]] | [[hot]] | [[dashboard]] | [[Wiki Map]] | [[getting-started]]
|
||||
|
||||
@@ -31,55 +37,69 @@ Navigation: [[overview]] | [[log]] | [[hot]] | [[dashboard]] | [[Wiki Map]] | [[
|
||||
|
||||
## Concepts
|
||||
|
||||
- [[LLM Wiki Pattern]] - the pattern for building persistent, compounding knowledge bases using LLMs (status: mature)
|
||||
- [[Hot Cache]] - session context file, updated after every ingest and session (status: mature)
|
||||
- [[Compounding Knowledge]] - why wiki knowledge grows more valuable over time, unlike RAG (status: mature)
|
||||
- [[SVG Diagram Style Guide]] - canonical visual style for all diagrams (status: evergreen)
|
||||
- [[Pro Hub Challenge]] - community challenge pattern for claude-seo and claude-blog extensions (status: evergreen)
|
||||
- [[Semantic Topic Clustering]] - SERP-based keyword grouping with hub-spoke architecture (status: evergreen)
|
||||
- [[Search Experience Optimization]] - SERP methodology for page-type mismatch detection and persona scoring (status: evergreen)
|
||||
- [[SEO Drift Monitoring]] - baseline, diff, and track workflow for SEO changes (status: evergreen)
|
||||
- [[DragonScale Memory]] - memory-layer spec with fold operator, deterministic page addresses, semantic tiling, and boundary-first autoresearch (status: shipped v0.4)
|
||||
- [[Persistent Wiki Artifact]] - durable Markdown page as the LLM's memory object (status: developing)
|
||||
- [[Source-First Synthesis]] - provenance discipline for raw sources and synthesized wiki layers (status: developing)
|
||||
- [[Query-Time Retrieval]] - wiki query path synthesizes with citations (status: developing)
|
||||
- [[Finite Element Method]] - numerical procedure for solving discretized engineering and physics models (status: current)
|
||||
- [[Engineering Mathematical Models]] - idealized physical models selected before finite element solution (status: current)
|
||||
- [[Displacement-Based Finite Element Formulation]] - primary solid mechanics formulation using nodal displacements (status: current)
|
||||
- [[Isoparametric Finite Elements]] - shape-function framework for element geometry, interpolation, and matrices (status: current)
|
||||
- [[Isoparametric Linear Solid Elements]] - first-order 3D continuum elements with translational nodal degrees of freedom (status: current)
|
||||
- [[Solid Element Shape Functions]] - natural-coordinate interpolation functions for tetrahedron, pyramid, wedge, and hexahedron elements (status: current)
|
||||
- [[Solid Element Strain-Displacement Matrix]] - 3D solid element `B` matrix and Jacobian derivative mapping (status: current)
|
||||
- [[Solid Element Stiffness Integration]] - `B^T D B` volume integration for solid element stiffness matrices (status: current)
|
||||
- [[Incompatible Mode Solid Elements]] - internal displacement mode enrichment and static condensation for solid elements (status: current)
|
||||
- [[Mixed Finite Element Formulations]] - multi-field formulations for incompressibility, constraints, and pressure-like variables (status: current)
|
||||
- [[Nonlinear Finite Element Analysis]] - incremental solution of geometric, material, contact, and load nonlinearities (status: current)
|
||||
- [[Continuum Mechanics Based Four-Node Shell Element]] - low-order shell element derived from continuum mechanics (status: current)
|
||||
- [[Assumed Transverse Shear Strain Interpolation]] - shell locking remedy using a separately interpolated shear strain field (status: current)
|
||||
- [[Total Lagrangian Shell Formulation]] - reference-configuration formulation for nonlinear shell response (status: current)
|
||||
- [[MITC4 Shell Element]] - four-node quadrilateral shell element using mixed interpolation to avoid shear locking (status: current)
|
||||
- [[MITC Shell Kinematics]] - director-vector shell kinematics for MITC-style degenerated continuum shells (status: current)
|
||||
- [[Green-Lagrange Strain Linearization]] - nonlinear strain expansion for residual and tangent construction (status: current)
|
||||
- [[Nonlinear Newmark-Beta Integration]] - Newton-iterated Newmark time integration for nonlinear FE dynamics (status: current)
|
||||
- [[Dynamic Buckling Analysis]] - instability analysis under time-varying axial compression (status: current)
|
||||
- [[Dynamic Instability Region]] - load-frequency region where dynamic buckling occurs (status: current)
|
||||
- [[Geometric Stiffness Matrix]] - stress and geometry dependent stiffness contribution used in buckling analysis (status: current)
|
||||
- [[Scordelis-Lo Shell Benchmark]] - cylindrical shell benchmark for shell element convergence (status: current)
|
||||
- [[Basic Shell Mathematical Model]] - midsurface/director shell model underlying continuum shell finite elements (status: current)
|
||||
- [[Shell Structure Asymptotic Behavior]] - thin-shell response classes under decreasing thickness (status: current)
|
||||
- [[Shell Locking Phenomenon]] - thickness-dependent artificial stiffness in shell finite elements (status: current)
|
||||
- [[Uniform Optimal Convergence]] - shell element convergence that remains optimal across thickness regimes (status: current)
|
||||
- [[Shell Element Benchmark Testing]] - structured shell element performance testing across geometry, thickness, and meshes (status: current)
|
||||
- [[Finite Element Heat Transfer and Field Problems]] - FE treatment of heat transfer, fields, flow, and coupled problems (status: current)
|
||||
- [[Static Equilibrium Equation Solvers]] - direct, iterative, and nonlinear solvers for static FE equations (status: current)
|
||||
- [[Direct Time Integration Methods]] - transient FE dynamics and first-order field integration (status: current)
|
||||
- [[Finite Element Eigenproblem Solvers]] - modal and eigenvalue algorithms for FE matrices (status: current)
|
||||
- [[Finite Element Program Implementation]] - software data flow for FE codes and STAP-style implementation (status: current)
|
||||
|
||||
---
|
||||
|
||||
## Entities
|
||||
|
||||
- [[Andrej Karpathy]] - AI researcher, creator of the LLM Wiki pattern, former Tesla AI director (status: developing)
|
||||
- [[Claude SEO]] - Tier 4 Claude Code skill for SEO analysis (status: evergreen)
|
||||
- [[Klaus-Jurgen Bathe]] - professor of mechanical engineering, author of [[Finite Element Procedures]], and co-author of [[A Continuum Mechanics Based Four-Node Shell]] (status: current)
|
||||
- [[Eduardo N. Dvorkin]] - co-author of [[A Continuum Mechanics Based Four-Node Shell]] (status: current)
|
||||
- [[Edita Dvorakova]] - co-author of [[Four-Node-Quadrilateral-Shell-Element-MITC4|Four-Node Quadrilateral Shell Element MITC4]] (status: current)
|
||||
- [[Borek Patzak]] - co-author of [[Four-Node-Quadrilateral-Shell-Element-MITC4|Four-Node Quadrilateral Shell Element MITC4]] and OOFEM-related researcher (status: current)
|
||||
- [[OOFEM]] - finite element code used for the MITC4 implementation (status: current)
|
||||
- [[Hee Jun Lee]] - author of [[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method|Dynamic Buckling Analysis of Shell Structures using Finite Element Method]] (status: current)
|
||||
- [[Phill-Seung Lee]] - author of [[On-the-Finite-Element-Analysis-of-Shell-Structures|On the Finite Element Analysis of Shell Structures]] (status: current)
|
||||
- [[Hyuk-Chun Noh]] - author of [[On-the-Finite-Element-Analysis-of-Shell-Structures|On the Finite Element Analysis of Shell Structures]] (status: current)
|
||||
- [[Inha University]] - degree-granting institution for the dynamic shell buckling thesis (status: current)
|
||||
- [[BLZPACK]] - Block Lanczos eigenvalue solver used in the dynamic buckling implementation (status: current)
|
||||
- [[ABAQUS]] - commercial finite element software used for validation comparisons (status: current)
|
||||
|
||||
---
|
||||
|
||||
## Sources
|
||||
|
||||
- No active source pages.
|
||||
|
||||
---
|
||||
|
||||
## Questions
|
||||
|
||||
- [[How does the LLM Wiki pattern work]] - how the pattern works and why it outperforms RAG at human scale (status: developing)
|
||||
|
||||
---
|
||||
|
||||
## Comparisons
|
||||
|
||||
- [[Wiki vs RAG]] - when to use a wiki knowledge base versus RAG; verdict: wiki wins at under 1000 pages
|
||||
|
||||
---
|
||||
|
||||
## Decisions
|
||||
|
||||
- [[2026-04-14-community-cta-rollout]] - Skool community CTA footer added to 6 skill repos with per-tool frequency rules (status: active)
|
||||
- [[2026-04-15-slides-and-release-session]] - Claude SEO v1.9.0 slides and GitHub release v1.9.0 with PDF asset (status: complete)
|
||||
- [[2026-04-15-release-report-session]] - Claude SEO v1.9.0 Release Report PDF (status: complete)
|
||||
- [[2026-04-14-claude-seo-v190-session]] - Claude SEO v1.9.0 Pro Hub Challenge integration (status: complete)
|
||||
- [[Finite Element Procedures]] - 2014 textbook by [[Klaus-Jurgen Bathe]]; finite element theory, solvers, and implementation
|
||||
- [[A Continuum Mechanics Based Four-Node Shell]] - Dvorkin and Bathe paper on a four-node shell element for nonlinear analysis
|
||||
- [[Four-Node-Quadrilateral-Shell-Element-MITC4|Four-Node Quadrilateral Shell Element MITC4]] - Dvorakova and Patzak paper on MITC4 implementation and Scordelis-Lo validation
|
||||
- [[MITC Study Notes]] - local derivation notes for MITC shell kinematics, nonlinear strain linearization, and Newmark-beta dynamics
|
||||
- [[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method|Dynamic Buckling Analysis of Shell Structures using Finite Element Method]] - 2012 thesis on MITC4 shell dynamic buckling analysis
|
||||
- [[On-the-Finite-Element-Analysis-of-Shell-Structures|On the Finite Element Analysis of Shell Structures]] - review paper on shell mathematical models, asymptotic behavior, locking, convergence, and benchmark testing
|
||||
- [[Solid Element Notes]] - local notes on isoparametric linear solid element formulation, stiffness integration, and incompatible modes
|
||||
|
||||
---
|
||||
|
||||
## Domains
|
||||
|
||||
<!-- Add domain entries here after scaffold -->
|
||||
- [[Computational Mechanics]] - finite element analysis, numerical methods, and engineering simulation
|
||||
|
||||
Reference in New Issue
Block a user