#include <set>
#include "Epetra_Map.h"
#include "Epetra_Vector.h"
#include "Epetra_FECrsGraph.h"
#include "Epetra_FECrsMatrix.h"
#include "Epetra_IntSerialDenseVector.h"
#include "Epetra_SerialDenseMatrix.h"
#include "Epetra_SerialDenseVector.h"
#include "Epetra_MpiComm.h"
#include "includes/define.h"
#include "utilities/timer.h"
#include "solving_strategies/builder_and_solvers/builder_and_solver.h"
Go to the source code of this file.
|
| Kratos |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
|
|
◆ START_TIMER
#define START_TIMER |
( |
|
label, |
|
|
|
rank |
|
) |
| |
Value: if (mrComm.MyPID() == rank) \
label
Definition: angle_finder.py:48
◆ STOP_TIMER
#define STOP_TIMER |
( |
|
label, |
|
|
|
rank |
|
) |
| |
Value: if (mrComm.MyPID() == rank) \