IFEM  90A354
Typedefs
AdaptiveSIM.C File Reference

Adaptive solution driver for linear static FEM simulators. More...

#include "AdaptiveSIM.h"
#include "SIMoutput.h"
#include "SIMenums.h"
#include "ASMunstruct.h"
#include "IFEM.h"
Include dependency graph for AdaptiveSIM.C:

Typedefs

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

Detailed Description

Adaptive solution driver for linear static FEM simulators.

Date
Sep 22 2011
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.