LR-splines  0.5
Namespaces | Defines | Functions
Basisfunction.cpp File Reference
#include "LRSpline/Basisfunction.h"
#include "LRSpline/Element.h"
#include "LRSpline/Profiler.h"
#include "LRSpline/Meshline.h"
#include <algorithm>
#include <cfloat>
#include <climits>
#include <cmath>
#include <set>

Go to the source code of this file.

Namespaces

namespace  LR

Defines

#define ASSERT_NEXT_CHAR(c)   {ws(is); nextChar = is.get(); if(nextChar!=c) { std::cerr << "Error parsing basis function\n"; exit(324); } ws(is); }

Functions

void LR::collectResults (std::vector< double >::iterator &result, double product, std::vector< std::vector< std::vector< double > > > &diff, int derivsLeft, uint dim)

Define Documentation

#define ASSERT_NEXT_CHAR (   c)    {ws(is); nextChar = is.get(); if(nextChar!=c) { std::cerr << "Error parsing basis function\n"; exit(324); } ws(is); }

Referenced by LR::Basisfunction::read().