50 lines
2.8 KiB
Markdown
50 lines
2.8 KiB
Markdown
---
|
|
type: meta
|
|
title: "Dashboard"
|
|
updated: 2026-05-29
|
|
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]]"
|
|
- "[[Abaqus Theory Manual]]"
|
|
- "[[Abaqus-Analysis-User-s-Guide-Volume-I|Abaqus Analysis User's Guide Volume I]]"
|
|
- "[[Abaqus-Analysis-User-s-Guide-Volume-II|Abaqus Analysis User's Guide Volume II]]"
|
|
- "[[A-First-Course-in-the-Finite-Element-Method|A First Course in the Finite Element Method]]"
|
|
---
|
|
|
|
# Wiki Dashboard
|
|
|
|
Navigation: [[index]] | [[overview]] | [[log]] | [[hot]]
|
|
|
|
The dashboard uses Obsidian Bases. Open `wiki/meta/dashboard.base` directly.
|
|
|
|
---
|
|
|
|
## Current Focus
|
|
|
|
- Sources: [[Finite Element Procedures]], [[A-First-Course-in-the-Finite-Element-Method|A First Course in the Finite Element Method]], [[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]], [[Abaqus Theory Manual]], [[Abaqus-Analysis-User-s-Guide-Volume-I|Abaqus Analysis User's Guide Volume I]], [[Abaqus-Analysis-User-s-Guide-Volume-II|Abaqus Analysis User's Guide Volume II]]
|
|
- Domain: [[Computational Mechanics]]
|
|
- Main concepts: [[Finite Element Method]], [[Direct Stiffness Method]], [[Finite Element Modeling and Convergence Checks]], [[Abaqus Analysis Procedures]], [[Abaqus Element Library]], [[Abaqus Input File Syntax]], [[Abaqus Job Execution Workflow]], [[Abaqus Output Database and Results Files]], [[Abaqus General and Linear Perturbation Steps]], [[Abaqus Nonlinear Solution Control]], [[Abaqus Restart and Results Transfer]], [[Abaqus Substructuring and Submodeling]], [[Abaqus Adaptivity and Mesh Replacement]], [[Abaqus Multiphysics Coupling and Co-simulation]], [[Abaqus Structural Optimization and Parametric Studies]], [[Abaqus User Subroutines and Utility Routines]], [[Continuum Mechanics Based Four-Node Shell Element]], [[MITC4 Shell Element]], [[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
|
|
```
|