FriedParrot.github.io
Hello, This is FriedParrot
Minimalist blog, project notes, and practical technical references.
FriedParrot.github.io
Minimalist blog, project notes, and practical technical references.
Latest activity
The knowledge base is written in Obsidian and published here; every card shows its estimated reading time and last update.

🧑🔬Mechanics / 🧊 Basics of Finite Element Method
The weak (variational) form follows from the strong equilibrium equations by testing with virtual displacements and integrating by parts. Use it as the blueprint of a finite-element implementation: it fixes the trial and test spaces, the bilinear form and the Neumann terms.

🧑🔬Mechanics / 🧊 Basics of Finite Element Method
Voigt notation packs symmetric stress and strain tensors into six-component vectors, so the elasticity tensor becomes a symmetric 6x6 matrix. Use it to read, write and implement constitutive laws compactly, including their FEniCSx form.

📐 Advanced Mathematics / random-process
A Markov decision process formalizes sequential decision making with states, actions, rewards and transition probabilities. Use it to set up value and policy iteration, and as the base model that reinforcement learning methods optimize.
Open any note and it will be tracked here.