LR-splines  0.5
Namespaces | Defines | Typedefs
LRSplineVolume.cpp File Reference
#include "LRSpline/LRSplineVolume.h"
#include "LRSpline/Basisfunction.h"
#include "LRSpline/MeshRectangle.h"
#include "LRSpline/Element.h"
#include "LRSpline/Profiler.h"
#include <algorithm>
#include <cstdio>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <cfloat>
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  LR

Defines

#define TIME_LRSPLINE   1
#define DOUBLE_TOL   1e-14
#define U(x)   ( knot[d][x+k] )
#define U(x)   ( knot[d][x+k] )

Typedefs

typedef unsigned int uint
typedef std::pair< double, int > IndexDouble
 Element error and associated index.

Define Documentation

#define DOUBLE_TOL   1e-14

Definition at line 29 of file LRSplineVolume.cpp.

Referenced by LR::LRSplineVolume::getStructMeshRects().

#define TIME_LRSPLINE   1

Definition at line 16 of file LRSplineVolume.cpp.

#define U (   x)    ( knot[d][x+k] )
#define U (   x)    ( knot[d][x+k] )

Typedef Documentation

typedef std::pair<double,int> IndexDouble

Element error and associated index.

Note:
The error value must be first and the index second, such that the internally defined greater-than operator can be used when sorting the error+index pairs in decreasing error order.

Definition at line 25 of file LRSplineVolume.cpp.

typedef unsigned int uint

Definition at line 19 of file LRSplineVolume.cpp.