Skills Plugins MCP Prompt Model 博客 我的中心

convergence-study

Spatial and temporal convergence analysis with Richardson extrapolation and Grid Convergence Index (GCI) for solution verification

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=freedomintelligence-openclaw-medical-skills-skills-convergence-study-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name convergence-study description Spatial and temporal convergence analysis with Richardson extrapolation and Grid Convergence Index (GCI) for solution verification allowed-tools ["Bash","Read"] Convergence Study Goal Provide script-driven convergence analysis for verifying that numerical solutions converge at the expected rate as the mesh or timestep is refined. Requirements Python 3.8+ NumPy (not required; scripts use only math stdlib) Inputs to Gather Input Description Example Grid spacings Sequence of mesh sizes (coarse to fine) 0.4,0.2,0.1,0.05 Timestep sizes Sequence of dt values 0.04,0.02,0.01 Solution values QoI at each refinement level 1.16,1.04,1.01,1.0025 Expected order Formal order of the numerical scheme 2.0 Safety factor GCI safety factor (1.25 default) 1.25 Script Outputs (JSON Fields) Script Key Outputs scripts/h_refinement.py results.observed_orders , results.mean_order , results.richardson_extrapolated_value , results.convergence_assessment scripts/dt_refinement.py Same as h_refinement but for temporal convergence scripts/richardson_extrapolation.py results.extrapolated_value , results.error_estimate , results.observed_order scripts/gci_calculator.py results.observed_order , results.gci_fine , results.gci_coarse , results.asymptotic_ratio , results.in_asymptotic_range Workflow Run grid/timestep refinement study with at least 3 levels Compute observed convergence order with h_refinement.py or dt_refinement.py Compare observed order to expected order of the scheme Estimate discretization error via Richardson extrapolation Report GCI for formal solution verification using gci_calculator.py Document convergence results and any anomalies Decision Guidance Do you have 3+ refinement levels? +-- YES --> Run h_refinement.py or dt_refinement.py | +-- Observed order matches expected? --> Solution verified | +-- Order too low? --> Check: pre-asymptotic, coding error, insufficient resolution | +-- Order too high? --> Check: superconvergence or cancellation effects +-- NO (only 2 levels) --> Use richardson_extrapolation.py with assumed order (less reliable without order verification) CLI Examples # Spatial convergence with 4 grid levels python3 scripts/h_refinement.py --spacings 0.4,0.2,0.1,0.05 --values 1.16,1.04,1.01,1.0025 --expected-order 2.0 --json # Temporal convergence with 3 timestep levels python3 scripts/dt_refinement.py --timesteps 0.04,0.02,0.01 --values 2.12,2.03,2.0075 --expected-order 2.0 --json # Richardson extrapolation with assumed 2nd-order python3 scripts/richardson_extrapolation.py --spacings 0.02,0.01 --values 1.0032,1.0008 --order 2.0 --json # GCI for 3-mesh verification python3 scripts/gci_calculator.py --spacings 0.04,0.02,0.01 --values 1.0128,1.0032,1.0008 --json Error Handling Error Cause Resolution spacings and values must have the same length Mismatched input arrays Provide equal-length lists At least 2 refinement levels required Too few data points Add more refinement levels Exactly 3 refinement levels required GCI needs 3 levels Provide fine/medium/coarse Oscillatory convergence detected Non-monotone convergence Check mesh quality or scheme Interpretation Guidance Scenario Meaning Action Observed order matches expected Solution in asymptotic range Report GCI, extrapolate Observed order < expected Pre-asymptotic or coding bug Refine further or debug Negative observed order Solution diverging Check implementation GCI asymptotic ratio near 1.0 Grids in asymptotic range Results are reliable GCI asymptotic ratio far from 1.0 Not in asymptotic range Refine further References references/convergence_theory.md - Formal convergence order, log-log analysis, asymptotic range references/gci_guidelines.md - Roache's GCI method, ASME V&V 20, safety factors
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。