IFEM  90A354
Typedefs
AdaptiveSetup.C File Reference

Adaptive solution setup for linear and nonlinear FEM simulators. More...

#include "AdaptiveSetup.h"
#include "SIMoutput.h"
#include "ASMbase.h"
#include "ASMunstruct.h"
#include "Functions.h"
#include "IntegrandBase.h"
#include "Utilities.h"
#include "IFEM.h"
#include "tinyxml2.h"
#include <fstream>
#include <sstream>
#include <cstdio>
Include dependency graph for AdaptiveSetup.C:

Typedefs

typedef std::pair< double, int > DblIdx
 Element error and associated index. More...
 

Detailed Description

Adaptive solution setup for linear and nonlinear FEM simulators.

Date
May 7 2019
Author
Knut Morten Okstad / SINTEF

Typedef Documentation

◆ DblIdx

typedef std::pair<double,int> DblIdx

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.