Nektar++
|
#include <iostream>
#include <string>
#include <boost/core/ignore_unused.hpp>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include "ProcessL2Criterion.h"
Go to the source code of this file.
Namespaces | |
Nektar | |
The above copyright notice and this permission notice shall be included. | |
Nektar::FieldUtils | |
Functions | |
void | Nektar::FieldUtils::MatSymEVals (NekDouble d1, NekDouble d2, NekDouble d3, NekDouble a, NekDouble b, NekDouble c, NekDouble &l1, NekDouble &l2, NekDouble &l3) |
Calculates eigenvalues of a 3x3 Symmetric matrix. More... | |