mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-23 02:59:52 +00:00
docs(design): Add YAML frontmatter to IMMUTABILITY.md
- Converted header metadata to YAML frontmatter format - Added categories and tags for documentation site compatibility - Preserved all existing content (only header format changed) - Status: IMPLEMENTED, Phase: Phase 1B - Links to benchmark: element_immutability_benchmark.jl
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
# Element Immutability: Design Decision and Rationale
|
||||
|
||||
**Status:** IMPLEMENTED (Phase 1B, November 2025)
|
||||
**Author:** Jukka Aho
|
||||
**Benchmark:** `benchmarks/element_immutability_benchmark.jl`
|
||||
|
||||
---
|
||||
title: "Element Immutability: Design Decision and Rationale"
|
||||
author: "Jukka Aho"
|
||||
date: "2025-11-09"
|
||||
status: "IMPLEMENTED"
|
||||
phase: "Phase 1B"
|
||||
categories: ["Design", "Architecture"]
|
||||
tags: ["immutability", "performance", "design-decision"]
|
||||
benchmark: "benchmarks/element_immutability_benchmark.jl"
|
||||
---
|
||||
|
||||
## Executive Summary
|
||||
|
||||
Reference in New Issue
Block a user