escript  Revision_
Namespaces | Variables
speckley/src/DefaultAssembler2D.cpp File Reference
#include <speckley/DefaultAssembler2D.h>
#include <speckley/domainhelpers.h>
#include <escript/index.h>

Namespaces

 speckley
 

Variables

const double all_weights [][11]
 
const double all_lagrange_derivs [][11][11]
 

Variable Documentation

◆ all_lagrange_derivs

const double all_lagrange_derivs[][11][11]

◆ all_weights

const double all_weights[][11]
Initial value:
= {
{0.333333333333, 1.33333333333, 0.333333333333},
{0.166666666667, 0.833333333333, 0.833333333333, 0.166666666667},
{0.1, 0.544444444444, 0.711111111111, 0.544444444444, 0.1},
{0.0666666666667, 0.378474956298, 0.554858377035, 0.554858377035, 0.378474956298, 0.0666666666667},
{0.047619047619, 0.276826047362, 0.43174538121, 0.487619047619, 0.43174538121, 0.276826047362, 0.047619047619},
{0.0357142857143, 0.210704227144, 0.341122692484, 0.412458794659, 0.412458794659, 0.341122692484,0.210704227144, 0.0357142857143},
{0.0277777777778, 0.165495361561, 0.2745387125, 0.346428510973, 0.371519274376, 0.346428510973, 0.2745387125, 0.165495361561, 0.0277777777778},
{0.0222222222222, 0.133305990851, 0.224889342063, 0.29204268368, 0.327539761184, 0.327539761184, 0.29204268368, 0.224889342063, 0.133305990851, 0.0222222222222},
{0.0181818181818, 0.109612273267, 0.18716988178, 0.248048104264, 0.286879124779, 0.300217595456, 0.286879124779, 0.248048104264, 0.18716988178, 0.109612273267, 0.0181818181818}
}

Referenced by speckley::DefaultAssembler2D::assemblePDESingle(), and speckley::DefaultAssembler2D::assemblePDESystem().