@@ -22,14 +22,15 @@ Python, as is the default, to match Comsol's platform architecture.
2222
2323## Comsol
2424
25- Comsol, obviously, you need to license and install yourself. [ Versions] 6.0 and
26- newer are expected to work. Up to version 6.3, they have been successfully
27- tested. A separate Java run-time environment is * not* required as Comsol ships
28- with one already built in.
25+ Comsol, obviously, you need to license and install yourself. All major
26+ platforms are supported: Windows, Linux, macOS. [ Comsol versions] 6.0 and newer
27+ are expected to work. Up to version 6.3, they have been successfully tested. A
28+ separate Java run-time environment is * not* required as Comsol ships with one
29+ already built in.
2930
30- All major platforms are supported: Windows, Linux, macOS. Though ARM-based
31- architectures are not, namely [ Apple Silicon ] on newer Macs. (Contribute to
32- solving [ GitHub issue # 80 ] if you want to remedy that.)
31+ Comsol 5.5 and 5.6 may work if you manually downgrade JPype: `pip install
32+ "jpype1<1.6"`. Newer JPype versions no longer support Java 8, which these older
33+ Comsol versions ship with.
3334
3435Comsol is expected to be installed in the default location suggested by its
3536installer. Though on Windows, custom locations are also supported, as the
@@ -48,10 +49,6 @@ with `comsol`.
4849``` {note}
4950For most users who already have a recent Comsol version installed, MPh will
5051work out of the box.
51-
52- Comsol 5.5 and 5.6 may work if you downgrade JPype: `pip install "jpype1<1.6"`.
53- Newer JPype versions no longer support Java 8, which these older Comsol
54- versions ship with.
5552```
5653
5754
@@ -79,7 +76,7 @@ add support to the code base.
7976[ NumPy ] : https://numpy.org
8077[ GitHub issue #57 ] : https://github.com/MPh-py/MPh/issues/57
8178[ python.org ] : https://python.org
82- [ Versions ] : https://www.comsol.com/release-history
79+ [ Comsol versions ] : https://www.comsol.com/release-history
8380[ Apple Silicon ] : https://en.wikipedia.org/wiki/Apple_silicon
8481[ GitHub issue #80 ] : https://github.com/MPh-py/MPh/issues/80
8582[ create a symbolic link ] : https://www.howtogeek.com/287014/how-to-create-and-use-symbolic-links-aka-symlinks-on-linux/
0 commit comments