Search Criteria
Package Details: netgen-cgx 6.2.2405-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/netgen-cgx.git (read-only, click to copy) |
---|---|
Package Base: | netgen-cgx |
Description: | `ng_vol` utility enabling Calculix CGX to mesh with Netgen. |
Upstream URL: | https://github.com/NGSolve/netgen |
Keywords: | calculix fea fem netgen |
Licenses: | LGPL2.1 |
Submitter: | Richardn |
Maintainer: | Richardn |
Last Packager: | Richardn |
Votes: | 1 |
Popularity: | 0.010462 |
First Submitted: | 2024-07-08 06:29 (UTC) |
Last Updated: | 2024-10-04 18:30 (UTC) |
Dependencies (3)
- opencascade (opencascade-gitAUR, opencascade-rcAUR)
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
Latest Comments
Richardn commented on 2025-02-08 15:03 (UTC) (edited on 2025-02-08 15:13 (UTC) by Richardn)
@carlosal1015 Sorry for so late a reply, I completely forgot.
In Calculix CGX manual, section B.16 "How to deal with CAD-geometry":
Basically if one want to use NETGEN to mesh inside CGX, CGX expects a binary named
ng_vol
to be found inPATH
, and this binary is a modifiedng_vol
utility just for use with CGX. This AUR package ships the source code for the modifiedng_vol
utility provided by the CGX developers, builds NETGEN for the utility to link to, compiles and installs the utility for you.Now I think about it, maybe I should depend on other NETGEN AUR packages instead of trying to build NETGEN here. But still, with my current approach:
ng_vol.cpp
yet" won't break.carlosal1015 commented on 2025-01-02 00:27 (UTC)
What is the difference with respect to netgen-git or netgen-nogui?