SeaBreeze is a device driver library that provides an interface to select Ocean Optics spectrometers. It is written in C/C++ and builds and runs on Windows (XP/7/8), MacOSX, and Linux (x86/x64/ARM).
The GDAC (Generic Device Access and Control) framework is an extensible multithreaded cross platform (Linux (x86,VME)/Windows) C++ device control environment. It typically will be used as the basis for custom OPC servers or front-end control software.
Femke (Finite Element Method Kernel Engine) provides a basic set of tools for solving finite element method systems for windows (x86/x64). Femke can be compiled as static library, dynamic library and as managed wrapper library.
This project depends heavily on (not included):
- OpenCASCADE (2D/3D modelling)
- NetGen (2D/3D meshing)
- NgSolve (assembling of system marices)
- GetFEM++ (assembling of system marices)
- OpenBLAS (Optimized Linear Algebra Routines)
- SparseSuite (Solving sparse matrices)
- MuParser (Expression interpreter)