NeoPZ
Functions
pzplane.cpp File Reference

Contains the implementation of the methods to TPZPlane class. More...

#include "pzplane.h"
#include <numeric>
Include dependency graph for pzplane.cpp:

Go to the source code of this file.

Functions

void MatrixDet (REAL matrix[3][3], REAL &det)
 
REAL MatrixDet (REAL matrix[3][3])
 

Detailed Description

Contains the implementation of the methods to TPZPlane class.

Definition in file pzplane.cpp.

Function Documentation

◆ MatrixDet() [1/2]

void MatrixDet ( REAL  matrix[3][3],
REAL &  det 
)

Calcula o determinante da matriz[3][3].

Definition at line 131 of file pzplane.cpp.

Referenced by TPZPlane::SetPlane().

◆ MatrixDet() [2/2]

REAL MatrixDet ( REAL  matrix[3][3])

Calcula o determinante da matriz[3][3].

Definition at line 136 of file pzplane.cpp.