Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
However, since pyoomph <b>contains and makes use of a plethora of other free software codes</b>, please read the <b>full list of acknowledgements/licenses</b> <a href="https://github.com/pyoomph/pyoomph?tab=readme-ov-file#third-party-licenses">here</a> or <a href="https://pyoomph.readthedocs.io/en/latest/tutorial/preface/license.html">here</a>.

<center><h1>Authors and acknowledgements</h1></center>
Pyoomph was started in 2021 by <a href="https://github.com/cdiddens/">Christian Diddens</a>. In 2022, <a href="https://github.com/duarterocha">Duarte Rocha</a> joined the development. Pyoomph is developed at the <a href="https://pof.tnw.utwente.nl/">Physics of Fluids group</a> of the <a href="https://www.utwente.nl/">University of Twente</a>.
Pyoomph was started in 2021 by <a href="https://github.com/cdiddens/">Christian Diddens</a>. In 2022, <a href="https://github.com/duarterocha">Duarte Rocha</a> joined the development. Additional contributors are <a href="https://github.com/VatsalSy">Vatsal Sanjay</a> and <a href="https://github.com/spilltheT">Jnandeep Talukdar</a>. Pyoomph is developed at the <a href="https://pof.tnw.utwente.nl/">Physics of Fluids group</a> of the <a href="https://www.utwente.nl/">University of Twente</a>.
<br><br>
The authors gratefully acknowledge financial support by the Industrial Partnership Programme Fundamental Fluid Dynamics Challenges in Inkjet Printing of the Netherlands Organisation for Scientific Research (NWO) & High Tech Systems and Materials (HTSM), co-financed by Canon Production Printing Netherlands B.V., IamFluidics B.V., TNO Holst Centre, University of Twente, Eindhoven University of Technology and Utrecht University.<br>
This work was supported by an Industrial Partnership Programme, High Tech Systems and Materials (HTSM), of the Netherlands Organisation for Scientific Research (NWO); a funding for public-private partnerships (PPS) of the Netherlands Enterprise Agency (RVO) and the Ministry of Economic Affairs (EZ); Canon Production Printing Netherlands B.V.; and the University of Twente.
Expand Down
2 changes: 1 addition & 1 deletion index1.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<center><h1>Information</h1></center>

<i>pyoomph</i> is a object-oriented multi-physics finite element framework. It is mainly a custom high level python frontend for the main functionalities (but by far not all) of the powerful C++ library <a href="https://oomph-lib.github.io/oomph-lib/doc/html/">oomph-lib</a>.
<i>pyoomph</i> is a object-oriented multi-physics finite element framework. It is mainly a custom high level python frontend for the main functionalities of the powerful C++ library <a href="https://oomph-lib.github.io/oomph-lib/doc/html/">oomph-lib</a>. While pyoomph does not support the entire plethora of features provided by oomph-lib, pyoomph follows a complementary approach, allowing for rapid development and e.g. automatic nondimensionalization and advanced stability analysis beyond oomph-lib's native capabilities.

<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<center><h2 id="on-mac">On Mac</h2></center>

<p><strong>If you have a recent Mac with an Apple silicon (arm64) chip</strong>, you must run all commands in a <code>Rosetta 2 terminal</code>, see <a href="https://www.courier.com/blog/tips-and-tricks-to-setup-your-apple-m1-for-development/">here</a> how to set it up (note that recent systems must be handled as described <a href="https://developer.apple.com/forums/thread/718666">here</a>). Also, please make sure to not upgrade your <code>mkl</code> package, i.e. enforce it to version 2021.4.0.</p>
<p><strong>If you have a recent Mac with an Apple silicon (arm64) chip</strong>, you must run all commands in a <code>Rosetta 2 terminal</code>, see <a href="https://www.courier.com/blog/tips-and-tricks-to-setup-your-apple-m1-for-development/">here</a> how to set it up (note that recent systems must be handled as described <a href="https://developer.apple.com/forums/thread/718666">here</a>). Also, please make sure to not upgrade your <code>mkl</code> package, i.e. enforce it to version 2021.4.0. Alternatively, you can compile it directly on arm64, but with the downside of not being able to use the fast Pardiso solver. See <a href="https://pyoomph.readthedocs.io/en/latest/tutorial/installation/source/mac.html">here</a> for details.</p>

<codebox>
<p>python3 -m pip install mkl==2021.4.0</p>
Expand Down
Loading