Skip to content

Commit 6fdb368

Browse files
committed
Update Discourse data data [skip ci]
1 parent 248b8ad commit 6fdb368

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

assets/data/faq.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source": "preCICE Discourse (FAQ)",
3-
"generated_at": "2025-11-05T06:25:25.809850",
3+
"generated_at": "2025-11-06T06:25:46.529174",
44
"topics": [
55
{
66
"id": 27,
@@ -201,7 +201,7 @@
201201
"url": "https://precice.discourse.group/t/how-is-precice-funded/51",
202202
"created_at": "2019-10-14T12:25:40.285Z",
203203
"last_posted_at": "2019-10-14T12:27:31.952Z",
204-
"views": 567,
204+
"views": 568,
205205
"posts_count": 2,
206206
"like_count": 0,
207207
"excerpt": "Is preCICE indeed free software, or is it too good to be true?"
@@ -228,7 +228,7 @@
228228
"views": 466,
229229
"posts_count": 2,
230230
"like_count": 0,
231-
"excerpt": ""
231+
"excerpt": "I always hear that monolithic coupling is the only way to go, as partitioned coupling introduces error. Is this correct?"
232232
},
233233
{
234234
"id": 54,
@@ -240,7 +240,7 @@
240240
"views": 506,
241241
"posts_count": 2,
242242
"like_count": 0,
243-
"excerpt": ""
243+
"excerpt": "Can the individual solvers run on two different platforms on two different machines in/out of a network?"
244244
},
245245
{
246246
"id": 52,
@@ -252,7 +252,7 @@
252252
"views": 509,
253253
"posts_count": 2,
254254
"like_count": 0,
255-
"excerpt": ""
255+
"excerpt": "Which code is executing the coupling iterations given that preCICE does not really have a centralized engine to orchestrate the simulation?"
256256
},
257257
{
258258
"id": 26,
@@ -264,7 +264,7 @@
264264
"views": 572,
265265
"posts_count": 2,
266266
"like_count": 0,
267-
"excerpt": ""
267+
"excerpt": "How do you test preCICE and its official adapters?\nCan I trust you?"
268268
},
269269
{
270270
"id": 50,
@@ -276,7 +276,7 @@
276276
"views": 829,
277277
"posts_count": 2,
278278
"like_count": 0,
279-
"excerpt": ""
279+
"excerpt": "There are multiple OpenFOAM \u201cvariants\u201d, including openfoam.com, openfoam.org, and the early fork foam-extend. Which versions of them are compatible?"
280280
},
281281
{
282282
"id": 43,
@@ -285,10 +285,10 @@
285285
"url": "https://precice.discourse.group/t/how-can-precice-interpolate-between-different-timestep-sizes/43",
286286
"created_at": "2019-10-10T20:13:00.568Z",
287287
"last_posted_at": "2019-10-13T18:53:06.468Z",
288-
"views": 996,
288+
"views": 997,
289289
"posts_count": 3,
290290
"like_count": 0,
291-
"excerpt": ""
291+
"excerpt": "Marta asked on the mailing list (March 28, 2019)\n\nI\u2019m using preCICE to couple two codes: the lattice Boltzmann code LUMIS and OpenFOAM. LUMIS has a time step 10 times smaller than OpenFOAM so during the coupling LUMIS subcycles before exchanging data\u2026"
292292
},
293293
{
294294
"id": 29,
@@ -300,7 +300,7 @@
300300
"views": 809,
301301
"posts_count": 2,
302302
"like_count": 0,
303-
"excerpt": ""
303+
"excerpt": "My solver offers adaptive mesh refinement.\nCan I use this with preCICE?"
304304
},
305305
{
306306
"id": 38,
@@ -312,7 +312,7 @@
312312
"views": 1106,
313313
"posts_count": 3,
314314
"like_count": 1,
315-
"excerpt": ""
315+
"excerpt": "A preCICE developer told me to try a \u201cPR\u201d (Pull Request). What is this and how do I try it?"
316316
},
317317
{
318318
"id": 44,
@@ -324,7 +324,7 @@
324324
"views": 1484,
325325
"posts_count": 2,
326326
"like_count": 0,
327-
"excerpt": ""
327+
"excerpt": "Alex started a good discussion on the mailing list (May 3, 2019) about best practices when writing a new adapter:\nI wanted to ask if there are some additional guidelines on how to write good adapters for preCICE. I have the feeling that I might think\u2026"
328328
},
329329
{
330330
"id": 42,
@@ -336,7 +336,7 @@
336336
"views": 716,
337337
"posts_count": 7,
338338
"like_count": 0,
339-
"excerpt": ""
339+
"excerpt": "We had a good discussion with Satish on the mailing list about the re-partitioning process and the connection to parallel data mapping in preCICE.\nSatish asked (July 24, 2019):\n\nIt seems to me that mappings can occur in parallel in preCICE. Is that c\u2026"
340340
},
341341
{
342342
"id": 41,
@@ -348,7 +348,7 @@
348348
"views": 737,
349349
"posts_count": 2,
350350
"like_count": 2,
351-
"excerpt": ""
351+
"excerpt": "Nikrouz asked on the mailing list (Sep 13, 2019):\n\nI am going to use OpenFoam-CalculiX for FSI simulations.\nAt this time, I am have technical question for preparing preCICE config file. The case I am going to run has very large deformations. Fortunat\u2026"
352352
},
353353
{
354354
"id": 36,
@@ -360,7 +360,7 @@
360360
"views": 634,
361361
"posts_count": 2,
362362
"like_count": 0,
363-
"excerpt": ""
363+
"excerpt": "The OpenFOAM adapter has the form of an OpenFOAM function object. This mechanism is commonly used only for post-processing, so a reasonable question is:\n\nDoes the OpenFOAM adapter also take care of the checkpointing? In other words, can a function ob\u2026"
364364
}
365365
]
366366
}

