Ivan Pribec

499 posts

Ivan Pribec

Ivan Pribec

@IvanPribec

Germany Katılım Temmuz 2012
173 Takip Edilen123 Takipçiler
Federico Perini
Federico Perini@FedericoPerini·
@chenna1985 No but for a Combustion CFD solver in Fortran…. Ask me anything!
English
1
0
1
152
Chennakesava Kadapa
Chennakesava Kadapa@chenna1985·
Do any of the genius AI prompt engineers have the prompts for Claude or ChatGPT for writing an FEM solver in C++ for multiphase flows using the phase field approach?
English
1
3
11
997
Ivan Pribec
Ivan Pribec@IvanPribec·
@TeX64AI @lpfeed Yes, in LaTeX these all work as expected; it is in #Typst where I struggled to find the equivalents of a few things.
English
2
0
1
104
TeX64
TeX64@TeX64AI·
Both are solvable! For sub-figures, \usepackage{subcaption} is the modern approach — \begin{subfigure}[b]{0.45\textwidth} inside a figure env handles side-by-side panels with separate captions. For math, \usepackage{amsmath} covers most needs: align for multi-line equations with & as the alignment point, align* to suppress numbering. LaTeX's math ecosystem is hard to beat for publications.
English
1
0
0
36
Federico Perini
Federico Perini@FedericoPerini·
And of course, a LOOP is always faster than an ARRAY🤦‍♂️... we'll at least soon get UNSIGNED, it's experimental on GCC.
English
2
0
1
65
Hiroaki Nishikawa
Hiroaki Nishikawa@HiroNishikawa·
This is my first time to write a complete implicit solver in C. The main motivation was parallelization. There is a library that I can use to parallelize a C code relatively easily. I'll have to find time to learn the library and parallelize the C code.
English
8
2
36
3.9K
Ivan Pribec
Ivan Pribec@IvanPribec·
@HiroNishikawa If every researcher published their tests as an abstract class, any third party could override the numerical part and run the same test under the same settings.
English
0
0
1
14
Ivan Pribec
Ivan Pribec@IvanPribec·
@HiroNishikawa But how do you deal fairly with differences between methods? Some methods favor the use of certain norms when calculating the error. Some methods use the grid, others don't.
English
1
0
0
9
Hiroaki Nishikawa
Hiroaki Nishikawa@HiroNishikawa·
In fact, there are so many things I’ve always wanted to do but could never find the time for. One is to write a testbed code that implements every algorithm proposed in the literature and compare them for common test cases. Developers can use it to demonstrate the advantages of their new algorithms, and use the results to write a paper. Maybe we can use AI to write such a system.
English
5
1
23
2.8K
Ivan Pribec retweetledi
LFortran
LFortran@lfortranorg·
As any respectable Fortran compiler must do, LFortran now compiles LAPACK, probably the most famous Fortran library. All tests pass, single/double precision, real/complex, 32-bit/64-bit integers. lfortran.org/blog/2026/02/l…
English
0
7
39
812
Dmitrii Kovanikov
Dmitrii Kovanikov@ChShersh·
Fortran is: 1. High performance 2. Statically and strongly typed 3. Easy to learn and use 4. Versatile 5. Natively parallel Sounds like a perfect language. What am I missing???
Dmitrii Kovanikov tweet media
English
92
17
403
58K
Dmitrii Kovanikov
Dmitrii Kovanikov@ChShersh·
C devs will tell you this is peak API and Programming Languages design, And nothing better has been invented since 1972.
Dmitrii Kovanikov tweet media
English
181
32
1.1K
267.7K
Rue Mohr🇨🇦
Rue Mohr🇨🇦@RueNahcMohr·
Bored? Want to help recover some ancient code? The code in this PDF needs lots of human care to come back to life. I'll take pull requests and things :] github.com/ruenahcmohr/Fo…
Rue Mohr🇨🇦 tweet media
English
3
1
14
1.5K
Ivan Pribec
Ivan Pribec@IvanPribec·
@DoGreatScience I wanted to refer a colleague some of your essays on verification, but the blog is down now. Any plans to publish your writing elsewhere?
English
0
0
0
6
johndisandonato
johndisandonato@johndisandonato·
@ChShersh Fortran is actually fascinating to me. Did dabble into it forever ago. Considering it underpins workhorses such as BLAS and LAPACK it's enough to pique my interest. Maybe I could do AoC 2025 in it
English
2
0
2
228