[Bug 1108395] Review Request: netgen-mesher - Automatic mesh generation tool

bugzilla at redhat.com bugzilla at redhat.com
Sat Jun 14 00:23:04 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1108395



--- Comment #4 from Mukundan Ragavan <nonamedotc at gmail.com> ---

Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Header files in -devel subpackage, if present.
[x]: ldconfig called in %post and %postun if required.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.
[x]: Development (unversioned) .so files in -devel subpackage, if present.

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: If (and only if) the source package includes the text of the license(s)
     in its own file, then that file, containing the text of the license(s)
     for the package is included in %doc.

---> No license in the upstream tarball.

[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses found:
     "LGPL (with incorrect FSF address)", "LGPL (v2.1 or later) (with
     incorrect FSF address)", "GPL (v2 or later)", "Unknown or generated". 303
     files have unknown license. Detailed output of licensecheck in
     /home/mukundan/personal/pkgs/reviews/1108395-netgen-
     mesher/licensecheck.txt

---> This looks fine to me.

[x]: License file installed when any subpackage combination is installed.

---> No license file is installed. However, upstream tarball does not contain
license text.

[x]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/lib64/mpich/lib/pkgconfig,
     /usr/lib64/openmpi/lib/pkgconfig
[x]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib64/mpich,
     /usr/lib64/openmpi/lib/pkgconfig, /usr/lib64/mpich/lib/pkgconfig,
     /usr/lib64/mpich/lib

---> These two are fine since the directories listed are provided by openmpi
and mich.

