Browse Source

vault backup: 2024-08-23 09:30:52

master
Julio Biason 4 weeks ago
parent
commit
661918152e
  1. 33
      .obsidian/workspace.json
  2. 133
      HelyxProject.md
  3. 8
      Kanban Pages/Work Kanban.md

33
.obsidian/workspace.json

@ -4,11 +4,11 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "751b06a54103cc32", "id": "7ce4cdc42e913870",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "9a8e380f4bb12965", "id": "657ed118b4a40148",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "kanban", "type": "kanban",
@ -28,8 +28,21 @@
} }
} }
} }
},
{
"id": "1362760e280eadf0",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "HelyxProject.md",
"mode": "source",
"source": false
}
}
} }
] ],
"currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@ -95,7 +108,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Kanban Pages/Work Kanban.md", "file": "HelyxProject.md",
"collapseAll": true, "collapseAll": true,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -112,7 +125,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Kanban Pages/Work Kanban.md", "file": "HelyxProject.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -135,7 +148,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Kanban Pages/Work Kanban.md" "file": "HelyxProject.md"
} }
} }
} }
@ -157,12 +170,13 @@
"obsidian-full-calendar:Open Full Calendar": false "obsidian-full-calendar:Open Full Calendar": false
} }
}, },
"active": "9a8e380f4bb12965", "active": "1362760e280eadf0",
"lastOpenFiles": [ "lastOpenFiles": [
"Kanban Pages/HelyxVerify.md",
"Kanban Pages/Work Kanban.md", "Kanban Pages/Work Kanban.md",
"On Absolute And Relative.md", "HelyxProject.md",
"Kanban Pages/HelyxVerify.md",
"BuildingTesting Pipeline.md", "BuildingTesting Pipeline.md",
"On Absolute And Relative.md",
"Worklogs/2023-07-31.md", "Worklogs/2023-07-31.md",
"Worklogs/2024-07-29.md", "Worklogs/2024-07-29.md",
"Untitled.canvas", "Untitled.canvas",
@ -186,7 +200,6 @@
"Kanban Pages/Wildcards.md", "Kanban Pages/Wildcards.md",
"Drawing 2024-07-03 10.08.45.excalidraw.md", "Drawing 2024-07-03 10.08.45.excalidraw.md",
"Kanban Pages/Windows Native Compilation.md", "Kanban Pages/Windows Native Compilation.md",
"Kanban Pages/V&V.md",
"Meetings/DevOps", "Meetings/DevOps",
"Meetings/QA", "Meetings/QA",
"Meetings", "Meetings",

133
HelyxProject.md

@ -0,0 +1,133 @@
# ProjectDict
```c++
simple
{
// execute always;
// Change files in during execution.
changes
{
reduce
{
steps 10;
}
}
commands
(
"helyxHexMesh"
"helyxSolve"
);
post
(
(
compare tsv;
files "postProcessing/foo" "reference/foo";
variables "phi";
absolute 1e-10;
)
)
}
continuation
{
execute pass simple;
workspace reuse;
changes
{
continue
{
steps 1;
}
}
commands
(
"helyxSolve"
)
}
split
{
execute fail simple;
commands from "Allrun";
workspace reuse;
post
(
(
compare tsv;
files "postProcessing/foo" "$SIMPLE_RUN/postProcessing/foo";
variables "phi";
)
)
}
continuation
{
execute pass simple;
workspace reuse;
changes
{
files {
"system/caseSetupDict"
{
global
{
system
{
controlDict
{
startTime latestTime;
endTime 0.6;
}
}
}
}
}
}
}
variation
{
// Change files in during execution.
changes
{
reduce
{
steps 5;
}
files {
"system/caseSetupDict"
{
regions
{
".*"
{
materialProperties {
}
}
}
}
}
}
commands
(
"helyxHexMesh"
"helyxSolve"
);
post
(
(
compare tsv;
files "postProcessing/foo" "reference/foo";
variables "phi";
absolute 1e-10;
)
)
}
```

8
Kanban Pages/Work Kanban.md

@ -28,6 +28,10 @@ kanban-plugin: board
## Working ## Working
- [ ] Add EVTK in the ThirdParty image
https://engys.atlassian.net/browse/DO-1217
[[ThirdPartyImage]]
#thirdparty #evtk
## Blocked ## Blocked
@ -46,10 +50,6 @@ kanban-plugin: board
## DevOps Dec24 - A7 ## DevOps Dec24 - A7
- [ ] Add EVTK in the ThirdParty image
https://engys.atlassian.net/browse/DO-1217
[[ThirdPartyImage]]
#thirdparty #evtk
- [ ] HelyxVerify on Week tests - [ ] HelyxVerify on Week tests
#jenkins #jenkins
- [ ] PR pipeline: On clone failure, try again - [ ] PR pipeline: On clone failure, try again

Loading…
Cancel
Save