-
Notifications
You must be signed in to change notification settings - Fork 11
/
LR-splines.dox
32 lines (21 loc) · 1.4 KB
/
LR-splines.dox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//==============================================================================
//!
//! \file LR-splines.dox
//!
//! \date January 2014
//!
//! \author Kjetil A. Johannessen / NTNU
//!
//! \brief File containing the Main Page of the LR-spline documentation.
//!
//==============================================================================
/*!
\mainpage LR-splines
\author Kjetil A. Johannessen, NTNU, Trondheim
\section intro Introduction
LR B-splines is a technology which enables users to perform local refinement on B-spline surfaces or volumes, which traditionally have been limited to tensor products. This has a wide variety of applications within computer-aided design (CAD) and computer-aided engineering (CAE). While this library was written with the latter in mind, it is also possible to take use of it in a design environment.
\section overview Overview
This is a research code which was written by researchers for researchers. It is provided as open source under GNU public license v3. We provide here two versions of the code. One full c++ library which may be compiled from source code, and a slightly slower (but more accessible) Matlab overlay of the same code. Note that the volumetric code is currently only available in the c++ libraries.
\section requirements Library requirements
The class uses GoTools (more specific the core and trivariate modules) as well as boost if avaiable. Not required.
*/