assets/data/news.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"generated_at": "2025-11-05T06:25:22.950384",
2+
"generated_at": "2025-11-06T06:25:39.786430",
33
"topics": [
44
{
55
"id": 217,
@@ -18,9 +18,9 @@
1818
"slug": "looking-back-at-the-precice-workshop-2025",
1919
"url": "https://precice.discourse.group/t/looking-back-at-the-precice-workshop-2025/2658",
2020
"last_posted_at": "2025-11-04T12:39:39.274Z",
21-
"like_count": 3,
21+
"like_count": 4,
2222
"posts_count": 1,
23-
"views": 16,
23+
"views": 23,
2424
"description": "Imagine a full week of learning as much as possible about coupling simulations and having all the people you need to talk to in the same room. That\u2019s exactly how..."
2525
},
2626
{
@@ -31,7 +31,7 @@
3131
"last_posted_at": "2025-10-22T10:52:31.506Z",
3232
"like_count": 6,
3333
"posts_count": 4,
34-
"views": 148,
34+
"views": 156,
3535
"description": "Dear preCICE community, Some of you are already experimenting with just\u2011in\u2011time data mapping and other features introduced in preCICE v3.2. In my recently completed thesis, Flexible mesh\u2011particle coupling with preCICE,..."
3636
},
3737
{
@@ -42,7 +42,7 @@
4242
"last_posted_at": "2025-10-09T15:52:04.962Z",
4343
"like_count": 4,
4444
"posts_count": 1,
45-
"views": 188,
45+
"views": 202,
4646
"description": "Summary: With preCICE v3.3.0, we focused on improving clarity, portability, and tooling. The new release brings clearer coupling-state output and more helpful error messages. Tooling has been reworked significantly and..."
4747
},
4848
{
@@ -53,7 +53,7 @@
5353
"last_posted_at": "2025-07-15T07:42:25.142Z",
5454
"like_count": 3,
5555
"posts_count": 8,
56-
"views": 144,
56+
"views": 145,
5757
"description": "The preCICE Workshop 2025 will take place at HSU Hamburg on 8th to 12th of September. The workshop will include an introduction course and is, thus, suitable for new and..."
5858
},
5959
{
@@ -75,7 +75,7 @@
7575
"last_posted_at": "2025-05-06T06:24:30.728Z",
7676
"like_count": 8,
7777
"posts_count": 1,
78-
"views": 111,
78+
"views": 112,
7979
"description": "Dear preCICE community, We are happy to share the final publication of our research article titled \u201cEfficient Partition-of-Unity Radial-Basis-Function Interpolation for Coupled Problems\u201d in the SIAM Journal on Scientific Computing...."
8080
},
8181
{
@@ -86,7 +86,7 @@
8686
"last_posted_at": "2025-05-06T13:04:14.618Z",
8787
"like_count": 1,
8888
"posts_count": 5,
89-
"views": 167,
89+
"views": 168,
9090
"description": "The ECCOMAS Coupled Problems 2025 will take place on Sardinia, Italy from May 26 to 29, 2025. We are again organizing a preCICE minisymposium: Multi-Physics and Multi-Scale Simulations with the..."
9191
},
9292
{

0 commit comments

Comments
 (0)