PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ invert()

static void pism::fem::invert ( const double  A[3][3],
double  result[3][3] 
)
static

Invert a 3x3 matrix.

Definition at line 61 of file Element.cc.

References column(), cross(), and det().

Referenced by pism::fem::Element::initialize().