Skip to content

mixxen/smesh-netgen

 
 

Repository files navigation

Description

A complete OpenCascade based MESH framework. Fork from https://github.com/tpaviot/smesh. This fork is intended for easy support of Netgen.

Requirements

  • a c++ and a c

  • cmake 2.8 or higher

  • oce 0.16.1

Build

$ cd netgen
$ ./configure --enable-occ --disable-gui --enable-nglib --with-occ=/usr/local
$ make
$ make install
$ cd ..
$ mkdir build
$ cd build
$ cmake ..
$ make
$ make install

About

smesh fork with netgen support

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.8%
  • Shell 0.7%
  • Makefile 0.4%
  • C 0.4%
  • Tcl 0.3%
  • Python 0.2%
  • Other 0.2%