[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: gtk-update-icon-cache is invoked in %postun and %posttrans if package
     contains icons.
     Note: icons in netgen-mesher-common

---> About this - Is there a specific reason why .desktop and icons are in
-common instead of the base package?

[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 532480 bytes in 2 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least one
     supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any that
     are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package contains desktop file if it is a GUI application.
[x]: Package installs a %{name}.desktop using desktop-file-install or desktop-
     file-validate if there is such a file.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install' ' DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package do not use a name that already exist
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as provided
     in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[x]: If the source package does not include license text(s) as a separate file
     from upstream, the packager SHOULD query upstream to include it.

---> License not included in the source tarball.

[x]: Final provides and requires are sane (see attachments).
[?]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in netgen-
     mesher-common , netgen-mesher-libs , netgen-mesher-openmpi , netgen-
     mesher-openmpi-libs , netgen-mesher-openmpi-devel , netgen-mesher-mpich ,
     netgen-mesher-mpich-libs , netgen-mesher-mpich-devel

---> Common is probably fine. But, the other packages?

[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise justified.
[x]: Scriptlets must be sane, if used.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.

---> Looks good. http://koji.fedoraproject.org/koji/taskinfo?taskID=7044576


[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed files.
[?]: Spec use %global instead of %define unless justified.
     Note: %define requiring justification: %define writepkgconfig() install
     -d -m 0755 %{buildroot}/$MPI_LIB/pkgconfig; cat >
     %{buildroot}/$MPI_LIB/pkgconfig/%{name}.pc <<
    
EOFprefix=%{_prefix}exec_prefix=${prefix}libdir=$MPI_LIBincludedir=$MPI_INCLUDE/%{name}Name:
     %{name}Description: %{summary}Version: %{version}Libs: -L\${libdir}
     -lnglibLibs.private: -lngcgs -lnggeom2d -lngmesh -lngocc -lngstlCflags:
     -I\${includedir}EOF%{nil}

---> As I understand it, this **local** macro is used correctly.


[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: Dist tag is present (not strictly required in GL).
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Uses parallel make %{?_smp_mflags} macro.
[x]: The placement of pkgconfig(.pc) files are correct.
[x]: SourceX is a working URL.

===== EXTRA items =====

Generic:
[x]: Large data in /usr/share should live in a noarch subpackage if package is
     arched.
     Note: Arch-ed rpms have a total of 1853440 bytes in /usr/share

---> The -common package seems to be the only one with files in /usr/share.
Since the files are from the tutorials, can it be be noarch?

[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Package should not use obsolete m4 macros
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: netgen-mesher-5.1-4.fc21.x86_64.rpm
          netgen-mesher-common-5.1-4.fc21.x86_64.rpm
          netgen-mesher-libs-5.1-4.fc21.x86_64.rpm
          netgen-mesher-devel-5.1-4.fc21.x86_64.rpm
          netgen-mesher-openmpi-5.1-4.fc21.x86_64.rpm
          netgen-mesher-openmpi-libs-5.1-4.fc21.x86_64.rpm
          netgen-mesher-openmpi-devel-5.1-4.fc21.x86_64.rpm
          netgen-mesher-mpich-5.1-4.fc21.x86_64.rpm
          netgen-mesher-mpich-libs-5.1-4.fc21.x86_64.rpm
          netgen-mesher-mpich-devel-5.1-4.fc21.x86_64.rpm
          netgen-mesher-5.1-4.fc21.src.rpm
netgen-mesher.x86_64: W: no-documentation
netgen-mesher.x86_64: W: no-manual-page-for-binary netgen-mesher
netgen-mesher.x86_64: W: no-manual-page-for-binary ng_vol
netgen-mesher.x86_64: W: no-manual-page-for-binary ng_stl
netgen-mesher-common.x86_64: W: desktopfile-without-binary
/usr/share/applications/netgen-mesher.desktop netgen-mesher

---> Mentioned about this earlier ....

netgen-mesher-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/libngcsg.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/libngmesh.so.0.0.0 exit at GLIBC_2.2.5

---> Could this (and few more shared-libs-calls-exit) be fixed or brought to
attention of the upstream folks?

netgen-mesher-libs.x86_64: W: no-documentation
netgen-mesher-devel.x86_64: W: no-documentation
netgen-mesher-openmpi.x86_64: W: no-documentation
netgen-mesher-openmpi-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-openmpi-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/openmpi/lib/libngmesh.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-openmpi-libs.x86_64: W: no-documentation
netgen-mesher-openmpi-devel.x86_64: W: only-non-binary-in-usr-lib
netgen-mesher-openmpi-devel.x86_64: W: no-documentation
netgen-mesher-mpich.x86_64: W: no-documentation
netgen-mesher-mpich-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-mpich-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/mpich/lib/libngmesh.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-mpich-libs.x86_64: W: no-documentation
netgen-mesher-mpich-devel.x86_64: W: only-non-binary-in-usr-lib
netgen-mesher-mpich-devel.x86_64: W: no-documentation
netgen-mesher.src:5: W: configure-without-libdir-spec
netgen-mesher.src: W: patch-not-applied Patch0: netgen-5.1_build.patch
netgen-mesher.src: W: patch-not-applied Patch1: netgen-5.1_oce.patch
netgen-mesher.src: W: patch-not-applied Patch2: netgen-5.1_metis.patch
netgen-mesher.src: W: patch-not-applied Patch3: netgen-5.1_netgendir.patch
netgen-mesher.src: W: patch-not-applied Patch4: netgen-5.1_msc-ver.patch

---> From the build log and buildroot, the patches are applied during build. 

netgen-mesher.src: W: invalid-url Source0:
http://sourceforge.net/projects/netgen-mesher/files/netgen-mesher/5.1/netgen-5.1.tar.gz
<urlopen error [Errno -2] Name or service not known>

---> I do not know if this is a problem. Upstream tarball sha256sum is
calculated below. Weird!

11 packages and 0 specfiles checked; 0 errors, 28 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint netgen-mesher-common netgen-mesher-mpich-libs netgen-mesher
netgen-mesher-libs netgen-mesher-openmpi-devel netgen-mesher-mpich-devel
netgen-mesher-mpich netgen-mesher-devel  
netgen-mesher-openmpi-libs netgen-mesher-openmpi
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 typeinfo for gzstreambase
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::multithread
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::testout
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::ntasks
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::geometryregister
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 typeinfo for netgen::NgException
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 typeinfo for
netgen::NetgenGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::h_argv
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::printmessage_importance
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::NgException::~NgException()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 vtable for netgen::NetgenGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::h_argc
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 vtable for netgen::Element
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::id
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Element2d::Invert2()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementEdges(int, netgen::Array<int, 0, int>&)
const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::BitArray::BitArray(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 gzstreambase::gzstreambase(char
const*, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::CurvedElements::CalcSurfaceTransformation(netgen::Point<2>,
netgen::SurfaceElementIndex, netgen::Point<3>*, netgen::Mat<3, 2>*, bool*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::BitArray::Clear()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::GetBox(netgen::Point3d&, netgen::Point3d&, int) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementFaceOrientation(int) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Identifications::GetPairs(int, netgen::Array<netgen::INDEX_2, 0, int>&)
const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::BASE_TABLE::BASE_TABLE(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::GetElementOfPoint(netgen::Point<3> const&, double*,
netgen::Array<int, 0, int> const*, bool, bool) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::BASE_TABLE::ChangeSize(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::GetStatus(netgen::MyStr&,
double&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 void
netgen::CurvedElements::CalcMultiPointSurfaceTransformation<3>(netgen::SurfaceElementIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::AddVolumeElement(netgen::Element const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Identifications::GetMap(int, netgen::Array<int, 1, int>&, bool) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementFaces(int, int*, int*) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementFaces(int, netgen::Array<int, 0, int>&, bool)
const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetFaceVertices(int, netgen::Array<int, 0, int>&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::GetMaterial(int)
const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::CurvedElements::IsSegmentCurved(netgen::SegmentIndex) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::SetUserData(char
const*, netgen::Array<double, 0, int>&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::InitPointCurve(double, double, double) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Segment::Segment()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::CurvedElements::CalcSegmentTransformation(double, netgen::SegmentIndex,
netgen::Point<3>*, netgen::Vec<3>*, bool*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::FaceDescriptor::GetBCName() const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetVertexSurfaceElements(int, netgen::Array<int, 0,
int>&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MyStr::MyStr(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Element2d::HasFace(netgen::Element2d const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor(int, int, int, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::Load(std::basic_istream<char, std::char_traits<char> >&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::BASE_INDEX_2_CLOSED_HASHTABLE::PositionCreate2(netgen::INDEX_2 const&,
int&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::HPRefinement(netgen::Mesh&, netgen::Refinement*, int, double, bool,
bool)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::MeshTopology::Update()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::BASE_TABLE::SetSize(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::CalcLocalH(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetVertexElements(int,
netgen::Array<netgen::ElementIndex, 0, int>&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::PopStatus()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Element::Invert()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 void
netgen::CurvedElements::CalcMultiPointSurfaceTransformation<2>(netgen::SurfaceElementIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementEdges(int, int*, int*) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::GetSurfaceElementsOfFace(int,
netgen::Array<netgen::SurfaceElementIndex, 0, int>&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::PushStatus(netgen::MyStr
const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Identifications::Add(netgen::PointIndex, netgen::PointIndex, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::CurvedElements::CalcMultiPointElementTransformation(netgen::ElementIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 void
netgen::CurvedElements::CalcMultiPointSegmentTransformation<2>(netgen::SegmentIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::AddSegment(netgen::Segment const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Element::GetBox(netgen::Array<netgen::MeshPoint, 1, netgen::PointIndex>
const&, netgen::Box3d&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::CalcSurfacesOfNode()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Element::Element(netgen::ELEMENT_TYPE)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::GetBCName(int) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::AddSurfaceElement(netgen::Element2d const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementEdges(int, int*, int*) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::BASE_INDEX_2_CLOSED_HASHTABLE::BASE_INDEX_2_CLOSED_HASHTABLE(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::CurvedElements::IsElementCurved(netgen::ElementIndex) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Element::SetOrder(int,
int, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::GetNDomains() const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Element::GetFace2(int,
netgen::Element2d&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetVertexSurfaceElements(int) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::RebuildSurfaceElementLists()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::SetThreadPercent(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementFace(int) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::Distribute(netgen::Array<int, 0, int>&, netgen::Array<int, 0,
int>&, netgen::Array<int, 0, int>&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetEdgeVertices(int, int&, int&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::BitArray::~BitArray()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::ResetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::SetAllocSize(int,
int, int, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshingParameters::MeshingParameters()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::CurvedElements::BuildCurvedElements(netgen::Refinement const*, int,
bool)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::BASE_INDEX_3_CLOSED_HASHTABLE::PositionCreate2(netgen::INDEX_3 const&,
int&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Box3d::IncreaseRel(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::BuildElementSearchTree()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::Compress()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::NgException::NgException(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::operator<<(std::basic_ostream<char, std::char_traits<char> >&,
netgen::Point3d const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::PureTetMesh() const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::BitArray::And(netgen::BitArray const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::CurvedElements::CalcElementTransformation(netgen::Point<3>,
netgen::ElementIndex, netgen::Point<3>*, netgen::Mat<3, 3>*, void*, bool)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::UpdateTopology()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::GetSurfaceElementOfPoint(netgen::Point<3> const&, double*,
netgen::Array<int, 0, int> const*, bool, bool) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Element::SetOrder(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::GetIntersectingVolEls(netgen::Point3d const&, netgen::Point3d
const&, netgen::Array<int, 0, int>&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::SendRecvMesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::AddPoint(netgen::Point3d const&, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Element2d::Element2d(netgen::ELEMENT_TYPE)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::~Mesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::BASE_TABLE::~BASE_TABLE()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 gzstreambase::~gzstreambase()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementEdges(int, netgen::Array<int, 0, int>&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::BitArray::Set()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetVertexElements(int) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Element2d::Element2d()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::PrintMessage(int,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::Save(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::Distribute()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::BisectionOptions::BisectionOptions()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::SetUserData(char
const*, netgen::Array<int, 0, int>&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Refinement::Bisect(netgen::Mesh&, netgen::BisectionOptions&,
netgen::Array<double, 0, int>*) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementEdgeOrientations(int, netgen::Array<int, 0,
int>&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Mesh::AddPointCurvePoint(netgen::Point3d const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::Mesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshOptimize2dSurfaces::MeshOptimize2dSurfaces(netgen::CSGeometry
const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::GetUserData(char
const*, netgen::Array<int, 0, int>&, int) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::GetNV() const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::CurvedElements::IsSurfaceElementCurved(netgen::SurfaceElementIndex)
const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Element::Element(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetFaceEdges(int, netgen::Array<int, 0, int>&, bool)
const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::Mesh::GetUserData(char
const*, netgen::Array<double, 0, int>&, int) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0
netgen::Refinement::MakeSecondOrder(netgen::Mesh&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::BASE_TABLE::IncSize2(int,
int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnginterface.so.0.0.0 netgen::MyStr::MyStr(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 typeinfo for
netgen::Identification
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::ntasks
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::id
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::Render()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::MouseDblClick(int, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::transformationmat
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::DrawCoordinateCross()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::DrawNetgenLogo()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::~VisualScene()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2d.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2d.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2d.so.0.0.0 netgen::ntasks
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2d.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2d.so.0.0.0 netgen::id
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2d.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2d.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2d.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2d.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libnggeom2d.so.0.0.0 netgen::Render()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 typeinfo for netgen::NetgenGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 typeinfo for netgen::Meshing2
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 typeinfo for netgen::MeshOptimize2d
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 typeinfo for netgen::Refinement
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Meshing2::StartMesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Meshing2::EndMesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Meshing2::BelongsToActiveChart(netgen::Point3d const&,
netgen::PointGeomInfo const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Meshing2::ComputePointGeomInfo(netgen::Point3d const&,
netgen::PointGeomInfo&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Meshing2::ChooseChartPointGeomInfo(netgen::MultiPointGeomInfo const&,
netgen::PointGeomInfo&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Meshing2::IsLineVertexOnChart(netgen::Point3d const&, netgen::Point3d
const&, int, netgen::PointGeomInfo const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Meshing2::GetChartBoundary(netgen::Array<netgen::Point2d, 0, int>&,
netgen::Array<netgen::Point3d, 0, int>&, netgen::Array<netgen::INDEX_2, 0,
int>&, double) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Meshing2::Area() const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::MeshOptimize2d::SelectSurfaceOfPoint(netgen::Point<3> const&,
netgen::PointGeomInfo const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Refinement::GetTangent(netgen::Point<3> const&, int, int,
netgen::EdgePointGeomInfo const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Refinement::GetNormal(netgen::Point<3> const&, int,
netgen::PointGeomInfo const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Refinement::ProjectToEdge(netgen::Point<3>&, int, int,
netgen::EdgePointGeomInfo const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::multithread
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::NgProfiler::tottimes
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 typeinfo for netgen::NgException
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::NgException::~NgException()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::NgProfiler::counts
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::myerr
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::NgProfiler::starttimes
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::testout
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::SetMinimalH(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Box3dTree::Insert(netgen::Point<3> const&, netgen::Point<3> const&,
int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Refinement::~Refinement()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::CalcSurfacesOfNode()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::OptimizeVolume(netgen::MeshingParameters&, netgen::Mesh&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::DenseMatrix::operator=(netgen::DenseMatrix const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::MyStr::MyStr(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::operator<<(std::basic_ostream<char, std::char_traits<char> >&,
netgen::Segment const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::AddPoint(netgen::Point3d
const&, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Mesh::RestrictLocalHLine(netgen::Point3d const&, netgen::Point3d
const&, double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::MyStr::MyStr(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Meshing2::GenerateMesh(netgen::Mesh&, netgen::MeshingParameters const&,
double, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Sort(netgen::Array<double, 0,
int> const&, netgen::Array<int, 0, int>&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::MeshQuality3d(netgen::Mesh
const&, netgen::Array<int, 0, int>*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::Compress()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::DenseMatrix::~DenseMatrix()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::GetH(netgen::Point3d
const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Meshing2::SetMaxArea(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::FaceDescriptor::FaceDescriptor()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Meshing2::SetStartTime(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::NgProfiler::CreateTimer(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor(int, int, int, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::Mesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Mesh::SetMaxHDomain(netgen::Array<double, 0, int> const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::PrintMessage(int, netgen::MyStr
const&, netgen::MyStr const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::RemoveIllegalElements(netgen::Mesh&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Meshing2::AddBoundaryElement(int, int, netgen::PointGeomInfo const&,
netgen::PointGeomInfo const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::MeshOptimize2d::EdgeSwapping(netgen::Mesh&, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Segment::Segment()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Meshing2::Meshing2(netgen::MeshingParameters const&, netgen::Box<3>
const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::NgException::NgException(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::DenseMatrix::DenseMatrix(int,
int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::PrintError(netgen::MyStr const&,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::CalcInverse(netgen::DenseMatrix
const&, netgen::DenseMatrix&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::AddSegment(netgen::Segment
const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::LoadLocalMeshSize(char
const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Meshing2::AddPoint(netgen::Point3d const&, netgen::PointIndex,
netgen::MultiPointGeomInfo*, bool)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Box3dTree::GetIntersecting(netgen::Point<3> const&, netgen::Point<3>
const&, netgen::Array<int, 0, int>&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::DenseMatrix::Det() const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::operator*(netgen::DenseMatrix
const&, netgen::DenseMatrix const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::MeshOptimize2d::CombineImprove(netgen::Mesh&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::MeshOptimize2d::MeshOptimize2d()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Mesh::RestrictLocalH(netgen::Point3d const&, double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Refinement::Refinement()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::~Mesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Transpose(netgen::DenseMatrix
const&, netgen::DenseMatrix&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::SetLocalH(netgen::Point3d
const&, netgen::Point3d const&, double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::PrintMessage(int, netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Mesh::SetGlobalH(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Meshing2::~Meshing2()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::MeshOptimize2d::ImproveMesh(netgen::Mesh&, netgen::MeshingParameters
const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::MeshVolume(netgen::MeshingParameters&, netgen::Mesh&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0 netgen::Box3d::Increase(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngocc.so.0.0.0
netgen::Box3dTree::Box3dTree(netgen::Point<3> const&, netgen::Point<3> const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 netgen::ntasks
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 netgen::id
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 netgen::Render()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstl.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 netgen::ntasks
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 netgen::id
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 netgen::Render()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-mpich-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/mpich/lib/libngcsg.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 typeinfo for netgen::NetgenGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 typeinfo for netgen::Meshing2
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 typeinfo for netgen::MeshOptimize2d
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 typeinfo for netgen::Refinement
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Meshing2::StartMesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Meshing2::EndMesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Meshing2::BelongsToActiveChart(netgen::Point3d const&,
netgen::PointGeomInfo const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Meshing2::ComputePointGeomInfo(netgen::Point3d const&,
netgen::PointGeomInfo&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Meshing2::ChooseChartPointGeomInfo(netgen::MultiPointGeomInfo const&,
netgen::PointGeomInfo&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Meshing2::IsLineVertexOnChart(netgen::Point3d const&, netgen::Point3d
const&, int, netgen::PointGeomInfo const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Meshing2::GetChartBoundary(netgen::Array<netgen::Point2d, 0, int>&,
netgen::Array<netgen::Point3d, 0, int>&, netgen::Array<netgen::INDEX_2, 0,
int>&, double) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Meshing2::Area() const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::SelectSurfaceOfPoint(netgen::Point<3> const&,
netgen::PointGeomInfo const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Refinement::GetTangent(netgen::Point<3> const&, int, int,
netgen::EdgePointGeomInfo const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Refinement::GetNormal(netgen::Point<3> const&, int,
netgen::PointGeomInfo const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Refinement::ProjectToEdge(netgen::Point<3>&, int, int,
netgen::EdgePointGeomInfo const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::multithread
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::NgProfiler::tottimes
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 typeinfo for netgen::NgException
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::NgException::~NgException()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::NgProfiler::counts
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::myerr
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::NgProfiler::starttimes
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::testout
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Mesh::SetMinimalH(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Box3dTree::Insert(netgen::Point<3> const&, netgen::Point<3> const&,
int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Refinement::~Refinement()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Mesh::CalcSurfacesOfNode()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::OptimizeVolume(netgen::MeshingParameters&, netgen::Mesh&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::DenseMatrix::operator=(netgen::DenseMatrix const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::MyStr::MyStr(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::operator<<(std::basic_ostream<char, std::char_traits<char> >&,
netgen::Segment const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Mesh::AddPoint(netgen::Point3d const&, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Mesh::RestrictLocalHLine(netgen::Point3d const&, netgen::Point3d
const&, double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::MyStr::MyStr(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Meshing2::GenerateMesh(netgen::Mesh&, netgen::MeshingParameters const&,
double, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Sort(netgen::Array<double, 0,
int> const&, netgen::Array<int, 0, int>&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::MeshQuality3d(netgen::Mesh
const&, netgen::Array<int, 0, int>*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Mesh::Compress()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::DenseMatrix::~DenseMatrix()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Mesh::GetH(netgen::Point3d
const&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Meshing2::SetMaxArea(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Meshing2::SetStartTime(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::NgProfiler::CreateTimer(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor(int, int, int, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Mesh::Mesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Mesh::SetMaxHDomain(netgen::Array<double, 0, int> const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::PrintMessage(int,
netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::RemoveIllegalElements(netgen::Mesh&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Meshing2::AddBoundaryElement(int, int, netgen::PointGeomInfo const&,
netgen::PointGeomInfo const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::EdgeSwapping(netgen::Mesh&, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Segment::Segment()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Meshing2::Meshing2(netgen::MeshingParameters const&, netgen::Box<3>
const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::NgException::NgException(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::DenseMatrix::DenseMatrix(int,
int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::PrintError(netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::CalcInverse(netgen::DenseMatrix const&, netgen::DenseMatrix&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Mesh::AddSegment(netgen::Segment const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Mesh::LoadLocalMeshSize(char
const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Meshing2::AddPoint(netgen::Point3d const&, netgen::PointIndex,
netgen::MultiPointGeomInfo*, bool)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Box3dTree::GetIntersecting(netgen::Point<3> const&, netgen::Point<3>
const&, netgen::Array<int, 0, int>&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::DenseMatrix::Det() const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::operator*(netgen::DenseMatrix
const&, netgen::DenseMatrix const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::CombineImprove(netgen::Mesh&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::MeshOptimize2d()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Mesh::RestrictLocalH(netgen::Point3d const&, double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Refinement::Refinement()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Mesh::~Mesh()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Transpose(netgen::DenseMatrix
const&, netgen::DenseMatrix&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Mesh::SetLocalH(netgen::Point3d const&, netgen::Point3d const&, double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::PrintMessage(int,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&,
netgen::MyStr const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Mesh::SetGlobalH(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Meshing2::~Meshing2()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::ImproveMesh(netgen::Mesh&, netgen::MeshingParameters
const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::MeshVolume(netgen::MeshingParameters&, netgen::Mesh&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::Box3d::Increase(double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Box3dTree::Box3dTree(netgen::Point<3> const&, netgen::Point<3> const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 typeinfo for netgen::GeometryRegister
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 typeinfo for netgen::NetgenGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::VisualScene::transformationmat
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::ng_geometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::geometryregister
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::vispar
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::mesh
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::testout
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::GeometryRegister::~GeometryRegister()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::Mesh::GetSurfaceElementsOfFace(int,
netgen::Array<netgen::SurfaceElementIndex, 0, int>&) const
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::PrintMessage(int,
netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::VisualScene::SetClippingPlane()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::ColourMatch(netgen::Vec3d,
netgen::Vec3d, double)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::AutoColourBcProps(netgen::Mesh&, char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::VisualScene::~VisualScene()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 gluPickMatrix
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0 netgen::GetFaceColours(netgen::Mesh&,
netgen::Array<netgen::Vec3d, 0, int>&)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngoccvis.so.0.0.0
netgen::SelectFaceInOCCDialogTree(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngmesh.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngmesh.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngmesh.so.0.0.0 netgen::ntasks
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngmesh.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngmesh.so.0.0.0 netgen::id
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngmesh.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngmesh.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngmesh.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-mpich-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/mpich/lib/libngmesh.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-mpich-libs.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/mpich/lib/libnglib.so.5.0.1 /usr/lib64/mpich/lib/libngcsg.so.0
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::ntasks
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::id
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::Render()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0
netgen::VisualScene::MouseDblClick(int, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::vispar
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::ng_geometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::mesh
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0
netgen::VisualScene::transformationmat
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 gluPickMatrix
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0
netgen::Ng_SetMeshingParameters(void*, Tcl_Interp*, int, char const**)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0
netgen::VisualScene::SetClippingPlane()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0 netgen::VisualScene::~VisualScene()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0
netgen::VisualScene::DrawColorBar(double, double, int, bool)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngstlvis.so.0.0.0
netgen::VisualScene::SetOpenGlColor(double, double, double, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::ntasks
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::id
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::Render()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::GetTime()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::MouseDblClick(int, int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::vispar
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::err_jobrunning
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::err_needsmesh
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::ng_geometry
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::mparam
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::mesh
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::transformationmat
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::DrawScene()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::DrawNetgenLogo()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::BuildScene(int)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::DrawCoordinateCross()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::SetClippingPlane()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::MyOpenGLText(char const*)
netgen-mesher-mpich-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/mpich/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::~VisualScene()
netgen-mesher-mpich-libs.x86_64: W: no-documentation
netgen-mesher.x86_64: W: no-documentation
netgen-mesher.x86_64: W: no-manual-page-for-binary netgen-mesher
netgen-mesher.x86_64: W: no-manual-page-for-binary ng_vol
netgen-mesher.x86_64: W: no-manual-page-for-binary ng_stl
netgen-mesher-libs.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/libnglib.so.5.0.1 /lib64/libngcsg.so.0
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::ntasks
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::id
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::Render()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::MouseDblClick(int, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::vispar
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::err_jobrunning
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::err_needsmesh
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::ng_geometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::mesh
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::transformationmat
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::DrawScene()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::DrawNetgenLogo()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::BuildScene(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::DrawCoordinateCross()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::SetClippingPlane()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::MyOpenGLText(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsgvis.so.0.0.0 netgen::VisualScene::~VisualScene()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 netgen::ntasks
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 typeinfo for netgen::CloseSurfaceIdentification
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 netgen::id
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 netgen::Render()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstl.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::ntasks
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 typeinfo for netgen::CloseSurfaceIdentification
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::id
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::Render()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::MouseDblClick(int, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::vispar
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::ng_geometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::mesh
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::transformationmat
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 gluPickMatrix
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::Ng_SetMeshingParameters(void*,
Tcl_Interp*, int, char const**)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::SetClippingPlane()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::~VisualScene()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::DrawColorBar(double,
double, int, bool)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngstlvis.so.0.0.0 netgen::VisualScene::SetOpenGlColor(double,
double, double, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::ntasks
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::id
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::Render()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::VisualScene::MouseDblClick(int, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::VisualScene::transformationmat
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::VisualScene::DrawCoordinateCross()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::VisualScene::DrawNetgenLogo()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2dvis.so.0.0.0 netgen::VisualScene::~VisualScene()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 typeinfo for netgen::NetgenGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 typeinfo for netgen::Meshing2
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 typeinfo for netgen::MeshOptimize2d
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 typeinfo for netgen::Refinement
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Meshing2::StartMesh()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Meshing2::EndMesh()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::Meshing2::BelongsToActiveChart(netgen::Point3d const&,
netgen::PointGeomInfo const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::Meshing2::ComputePointGeomInfo(netgen::Point3d const&,
netgen::PointGeomInfo&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::Meshing2::ChooseChartPointGeomInfo(netgen::MultiPointGeomInfo const&,
netgen::PointGeomInfo&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::Meshing2::IsLineVertexOnChart(netgen::Point3d const&, netgen::Point3d
const&, int, netgen::PointGeomInfo const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::Meshing2::GetChartBoundary(netgen::Array<netgen::Point2d, 0, int>&,
netgen::Array<netgen::Point3d, 0, int>&, netgen::Array<netgen::INDEX_2, 0,
int>&, double) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Meshing2::Area() const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::SelectSurfaceOfPoint(netgen::Point<3> const&,
netgen::PointGeomInfo const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Refinement::GetTangent(netgen::Point<3>
const&, int, int, netgen::EdgePointGeomInfo const&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Refinement::GetNormal(netgen::Point<3>
const&, int, netgen::PointGeomInfo const&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::Refinement::ProjectToEdge(netgen::Point<3>&, int, int,
netgen::EdgePointGeomInfo const&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::multithread
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::NgProfiler::tottimes
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 typeinfo for netgen::NgException
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::NgException::~NgException()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::NgProfiler::counts
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::myerr
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::NgProfiler::starttimes
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::testout
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::SetMinimalH(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Box3dTree::Insert(netgen::Point<3>
const&, netgen::Point<3> const&, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Refinement::~Refinement()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::CalcSurfacesOfNode()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::OptimizeVolume(netgen::MeshingParameters&, netgen::Mesh&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::DenseMatrix::operator=(netgen::DenseMatrix const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::MyStr::MyStr(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::operator<<(std::basic_ostream<char,
std::char_traits<char> >&, netgen::Segment const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::AddPoint(netgen::Point3d const&,
int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::Mesh::RestrictLocalHLine(netgen::Point3d const&, netgen::Point3d
const&, double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::MyStr::MyStr(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Meshing2::GenerateMesh(netgen::Mesh&,
netgen::MeshingParameters const&, double, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Sort(netgen::Array<double, 0, int>
const&, netgen::Array<int, 0, int>&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::MeshQuality3d(netgen::Mesh const&,
netgen::Array<int, 0, int>*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::Compress()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::DenseMatrix::~DenseMatrix()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::GetH(netgen::Point3d const&)
const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Meshing2::SetMaxArea(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::FaceDescriptor::FaceDescriptor()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Meshing2::SetStartTime(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::NgProfiler::CreateTimer(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::FaceDescriptor::FaceDescriptor(int,
int, int, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::Mesh()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::Mesh::SetMaxHDomain(netgen::Array<double, 0, int> const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::PrintMessage(int, netgen::MyStr const&,
netgen::MyStr const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::RemoveIllegalElements(netgen::Mesh&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Meshing2::AddBoundaryElement(int, int,
netgen::PointGeomInfo const&, netgen::PointGeomInfo const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::EdgeSwapping(netgen::Mesh&, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Segment::Segment()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::Meshing2::Meshing2(netgen::MeshingParameters const&, netgen::Box<3>
const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::NgException::NgException(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::DenseMatrix::DenseMatrix(int, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::PrintError(netgen::MyStr const&,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::CalcInverse(netgen::DenseMatrix const&,
netgen::DenseMatrix&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::AddSegment(netgen::Segment
const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::LoadLocalMeshSize(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Meshing2::AddPoint(netgen::Point3d
const&, netgen::PointIndex, netgen::MultiPointGeomInfo*, bool)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::Box3dTree::GetIntersecting(netgen::Point<3> const&, netgen::Point<3>
const&, netgen::Array<int, 0, int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::DenseMatrix::Det() const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::operator*(netgen::DenseMatrix const&,
netgen::DenseMatrix const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::CombineImprove(netgen::Mesh&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::MeshOptimize2d::MeshOptimize2d()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::RestrictLocalH(netgen::Point3d
const&, double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Refinement::Refinement()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::~Mesh()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Transpose(netgen::DenseMatrix const&,
netgen::DenseMatrix&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::SetLocalH(netgen::Point3d const&,
netgen::Point3d const&, double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::PrintMessage(int, netgen::MyStr const&,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::SetGlobalH(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Meshing2::~Meshing2()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::ImproveMesh(netgen::Mesh&, netgen::MeshingParameters
const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::MeshVolume(netgen::MeshingParameters&,
netgen::Mesh&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Box3d::Increase(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Box3dTree::Box3dTree(netgen::Point<3>
const&, netgen::Point<3> const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 typeinfo for netgen::GeometryRegister
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 typeinfo for netgen::NetgenGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::VisualScene::transformationmat
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::ng_geometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::geometryregister
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::vispar
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::mesh
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::testout
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::GeometryRegister::~GeometryRegister()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::Mesh::GetSurfaceElementsOfFace(int,
netgen::Array<netgen::SurfaceElementIndex, 0, int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::PrintMessage(int, netgen::MyStr const&,
netgen::MyStr const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::VisualScene::SetClippingPlane()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::ColourMatch(netgen::Vec3d,
netgen::Vec3d, double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::AutoColourBcProps(netgen::Mesh&, char
const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::VisualScene::~VisualScene()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 gluPickMatrix
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::GetFaceColours(netgen::Mesh&,
netgen::Array<netgen::Vec3d, 0, int>&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngoccvis.so.0.0.0 netgen::SelectFaceInOCCDialogTree(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsg.so.0.0.0 netgen::ntasks
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsg.so.0.0.0 netgen::id
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsg.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsg.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsg.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsg.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsg.so.0.0.0 netgen::Render()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsg.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngcsg.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/libngcsg.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngmesh.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngmesh.so.0.0.0 netgen::ntasks
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngmesh.so.0.0.0 typeinfo for netgen::CloseSurfaceIdentification
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngmesh.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngmesh.so.0.0.0 netgen::id
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngmesh.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngmesh.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngmesh.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/libngmesh.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 typeinfo for gzstreambase
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::testout
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::h_argv
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::printmessage_importance
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::NgException::~NgException()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::geometryregister
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::id
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::h_argc
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 vtable for netgen::Element
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 typeinfo for netgen::NetgenGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::multithread
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 typeinfo for netgen::NgException
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 vtable for netgen::NetgenGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MeshTopology::GetFaceEdges(int,
netgen::Array<int, 0, int>&, bool) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::PrintMessage(int, netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MeshTopology::GetElementFaces(int,
netgen::Array<int, 0, int>&, bool) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Element2d::HasFace(netgen::Element2d
const&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::GetBCName(int) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MeshTopology::GetVertexElements(int,
netgen::Array<netgen::ElementIndex, 0, int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::BASE_INDEX_2_CLOSED_HASHTABLE::PositionCreate2(netgen::INDEX_2 const&,
int&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Element::SetOrder(int, int, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::Compress()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MeshTopology::GetVertexElements(int)
const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::PushStatus(netgen::MyStr const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BASE_TABLE::IncSize2(int, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::GetNV() const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::SetThreadPercent(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MeshTopology::GetElementEdges(int,
netgen::Array<int, 0, int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::CurvedElements::IsElementCurved(netgen::ElementIndex) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::CurvedElements::IsSegmentCurved(netgen::SegmentIndex) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::UpdateTopology()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::CurvedElements::BuildCurvedElements(netgen::Refinement const*, int,
bool)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Element2d::Element2d(netgen::ELEMENT_TYPE)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 void
netgen::CurvedElements::CalcMultiPointSegmentTransformation<2>(netgen::SegmentIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::FaceDescriptor::FaceDescriptor(int,
int, int, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Refinement::MakeSecondOrder(netgen::Mesh&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::Save(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BitArray::~BitArray()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Element2d::Element2d()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::ResetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::GetUserData(char const*,
netgen::Array<double, 0, int>&, int) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Element::SetOrder(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BitArray::BitArray(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementEdges(int, netgen::Array<int, 0, int>&)
const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::RebuildSurfaceElementLists()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MyStr::MyStr(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BASE_TABLE::ChangeSize(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Element::Element(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::AddPoint(netgen::Point3d
const&, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Mesh::GetIntersectingVolEls(netgen::Point3d const&, netgen::Point3d
const&, netgen::Array<int, 0, int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::MeshTopology::GetVertexSurfaceElements(int, netgen::Array<int, 0,
int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Element2d::Invert2()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementFace(int) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BitArray::And(netgen::BitArray
const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BitArray::Clear()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::GetNDomains() const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::GetSurfaceElementsOfFace(int,
netgen::Array<netgen::SurfaceElementIndex, 0, int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 void
netgen::CurvedElements::CalcMultiPointSurfaceTransformation<3>(netgen::SurfaceElementIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::SetAllocSize(int, int, int,
int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::CurvedElements::CalcElementTransformation(netgen::Point<3>,
netgen::ElementIndex, netgen::Point<3>*, netgen::Mat<3, 3>*, void*, bool)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MeshTopology::GetEdgeVertices(int,
int&, int&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 gzstreambase::~gzstreambase()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::InitPointCurve(double, double,
double) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BASE_TABLE::BASE_TABLE(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MeshTopology::GetFaceVertices(int,
netgen::Array<int, 0, int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Mesh::AddVolumeElement(netgen::Element const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::CalcLocalH(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Segment::Segment()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementEdges(int, int*, int*) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::BASE_INDEX_3_CLOSED_HASHTABLE::PositionCreate2(netgen::INDEX_3 const&,
int&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::Load(std::basic_istream<char,
std::char_traits<char> >&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Identifications::GetMap(int,
netgen::Array<int, 1, int>&, bool) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::CalcSurfacesOfNode()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementEdgeOrientations(int, netgen::Array<int, 0,
int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Mesh::GetElementOfPoint(netgen::Point<3> const&, double*,
netgen::Array<int, 0, int> const*, bool, bool) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementFaceOrientation(int) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Identifications::Add(netgen::PointIndex, netgen::PointIndex, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Element::GetFace2(int,
netgen::Element2d&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BitArray::Set()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Element::Invert()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::CurvedElements::CalcSegmentTransformation(double, netgen::SegmentIndex,
netgen::Point<3>*, netgen::Vec<3>*, bool*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::~Mesh()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::operator<<(std::basic_ostream<char,
std::char_traits<char> >&, netgen::Point3d const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MeshTopology::GetElementEdges(int,
int*, int*) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::AddSegment(netgen::Segment
const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::GetBox(netgen::Point3d&,
netgen::Point3d&, int) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::MeshOptimize2dSurfaces::MeshOptimize2dSurfaces(netgen::CSGeometry
const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::NgException::NgException(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Mesh::GetSurfaceElementOfPoint(netgen::Point<3> const&, double*,
netgen::Array<int, 0, int> const*, bool, bool) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MyStr::MyStr(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::CurvedElements::CalcSurfaceTransformation(netgen::Point<2>,
netgen::SurfaceElementIndex, netgen::Point<3>*, netgen::Mat<3, 2>*, bool*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::FaceDescriptor::FaceDescriptor()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::CurvedElements::CalcMultiPointElementTransformation(netgen::ElementIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BASE_TABLE::SetSize(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::FaceDescriptor::GetBCName() const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MeshTopology::Update()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::GetMaterial(int) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::PopStatus()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::CurvedElements::IsSurfaceElementCurved(netgen::SurfaceElementIndex)
const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BisectionOptions::BisectionOptions()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Element::Element(netgen::ELEMENT_TYPE)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Refinement::Bisect(netgen::Mesh&,
netgen::BisectionOptions&, netgen::Array<double, 0, int>*) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Mesh::AddSurfaceElement(netgen::Element2d const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::GetUserData(char const*,
netgen::Array<int, 0, int>&, int) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::MeshTopology::GetElementFaces(int,
int*, int*) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::Mesh()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::BASE_TABLE::~BASE_TABLE()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::BASE_INDEX_2_CLOSED_HASHTABLE::BASE_INDEX_2_CLOSED_HASHTABLE(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::MeshTopology::GetVertexSurfaceElements(int) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::HPRefinement(netgen::Mesh&,
netgen::Refinement*, int, double, bool, bool)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::MeshingParameters::MeshingParameters()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Mesh::AddPointCurvePoint(netgen::Point3d const&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::PureTetMesh() const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 gzstreambase::gzstreambase(char const*, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::SetUserData(char const*,
netgen::Array<double, 0, int>&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0
netgen::Element::GetBox(netgen::Array<netgen::MeshPoint, 1, netgen::PointIndex>
const&, netgen::Box3d&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::GetStatus(netgen::MyStr&, double&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Identifications::GetPairs(int,
netgen::Array<netgen::INDEX_2, 0, int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::BuildElementSearchTree()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 void
netgen::CurvedElements::CalcMultiPointSurfaceTransformation<2>(netgen::SurfaceElementIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Box3d::IncreaseRel(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnginterface.so.0.0.0 netgen::Mesh::SetUserData(char const*,
netgen::Array<int, 0, int>&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 typeinfo for netgen::NetgenGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 typeinfo for netgen::Meshing2
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 typeinfo for netgen::MeshOptimize2d
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 typeinfo for netgen::Refinement
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Meshing2::StartMesh()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Meshing2::EndMesh()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::Meshing2::BelongsToActiveChart(netgen::Point3d const&,
netgen::PointGeomInfo const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::Meshing2::ComputePointGeomInfo(netgen::Point3d const&,
netgen::PointGeomInfo&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::Meshing2::ChooseChartPointGeomInfo(netgen::MultiPointGeomInfo const&,
netgen::PointGeomInfo&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::Meshing2::IsLineVertexOnChart(netgen::Point3d const&, netgen::Point3d
const&, int, netgen::PointGeomInfo const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::Meshing2::GetChartBoundary(netgen::Array<netgen::Point2d, 0, int>&,
netgen::Array<netgen::Point3d, 0, int>&, netgen::Array<netgen::INDEX_2, 0,
int>&, double) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Meshing2::Area() const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::MeshOptimize2d::SelectSurfaceOfPoint(netgen::Point<3> const&,
netgen::PointGeomInfo const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Refinement::GetTangent(netgen::Point<3>
const&, int, int, netgen::EdgePointGeomInfo const&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Refinement::GetNormal(netgen::Point<3>
const&, int, netgen::PointGeomInfo const&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::Refinement::ProjectToEdge(netgen::Point<3>&, int, int,
netgen::EdgePointGeomInfo const&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::multithread
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::NgProfiler::tottimes
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 typeinfo for netgen::NgException
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::NgException::~NgException()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::NgProfiler::counts
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::myerr
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::NgProfiler::starttimes
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::testout
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::SetMinimalH(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Box3dTree::Insert(netgen::Point<3> const&,
netgen::Point<3> const&, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Refinement::~Refinement()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::CalcSurfacesOfNode()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::OptimizeVolume(netgen::MeshingParameters&,
netgen::Mesh&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::DenseMatrix::operator=(netgen::DenseMatrix
const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::MyStr::MyStr(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::operator<<(std::basic_ostream<char,
std::char_traits<char> >&, netgen::Segment const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::AddPoint(netgen::Point3d const&,
int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::RestrictLocalHLine(netgen::Point3d
const&, netgen::Point3d const&, double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::MyStr::MyStr(int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Meshing2::GenerateMesh(netgen::Mesh&,
netgen::MeshingParameters const&, double, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Sort(netgen::Array<double, 0, int> const&,
netgen::Array<int, 0, int>&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::MeshQuality3d(netgen::Mesh const&,
netgen::Array<int, 0, int>*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::Compress()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::DenseMatrix::~DenseMatrix()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::GetH(netgen::Point3d const&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Meshing2::SetMaxArea(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::FaceDescriptor::FaceDescriptor()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Meshing2::SetStartTime(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::NgProfiler::CreateTimer(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::FaceDescriptor::FaceDescriptor(int, int,
int, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::Mesh()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::SetMaxHDomain(netgen::Array<double,
0, int> const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::PrintMessage(int, netgen::MyStr const&,
netgen::MyStr const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::RemoveIllegalElements(netgen::Mesh&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Meshing2::AddBoundaryElement(int, int,
netgen::PointGeomInfo const&, netgen::PointGeomInfo const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::MeshOptimize2d::EdgeSwapping(netgen::Mesh&, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Segment::Segment()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::Meshing2::Meshing2(netgen::MeshingParameters const&, netgen::Box<3>
const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::NgException::NgException(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::DenseMatrix::DenseMatrix(int, int)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::PrintError(netgen::MyStr const&,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::CalcInverse(netgen::DenseMatrix const&,
netgen::DenseMatrix&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::AddSegment(netgen::Segment const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::LoadLocalMeshSize(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Meshing2::AddPoint(netgen::Point3d const&,
netgen::PointIndex, netgen::MultiPointGeomInfo*, bool)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::Box3dTree::GetIntersecting(netgen::Point<3> const&, netgen::Point<3>
const&, netgen::Array<int, 0, int>&) const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::DenseMatrix::Det() const
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::operator*(netgen::DenseMatrix const&,
netgen::DenseMatrix const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0
netgen::MeshOptimize2d::CombineImprove(netgen::Mesh&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::MeshOptimize2d::MeshOptimize2d()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::RestrictLocalH(netgen::Point3d
const&, double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Refinement::Refinement()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::~Mesh()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Transpose(netgen::DenseMatrix const&,
netgen::DenseMatrix&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::SetLocalH(netgen::Point3d const&,
netgen::Point3d const&, double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::PrintMessage(int, netgen::MyStr const&,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Mesh::SetGlobalH(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Meshing2::~Meshing2()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::MeshOptimize2d::ImproveMesh(netgen::Mesh&,
netgen::MeshingParameters const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::MeshVolume(netgen::MeshingParameters&,
netgen::Mesh&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Box3d::Increase(double)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libngocc.so.0.0.0 netgen::Box3dTree::Box3dTree(netgen::Point<3>
const&, netgen::Point<3> const&)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2d.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2d.so.0.0.0 netgen::ntasks
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2d.so.0.0.0 typeinfo for netgen::CloseSurfaceIdentification
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2d.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2d.so.0.0.0 netgen::id
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2d.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2d.so.0.0.0 netgen::GetTime()
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2d.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2d.so.0.0.0 netgen::mparam
netgen-mesher-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/libnggeom2d.so.0.0.0 netgen::Render()
netgen-mesher-libs.x86_64: W: no-documentation
netgen-mesher-openmpi-devel.x86_64: W: only-non-binary-in-usr-lib
netgen-mesher-openmpi-devel.x86_64: W: no-documentation
netgen-mesher-mpich-devel.x86_64: W: only-non-binary-in-usr-lib
netgen-mesher-mpich-devel.x86_64: W: no-documentation
netgen-mesher-mpich.x86_64: W: no-documentation
netgen-mesher-devel.x86_64: W: no-documentation
netgen-mesher-openmpi-libs.x86_64: W: unused-direct-shlib-dependency
/usr/lib64/openmpi/lib/libnglib.so.5.0.1 /usr/lib64/openmpi/lib/libngcsg.so.0
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 netgen::ntasks
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 netgen::id
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 netgen::Render()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-openmpi-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/openmpi/lib/libngcsg.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 typeinfo for netgen::NetgenGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 typeinfo for netgen::Meshing2
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 typeinfo for netgen::MeshOptimize2d
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 typeinfo for netgen::Refinement
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Meshing2::StartMesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Meshing2::EndMesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Meshing2::BelongsToActiveChart(netgen::Point3d const&,
netgen::PointGeomInfo const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Meshing2::ComputePointGeomInfo(netgen::Point3d const&,
netgen::PointGeomInfo&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Meshing2::ChooseChartPointGeomInfo(netgen::MultiPointGeomInfo const&,
netgen::PointGeomInfo&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Meshing2::IsLineVertexOnChart(netgen::Point3d const&, netgen::Point3d
const&, int, netgen::PointGeomInfo const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Meshing2::GetChartBoundary(netgen::Array<netgen::Point2d, 0, int>&,
netgen::Array<netgen::Point3d, 0, int>&, netgen::Array<netgen::INDEX_2, 0,
int>&, double) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Meshing2::Area() const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::MeshOptimize2d::SelectSurfaceOfPoint(netgen::Point<3> const&,
netgen::PointGeomInfo const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Refinement::GetTangent(netgen::Point<3> const&, int, int,
netgen::EdgePointGeomInfo const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Refinement::GetNormal(netgen::Point<3> const&, int,
netgen::PointGeomInfo const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Refinement::ProjectToEdge(netgen::Point<3>&, int, int,
netgen::EdgePointGeomInfo const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::multithread
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::NgProfiler::tottimes
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 typeinfo for netgen::NgException
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::NgException::~NgException()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::NgProfiler::counts
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::myerr
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::NgProfiler::starttimes
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::testout
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Mesh::SetMinimalH(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Box3dTree::Insert(netgen::Point<3> const&, netgen::Point<3> const&,
int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Refinement::~Refinement()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Mesh::CalcSurfacesOfNode()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::OptimizeVolume(netgen::MeshingParameters&, netgen::Mesh&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::DenseMatrix::operator=(netgen::DenseMatrix const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::MyStr::MyStr(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::operator<<(std::basic_ostream<char, std::char_traits<char> >&,
netgen::Segment const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Mesh::AddPoint(netgen::Point3d
const&, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Mesh::RestrictLocalHLine(netgen::Point3d const&, netgen::Point3d
const&, double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::MyStr::MyStr(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Meshing2::GenerateMesh(netgen::Mesh&, netgen::MeshingParameters const&,
double, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Sort(netgen::Array<double, 0,
int> const&, netgen::Array<int, 0, int>&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::MeshQuality3d(netgen::Mesh
const&, netgen::Array<int, 0, int>*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Mesh::Compress()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::DenseMatrix::~DenseMatrix()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Mesh::GetH(netgen::Point3d
const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Meshing2::SetMaxArea(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Meshing2::SetStartTime(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::NgProfiler::CreateTimer(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor(int, int, int, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Mesh::Mesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Mesh::SetMaxHDomain(netgen::Array<double, 0, int> const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::PrintMessage(int,
netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::RemoveIllegalElements(netgen::Mesh&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Meshing2::AddBoundaryElement(int, int, netgen::PointGeomInfo const&,
netgen::PointGeomInfo const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::MeshOptimize2d::EdgeSwapping(netgen::Mesh&, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Segment::Segment()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Meshing2::Meshing2(netgen::MeshingParameters const&, netgen::Box<3>
const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::NgException::NgException(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::DenseMatrix::DenseMatrix(int,
int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::PrintError(netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::CalcInverse(netgen::DenseMatrix const&, netgen::DenseMatrix&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Mesh::AddSegment(netgen::Segment const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Mesh::LoadLocalMeshSize(char
const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Meshing2::AddPoint(netgen::Point3d const&, netgen::PointIndex,
netgen::MultiPointGeomInfo*, bool)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Box3dTree::GetIntersecting(netgen::Point<3> const&, netgen::Point<3>
const&, netgen::Array<int, 0, int>&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::DenseMatrix::Det() const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::operator*(netgen::DenseMatrix
const&, netgen::DenseMatrix const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::MeshOptimize2d::CombineImprove(netgen::Mesh&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::MeshOptimize2d::MeshOptimize2d()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Mesh::RestrictLocalH(netgen::Point3d const&, double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Refinement::Refinement()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Mesh::~Mesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Transpose(netgen::DenseMatrix
const&, netgen::DenseMatrix&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Mesh::SetLocalH(netgen::Point3d const&, netgen::Point3d const&, double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::PrintMessage(int,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&,
netgen::MyStr const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Mesh::SetGlobalH(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Meshing2::~Meshing2()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::MeshOptimize2d::ImproveMesh(netgen::Mesh&, netgen::MeshingParameters
const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::MeshVolume(netgen::MeshingParameters&, netgen::Mesh&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0 netgen::Box3d::Increase(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngocc.so.0.0.0
netgen::Box3dTree::Box3dTree(netgen::Point<3> const&, netgen::Point<3> const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::ntasks
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::id
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::Render()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0
netgen::VisualScene::MouseDblClick(int, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::vispar
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::ng_geometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::mesh
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0
netgen::VisualScene::transformationmat
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 gluPickMatrix
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0
netgen::Ng_SetMeshingParameters(void*, Tcl_Interp*, int, char const**)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0
netgen::VisualScene::SetClippingPlane()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0 netgen::VisualScene::~VisualScene()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0
netgen::VisualScene::DrawColorBar(double, double, int, bool)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstlvis.so.0.0.0
netgen::VisualScene::SetOpenGlColor(double, double, double, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 typeinfo for
netgen::Identification
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::ntasks
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::id
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::Ng_PrintDest(char
const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::Render()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::MouseDblClick(int, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::transformationmat
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::DrawNetgenLogo()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::DrawCoordinateCross()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::VisualScene()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2dvis.so.0.0.0
netgen::VisualScene::~VisualScene()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::ntasks
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::id
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::Render()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::MouseDblClick(int, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::vispar
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::err_jobrunning
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::err_needsmesh
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::ng_geometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::mesh
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::transformationmat
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::DrawScene()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::DrawNetgenLogo()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::BuildScene(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::DrawCoordinateCross()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::SetClippingPlane()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::MyOpenGLText(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngcsgvis.so.0.0.0 netgen::VisualScene::~VisualScene()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 typeinfo for netgen::NetgenGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 typeinfo for netgen::Meshing2
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 typeinfo for netgen::MeshOptimize2d
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 typeinfo for netgen::Refinement
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Meshing2::StartMesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Meshing2::EndMesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::BelongsToActiveChart(netgen::Point3d const&,
netgen::PointGeomInfo const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::ComputePointGeomInfo(netgen::Point3d const&,
netgen::PointGeomInfo&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::ChooseChartPointGeomInfo(netgen::MultiPointGeomInfo const&,
netgen::PointGeomInfo&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::IsLineVertexOnChart(netgen::Point3d const&, netgen::Point3d
const&, int, netgen::PointGeomInfo const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::GetChartBoundary(netgen::Array<netgen::Point2d, 0, int>&,
netgen::Array<netgen::Point3d, 0, int>&, netgen::Array<netgen::INDEX_2, 0,
int>&, double) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Meshing2::Area() const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::SelectSurfaceOfPoint(netgen::Point<3> const&,
netgen::PointGeomInfo const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Refinement::GetTangent(netgen::Point<3> const&, int, int,
netgen::EdgePointGeomInfo const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Refinement::GetNormal(netgen::Point<3> const&, int,
netgen::PointGeomInfo const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Refinement::ProjectToEdge(netgen::Point<3>&, int, int,
netgen::EdgePointGeomInfo const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::multithread
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::NgProfiler::tottimes
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 typeinfo for netgen::NgException
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::NgException::~NgException()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::NgProfiler::counts
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::myerr
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::NgProfiler::starttimes
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::testout
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Mesh::SetMinimalH(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Box3dTree::Insert(netgen::Point<3> const&, netgen::Point<3> const&,
int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Refinement::~Refinement()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Mesh::CalcSurfacesOfNode()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::OptimizeVolume(netgen::MeshingParameters&, netgen::Mesh&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::DenseMatrix::operator=(netgen::DenseMatrix const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::MyStr::MyStr(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::operator<<(std::basic_ostream<char, std::char_traits<char> >&,
netgen::Segment const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Mesh::AddPoint(netgen::Point3d const&, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Mesh::RestrictLocalHLine(netgen::Point3d const&, netgen::Point3d
const&, double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::MyStr::MyStr(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::GenerateMesh(netgen::Mesh&, netgen::MeshingParameters const&,
double, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Sort(netgen::Array<double,
0, int> const&, netgen::Array<int, 0, int>&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::MeshQuality3d(netgen::Mesh
const&, netgen::Array<int, 0, int>*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Mesh::Compress()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::DenseMatrix::~DenseMatrix()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Mesh::GetH(netgen::Point3d
const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::SetMaxArea(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::SetStartTime(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::NgProfiler::CreateTimer(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor(int, int, int, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Mesh::Mesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Mesh::SetMaxHDomain(netgen::Array<double, 0, int> const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::PrintMessage(int,
netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::RemoveIllegalElements(netgen::Mesh&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::AddBoundaryElement(int, int, netgen::PointGeomInfo const&,
netgen::PointGeomInfo const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::EdgeSwapping(netgen::Mesh&, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Segment::Segment()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::Meshing2(netgen::MeshingParameters const&, netgen::Box<3>
const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::NgException::NgException(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::DenseMatrix::DenseMatrix(int, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::PrintError(netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::CalcInverse(netgen::DenseMatrix const&, netgen::DenseMatrix&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Mesh::AddSegment(netgen::Segment const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Mesh::LoadLocalMeshSize(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Meshing2::AddPoint(netgen::Point3d const&, netgen::PointIndex,
netgen::MultiPointGeomInfo*, bool)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Box3dTree::GetIntersecting(netgen::Point<3> const&, netgen::Point<3>
const&, netgen::Array<int, 0, int>&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::DenseMatrix::Det() const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::operator*(netgen::DenseMatrix const&, netgen::DenseMatrix const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::CombineImprove(netgen::Mesh&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::MeshOptimize2d()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Mesh::RestrictLocalH(netgen::Point3d const&, double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Refinement::Refinement()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Mesh::~Mesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Transpose(netgen::DenseMatrix const&, netgen::DenseMatrix&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Mesh::SetLocalH(netgen::Point3d const&, netgen::Point3d const&, double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::PrintMessage(int,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&,
netgen::MyStr const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Mesh::SetGlobalH(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Meshing2::~Meshing2()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::MeshOptimize2d::ImproveMesh(netgen::Mesh&, netgen::MeshingParameters
const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::MeshVolume(netgen::MeshingParameters&, netgen::Mesh&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::Box3d::Increase(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Box3dTree::Box3dTree(netgen::Point<3> const&, netgen::Point<3> const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 typeinfo for
netgen::GeometryRegister
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 typeinfo for netgen::VisualScene
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 typeinfo for netgen::NetgenGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::VisualScene::transformationmat
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::ng_geometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::geometryregister
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::VisualScene::rad
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::VisualScene::backcolor
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::vispar
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::VisualScene::center
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::mesh
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::testout
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::VisualScene::VisualScene()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::GeometryRegister::~GeometryRegister()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::MyStr::MyStr(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::Mesh::GetSurfaceElementsOfFace(int,
netgen::Array<netgen::SurfaceElementIndex, 0, int>&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::PrintMessage(int,
netgen::MyStr const&, netgen::MyStr const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::VisualScene::SetClippingPlane()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::ColourMatch(netgen::Vec3d,
netgen::Vec3d, double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::AutoColourBcProps(netgen::Mesh&, char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::VisualScene::CalcTransformationMatrices()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::VisualScene::SetLight()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 netgen::VisualScene::~VisualScene()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0 gluPickMatrix
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::GetFaceColours(netgen::Mesh&, netgen::Array<netgen::Vec3d, 0, int>&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngoccvis.so.0.0.0
netgen::SelectFaceInOCCDialogTree(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngmesh.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngmesh.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngmesh.so.0.0.0 netgen::ntasks
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngmesh.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngmesh.so.0.0.0 netgen::id
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngmesh.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngmesh.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngmesh.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-openmpi-libs.x86_64: W: shared-lib-calls-exit
/usr/lib64/openmpi/lib/libngmesh.so.0.0.0 exit at GLIBC_2.2.5
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 netgen::ntasks
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 netgen::id
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 netgen::Render()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libngstl.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2d.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2d.so.0.0.0 typeinfo for netgen::Identification
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2d.so.0.0.0 netgen::ntasks
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2d.so.0.0.0 typeinfo for
netgen::CloseSurfaceIdentification
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2d.so.0.0.0 netgen::id
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2d.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2d.so.0.0.0 netgen::Ng_PrintDest(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2d.so.0.0.0 netgen::MyError(char const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2d.so.0.0.0 netgen::mparam
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnggeom2d.so.0.0.0 netgen::Render()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 typeinfo for gzstreambase
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 typeinfo for netgen::CSGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::testout
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::h_argv
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::ntasks
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::printmessage_importance
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::NgException::~NgException()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::geometryregister
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::id
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::h_argc
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 vtable for netgen::Element
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 typeinfo for
netgen::NetgenGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::multithread
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 typeinfo for netgen::NgException
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 vtable for
netgen::NetgenGeometry
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetFaceEdges(int, netgen::Array<int, 0, int>&, bool)
const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::MyStr::MyStr(char
const*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::PrintMessage(int,
netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr const&, netgen::MyStr
const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementFaces(int, netgen::Array<int, 0, int>&, bool)
const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Element2d::HasFace(netgen::Element2d const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::GetBCName(int)
const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetVertexElements(int,
netgen::Array<netgen::ElementIndex, 0, int>&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::BASE_INDEX_2_CLOSED_HASHTABLE::PositionCreate2(netgen::INDEX_2 const&,
int&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Element::SetOrder(int,
int, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::Compress()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetVertexElements(int) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::PushStatus(netgen::MyStr
const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::BASE_TABLE::IncSize2(int, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::GetNV() const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::SetThreadPercent(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementEdges(int, netgen::Array<int, 0, int>&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::CurvedElements::IsElementCurved(netgen::ElementIndex) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::CurvedElements::IsSegmentCurved(netgen::SegmentIndex) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::UpdateTopology()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::CurvedElements::BuildCurvedElements(netgen::Refinement const*, int,
bool)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Element2d::Element2d(netgen::ELEMENT_TYPE)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 void
netgen::CurvedElements::CalcMultiPointSegmentTransformation<2>(netgen::SegmentIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor(int, int, int, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Refinement::MakeSecondOrder(netgen::Mesh&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::Save(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::BitArray::~BitArray()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Element2d::Element2d()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::ResetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::GetUserData(char
const*, netgen::Array<double, 0, int>&, int) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Element::SetOrder(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::BitArray::BitArray(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementEdges(int, netgen::Array<int, 0, int>&)
const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::RebuildSurfaceElementLists()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::MyStr::MyStr(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::BASE_TABLE::ChangeSize(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Element::Element(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::AddPoint(netgen::Point3d const&, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::GetIntersectingVolEls(netgen::Point3d const&, netgen::Point3d
const&, netgen::Array<int, 0, int>&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetVertexSurfaceElements(int, netgen::Array<int, 0,
int>&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Element2d::Invert2()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementFace(int) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::Distribute()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::BitArray::And(netgen::BitArray const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::BitArray::Clear()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::GetNDomains()
const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::GetSurfaceElementsOfFace(int,
netgen::Array<netgen::SurfaceElementIndex, 0, int>&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 void
netgen::CurvedElements::CalcMultiPointSurfaceTransformation<3>(netgen::SurfaceElementIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::SetAllocSize(int,
int, int, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::CurvedElements::CalcElementTransformation(netgen::Point<3>,
netgen::ElementIndex, netgen::Point<3>*, netgen::Mat<3, 3>*, void*, bool)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetEdgeVertices(int, int&, int&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 gzstreambase::~gzstreambase()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::InitPointCurve(double, double, double) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::BASE_TABLE::BASE_TABLE(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetFaceVertices(int, netgen::Array<int, 0, int>&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::AddVolumeElement(netgen::Element const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::CalcLocalH(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Segment::Segment()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementEdges(int, int*, int*) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::BASE_INDEX_3_CLOSED_HASHTABLE::PositionCreate2(netgen::INDEX_3 const&,
int&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::Load(std::basic_istream<char, std::char_traits<char> >&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Identifications::GetMap(int, netgen::Array<int, 1, int>&, bool) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::CalcSurfacesOfNode()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::GetTime()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementEdgeOrientations(int, netgen::Array<int, 0,
int>&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::GetElementOfPoint(netgen::Point<3> const&, double*,
netgen::Array<int, 0, int> const*, bool, bool) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetSurfaceElementFaceOrientation(int) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Identifications::Add(netgen::PointIndex, netgen::PointIndex, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Element::GetFace2(int,
netgen::Element2d&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::BitArray::Set()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Element::Invert()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::CurvedElements::CalcSegmentTransformation(double, netgen::SegmentIndex,
netgen::Point<3>*, netgen::Vec<3>*, bool*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::~Mesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::operator<<(std::basic_ostream<char, std::char_traits<char> >&,
netgen::Point3d const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementEdges(int, int*, int*) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::Distribute(netgen::Array<int, 0, int>&, netgen::Array<int, 0,
int>&, netgen::Array<int, 0, int>&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::AddSegment(netgen::Segment const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::GetBox(netgen::Point3d&, netgen::Point3d&, int) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::SendRecvMesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshOptimize2dSurfaces::MeshOptimize2dSurfaces(netgen::CSGeometry
const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::NgException::NgException(std::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::GetSurfaceElementOfPoint(netgen::Point<3> const&, double*,
netgen::Array<int, 0, int> const*, bool, bool) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MyStr::MyStr(std::basic_string<char, std::char_traits<char>,
std::allocator<char> > const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::CurvedElements::CalcSurfaceTransformation(netgen::Point<2>,
netgen::SurfaceElementIndex, netgen::Point<3>*, netgen::Mat<3, 2>*, bool*)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::FaceDescriptor::FaceDescriptor()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::CurvedElements::CalcMultiPointElementTransformation(netgen::ElementIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::BASE_TABLE::SetSize(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::FaceDescriptor::GetBCName() const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::MeshTopology::Update()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::GetMaterial(int)
const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::PopStatus()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::CurvedElements::IsSurfaceElementCurved(netgen::SurfaceElementIndex)
const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::BisectionOptions::BisectionOptions()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Element::Element(netgen::ELEMENT_TYPE)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Refinement::Bisect(netgen::Mesh&, netgen::BisectionOptions&,
netgen::Array<double, 0, int>*) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::AddSurfaceElement(netgen::Element2d const&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::GetUserData(char
const*, netgen::Array<int, 0, int>&, int) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetElementFaces(int, int*, int*) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::Mesh()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::BASE_TABLE::~BASE_TABLE()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::BASE_INDEX_2_CLOSED_HASHTABLE::BASE_INDEX_2_CLOSED_HASHTABLE(int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshTopology::GetVertexSurfaceElements(int) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::HPRefinement(netgen::Mesh&, netgen::Refinement*, int, double, bool,
bool)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::MeshingParameters::MeshingParameters()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::AddPointCurvePoint(netgen::Point3d const&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::PureTetMesh()
const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 gzstreambase::gzstreambase(char
const*, int)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::SetUserData(char
const*, netgen::Array<double, 0, int>&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Element::GetBox(netgen::Array<netgen::MeshPoint, 1, netgen::PointIndex>
const&, netgen::Box3d&) const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::GetStatus(netgen::MyStr&, double&)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Identifications::GetPairs(int, netgen::Array<netgen::INDEX_2, 0, int>&)
const
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::NextTimeStamp()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Mesh::BuildElementSearchTree()
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 void
netgen::CurvedElements::CalcMultiPointSurfaceTransformation<2>(netgen::SurfaceElementIndex,
int, double const*, unsigned long, double*, unsigned long, double*, unsigned
long)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0
netgen::Box3d::IncreaseRel(double)
netgen-mesher-openmpi-libs.x86_64: W: undefined-non-weak-symbol
/usr/lib64/openmpi/lib/libnginterface.so.0.0.0 netgen::Mesh::SetUserData(char
const*, netgen::Array<int, 0, int>&)
netgen-mesher-openmpi-libs.x86_64: W: no-documentation
netgen-mesher-openmpi.x86_64: W: no-documentation
10 packages and 0 specfiles checked; 0 errors, 1348 warnings.
# echo 'rpmlint-done:'



Requires
--------
netgen-mesher-common (rpmlib, GLIBC filtered):
    /bin/sh
    hicolor-icon-theme
    tix

netgen-mesher-mpich-libs (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    libGL.so.1()(64bit)
    libTKBRep.so.8()(64bit)
    libTKBool.so.8()(64bit)
    libTKG2d.so.8()(64bit)
    libTKG3d.so.8()(64bit)
    libTKGeomAlgo.so.8()(64bit)
    libTKGeomBase.so.8()(64bit)
    libTKIGES.so.8()(64bit)
    libTKLCAF.so.8()(64bit)
    libTKMath.so.8()(64bit)
    libTKMesh.so.8()(64bit)
    libTKSTEP.so.8()(64bit)
    libTKSTL.so.8()(64bit)
    libTKShHealing.so.8()(64bit)
    libTKTopAlgo.so.8()(64bit)
    libTKXCAF.so.8()(64bit)
    libTKXDEIGES.so.8()(64bit)
    libTKXDESTEP.so.8()(64bit)
    libTKXSBase.so.8()(64bit)
    libTKernel.so.8()(64bit)
    libc.so.6()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgomp.so.1()(64bit)
    libgomp.so.1(GOMP_1.0)(64bit)
    libgomp.so.1(GOMP_4.0)(64bit)
    libgomp.so.1(OMP_1.0)(64bit)
    libm.so.6()(64bit)
    libmetis.so.0()(64bit)
    libmpich.so.12()(64bit)
    libngcsg.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngstl.so.0()(64bit)
    libpthread.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.1)(64bit)
    libtcl8.6.so()(64bit)
    libz.so.1()(64bit)
    rtld(GNU_HASH)

netgen-mesher (rpmlib, GLIBC filtered):
    libFWOSPlugin.so.8()(64bit)
    libGL.so.1()(64bit)
    libGLU.so.1()(64bit)
    libTKBO.so.8()(64bit)
    libTKBRep.so.8()(64bit)
    libTKBool.so.8()(64bit)
    libTKFillet.so.8()(64bit)
    libTKG2d.so.8()(64bit)
    libTKG3d.so.8()(64bit)
    libTKGeomAlgo.so.8()(64bit)
    libTKGeomBase.so.8()(64bit)
    libTKIGES.so.8()(64bit)
    libTKLCAF.so.8()(64bit)
    libTKMath.so.8()(64bit)
    libTKMesh.so.8()(64bit)
    libTKMeshVS.so.8()(64bit)
    libTKOffset.so.8()(64bit)
    libTKPrim.so.8()(64bit)
    libTKSTEP.so.8()(64bit)
    libTKSTEP209.so.8()(64bit)
    libTKSTEPAttr.so.8()(64bit)
    libTKSTEPBase.so.8()(64bit)
    libTKSTL.so.8()(64bit)
    libTKShHealing.so.8()(64bit)
    libTKTopAlgo.so.8()(64bit)
    libTKXCAF.so.8()(64bit)
    libTKXDEIGES.so.8()(64bit)
    libTKXDESTEP.so.8()(64bit)
    libTKXSBase.so.8()(64bit)
    libTKernel.so.8()(64bit)
    libTogl1.7.so()(64bit)
    libX11.so.6()(64bit)
    libXmu.so.6()(64bit)
    libc.so.6()(64bit)
    libdl.so.2()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgomp.so.1()(64bit)
    libjpeg.so.62()(64bit)
    libjpeg.so.62(LIBJPEG_6.2)(64bit)
    libm.so.6()(64bit)
    libngcsg.so.0()(64bit)
    libngcsgvis.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnggeom2dvis.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libnglib.so.5()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngoccvis.so.0()(64bit)
    libngstl.so.0()(64bit)
    libngstlvis.so.0()(64bit)
    libpthread.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.1)(64bit)
    libtcl8.6.so()(64bit)
    libtk8.6.so()(64bit)
    libz.so.1()(64bit)
    netgen-mesher-common
    netgen-mesher-common(x86-64)
    netgen-mesher-libs
    rtld(GNU_HASH)

netgen-mesher-libs (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    libGL.so.1()(64bit)
    libTKBRep.so.8()(64bit)
    libTKBool.so.8()(64bit)
    libTKG2d.so.8()(64bit)
    libTKG3d.so.8()(64bit)
    libTKGeomAlgo.so.8()(64bit)
    libTKGeomBase.so.8()(64bit)
    libTKIGES.so.8()(64bit)
    libTKLCAF.so.8()(64bit)
    libTKMath.so.8()(64bit)
    libTKMesh.so.8()(64bit)
    libTKSTEP.so.8()(64bit)
    libTKSTL.so.8()(64bit)
    libTKShHealing.so.8()(64bit)
    libTKTopAlgo.so.8()(64bit)
    libTKXCAF.so.8()(64bit)
    libTKXDEIGES.so.8()(64bit)
    libTKXDESTEP.so.8()(64bit)
    libTKXSBase.so.8()(64bit)
    libTKernel.so.8()(64bit)
    libc.so.6()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgomp.so.1()(64bit)
    libgomp.so.1(GOMP_1.0)(64bit)
    libgomp.so.1(GOMP_4.0)(64bit)
    libgomp.so.1(OMP_1.0)(64bit)
    libm.so.6()(64bit)
    libngcsg.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngstl.so.0()(64bit)
    libpthread.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.1)(64bit)
    libtcl8.6.so()(64bit)
    libz.so.1()(64bit)
    rtld(GNU_HASH)

netgen-mesher-openmpi-devel (rpmlib, GLIBC filtered):
    libngcsg.so.0()(64bit)
    libngcsgvis.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnggeom2dvis.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libnglib.so.5()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngoccvis.so.0()(64bit)
    libngstl.so.0()(64bit)
    libngstlvis.so.0()(64bit)
    netgen-mesher-openmpi
    openmpi-devel

netgen-mesher-mpich-devel (rpmlib, GLIBC filtered):
    libngcsg.so.0()(64bit)
    libngcsgvis.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnggeom2dvis.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libnglib.so.5()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngoccvis.so.0()(64bit)
    libngstl.so.0()(64bit)
    libngstlvis.so.0()(64bit)
    mpich-devel
    netgen-mesher-mpich

netgen-mesher-mpich (rpmlib, GLIBC filtered):
    libFWOSPlugin.so.8()(64bit)
    libGL.so.1()(64bit)
    libGLU.so.1()(64bit)
    libTKBO.so.8()(64bit)
    libTKBRep.so.8()(64bit)
    libTKBool.so.8()(64bit)
    libTKFillet.so.8()(64bit)
    libTKG2d.so.8()(64bit)
    libTKG3d.so.8()(64bit)
    libTKGeomAlgo.so.8()(64bit)
    libTKGeomBase.so.8()(64bit)
    libTKIGES.so.8()(64bit)
    libTKLCAF.so.8()(64bit)
    libTKMath.so.8()(64bit)
    libTKMesh.so.8()(64bit)
    libTKMeshVS.so.8()(64bit)
    libTKOffset.so.8()(64bit)
    libTKPrim.so.8()(64bit)
    libTKSTEP.so.8()(64bit)
    libTKSTEP209.so.8()(64bit)
    libTKSTEPAttr.so.8()(64bit)
    libTKSTEPBase.so.8()(64bit)
    libTKSTL.so.8()(64bit)
    libTKShHealing.so.8()(64bit)
    libTKTopAlgo.so.8()(64bit)
    libTKXCAF.so.8()(64bit)
    libTKXDEIGES.so.8()(64bit)
    libTKXDESTEP.so.8()(64bit)
    libTKXSBase.so.8()(64bit)
    libTKernel.so.8()(64bit)
    libTogl1.7.so()(64bit)
    libX11.so.6()(64bit)
    libXmu.so.6()(64bit)
    libc.so.6()(64bit)
    libdl.so.2()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgomp.so.1()(64bit)
    libjpeg.so.62()(64bit)
    libjpeg.so.62(LIBJPEG_6.2)(64bit)
    libm.so.6()(64bit)
    libmetis.so.0()(64bit)
    libmpich.so.12()(64bit)
    libmpichcxx.so.12()(64bit)
    libmpl.so.1()(64bit)
    libngcsg.so.0()(64bit)
    libngcsgvis.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnggeom2dvis.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libnglib.so.5()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngoccvis.so.0()(64bit)
    libngstl.so.0()(64bit)
    libngstlvis.so.0()(64bit)
    libopa.so.1()(64bit)
    libpthread.so.0()(64bit)
    librt.so.1()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.1)(64bit)
    libtcl8.6.so()(64bit)
    libtk8.6.so()(64bit)
    libz.so.1()(64bit)
    mpich
    netgen-mesher-common
    netgen-mesher-mpich-libs
    rtld(GNU_HASH)

netgen-mesher-devel (rpmlib, GLIBC filtered):
    /usr/bin/pkg-config
    libngcsg.so.0()(64bit)
    libngcsgvis.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnggeom2dvis.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libnglib.so.5()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngoccvis.so.0()(64bit)
    libngstl.so.0()(64bit)
    libngstlvis.so.0()(64bit)
    netgen-mesher(x86-64)

netgen-mesher-openmpi-libs (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    libGL.so.1()(64bit)
    libTKBRep.so.8()(64bit)
    libTKBool.so.8()(64bit)
    libTKG2d.so.8()(64bit)
    libTKG3d.so.8()(64bit)
    libTKGeomAlgo.so.8()(64bit)
    libTKGeomBase.so.8()(64bit)
    libTKIGES.so.8()(64bit)
    libTKLCAF.so.8()(64bit)
    libTKMath.so.8()(64bit)
    libTKMesh.so.8()(64bit)
    libTKSTEP.so.8()(64bit)
    libTKSTL.so.8()(64bit)
    libTKShHealing.so.8()(64bit)
    libTKTopAlgo.so.8()(64bit)
    libTKXCAF.so.8()(64bit)
    libTKXDEIGES.so.8()(64bit)
    libTKXDESTEP.so.8()(64bit)
    libTKXSBase.so.8()(64bit)
    libTKernel.so.8()(64bit)
    libc.so.6()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgomp.so.1()(64bit)
    libgomp.so.1(GOMP_1.0)(64bit)
    libgomp.so.1(GOMP_4.0)(64bit)
    libgomp.so.1(OMP_1.0)(64bit)
    libm.so.6()(64bit)
    libmetis.so.0()(64bit)
    libmpi.so.1()(64bit)
    libmpi_cxx.so.1()(64bit)
    libngcsg.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngstl.so.0()(64bit)
    libpthread.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.1)(64bit)
    libtcl8.6.so()(64bit)
    libz.so.1()(64bit)
    rtld(GNU_HASH)

netgen-mesher-openmpi (rpmlib, GLIBC filtered):
    libFWOSPlugin.so.8()(64bit)
    libGL.so.1()(64bit)
    libGLU.so.1()(64bit)
    libTKBO.so.8()(64bit)
    libTKBRep.so.8()(64bit)
    libTKBool.so.8()(64bit)
    libTKFillet.so.8()(64bit)
    libTKG2d.so.8()(64bit)
    libTKG3d.so.8()(64bit)
    libTKGeomAlgo.so.8()(64bit)
    libTKGeomBase.so.8()(64bit)
    libTKIGES.so.8()(64bit)
    libTKLCAF.so.8()(64bit)
    libTKMath.so.8()(64bit)
    libTKMesh.so.8()(64bit)
    libTKMeshVS.so.8()(64bit)
    libTKOffset.so.8()(64bit)
    libTKPrim.so.8()(64bit)
    libTKSTEP.so.8()(64bit)
    libTKSTEP209.so.8()(64bit)
    libTKSTEPAttr.so.8()(64bit)
    libTKSTEPBase.so.8()(64bit)
    libTKSTL.so.8()(64bit)
    libTKShHealing.so.8()(64bit)
    libTKTopAlgo.so.8()(64bit)
    libTKXCAF.so.8()(64bit)
    libTKXDEIGES.so.8()(64bit)
    libTKXDESTEP.so.8()(64bit)
    libTKXSBase.so.8()(64bit)
    libTKernel.so.8()(64bit)
    libTogl1.7.so()(64bit)
    libX11.so.6()(64bit)
    libXmu.so.6()(64bit)
    libc.so.6()(64bit)
    libdl.so.2()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgomp.so.1()(64bit)
    libjpeg.so.62()(64bit)
    libjpeg.so.62(LIBJPEG_6.2)(64bit)
    libm.so.6()(64bit)
    libmetis.so.0()(64bit)
    libmpi.so.1()(64bit)
    libmpi_cxx.so.1()(64bit)
    libngcsg.so.0()(64bit)
    libngcsgvis.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnggeom2dvis.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libnglib.so.5()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngoccvis.so.0()(64bit)
    libngstl.so.0()(64bit)
    libngstlvis.so.0()(64bit)
    libpthread.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.1)(64bit)
    libtcl8.6.so()(64bit)
    libtk8.6.so()(64bit)
    libz.so.1()(64bit)
    netgen-mesher-common
    netgen-mesher-openmpi-libs
    openmpi
    rtld(GNU_HASH)



Provides
--------
netgen-mesher-common:
    application()
    application(netgen-mesher.desktop)
    netgen-mesher-common
    netgen-mesher-common(x86-64)

netgen-mesher-mpich-libs:
    libngcsg.so.0()(64bit)
    libngcsgvis.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnggeom2dvis.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libnglib.so.5()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngoccvis.so.0()(64bit)
    libngstl.so.0()(64bit)
    libngstlvis.so.0()(64bit)
    netgen-mesher-mpich-libs
    netgen-mesher-mpich-libs(x86-64)

netgen-mesher:
    netgen-mesher
    netgen-mesher(x86-64)

netgen-mesher-libs:
    libngcsg.so.0()(64bit)
    libngcsgvis.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnggeom2dvis.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libnglib.so.5()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngoccvis.so.0()(64bit)
    libngstl.so.0()(64bit)
    libngstlvis.so.0()(64bit)
    netgen-mesher-libs
    netgen-mesher-libs(x86-64)

netgen-mesher-openmpi-devel:
    netgen-mesher-openmpi-devel
    netgen-mesher-openmpi-devel(x86-64)

netgen-mesher-mpich-devel:
    netgen-mesher-mpich-devel
    netgen-mesher-mpich-devel(x86-64)

netgen-mesher-mpich:
    netgen-mesher-mpich
    netgen-mesher-mpich(x86-64)

netgen-mesher-devel:
    netgen-mesher-devel
    netgen-mesher-devel(x86-64)
    pkgconfig(netgen-mesher)

netgen-mesher-openmpi-libs:
    libngcsg.so.0()(64bit)
    libngcsgvis.so.0()(64bit)
    libnggeom2d.so.0()(64bit)
    libnggeom2dvis.so.0()(64bit)
    libnginterface.so.0()(64bit)
    libnglib.so.5()(64bit)
    libngmesh.so.0()(64bit)
    libngocc.so.0()(64bit)
    libngoccvis.so.0()(64bit)
    libngstl.so.0()(64bit)
    libngstlvis.so.0()(64bit)
    netgen-mesher-openmpi-libs
    netgen-mesher-openmpi-libs(x86-64)

netgen-mesher-openmpi:
    netgen-mesher-openmpi
    netgen-mesher-openmpi(x86-64)



Source checksums
----------------
http://sourceforge.net/projects/netgen-mesher/files/netgen-mesher/5.1/netgen-5.1.tar.gz
:
  CHECKSUM(SHA256) this package     :
6b212be7e8e79bcc7bf7f931caf44301f6ac6b362c4ae81e13d31533f905eec9
  CHECKSUM(SHA256) upstream package :
6b212be7e8e79bcc7bf7f931caf44301f6ac6b362c4ae81e13d31533f905eec9


Generated by fedora-review 0.5.1 (bb9bf27) last change: 2013-12-13
Command line :/usr/bin/fedora-review -m fedora-rawhide-x86_64 -b 1108395
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R,
PHP, Ruby
Disabled flags: EXARCH, EPEL5, BATCH, DISTTAG

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component


More information about the package-review mailing list