46 lines
1.7 KiB
Markdown
46 lines
1.7 KiB
Markdown
---
|
|
type: meta
|
|
title: "Dashboard"
|
|
updated: 2026-05-28
|
|
tags:
|
|
- meta
|
|
- dashboard
|
|
status: evergreen
|
|
related:
|
|
- "[[index]]"
|
|
- "[[overview]]"
|
|
- "[[log]]"
|
|
- "[[concepts/_index]]"
|
|
- "[[Finite Element Method]]"
|
|
- "[[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 Dashboard
|
|
|
|
Navigation: [[index]] | [[overview]] | [[log]] | [[hot]]
|
|
|
|
The dashboard uses Obsidian Bases. Open `wiki/meta/dashboard.base` directly.
|
|
|
|
---
|
|
|
|
## Current Focus
|
|
|
|
- Sources: [[Finite Element Procedures]], [[Solid Element Notes]], [[A Continuum Mechanics Based Four-Node Shell]], [[Four-Node-Quadrilateral-Shell-Element-MITC4|Four-Node Quadrilateral Shell Element MITC4]], [[MITC Study Notes]], [[Dynamic-Buckling-Analysis-of-Shell-Structures-using-Finite-Element-Method|Dynamic Buckling Analysis of Shell Structures using Finite Element Method]], [[On-the-Finite-Element-Analysis-of-Shell-Structures|On the Finite Element Analysis of Shell Structures]]
|
|
- Domain: [[Computational Mechanics]]
|
|
- Main concepts: [[Finite Element Method]], [[Isoparametric Linear Solid Elements]], [[Solid Element Stiffness Integration]], [[Continuum Mechanics Based Four-Node Shell Element]], [[MITC4 Shell Element]], [[Shell Structure Asymptotic Behavior]], [[Shell Locking Phenomenon]], [[Dynamic Buckling Analysis]]
|
|
|
|
## Useful Queries
|
|
|
|
```dataview
|
|
TABLE type, status, updated FROM "wiki" SORT updated DESC LIMIT 15
|
|
```
|
|
|
|
```dataview
|
|
LIST FROM "wiki/concepts" WHERE contains(tags, "finite-element-method") SORT file.name ASC
|
|
```
|