Feellgood
|
namespace Tetra header containing Tet class, some constants, and integrales More...
#include <set>
#include "spinTransferTorque.h"
#include "facette.h"
#include "node.h"
#include "time_integration.h"
#include "element.h"
Go to the source code of this file.
Classes | |
class | Tetra::prm |
class | Tetra::Tet |
Namespaces | |
Tetra | |
Functions | |
Eigen::Matrix< double, NPI, 1 > | Tetra::calc_alpha_eff (const double dt, const double alpha, Eigen::Ref< Eigen::Matrix< double, NPI, 1 >> uHeff) |
Variables | |
const int | Tetra::N = 4 |
const int | Tetra::NPI = 5 |
const double | Tetra::epsilon |
constexpr double | Tetra::A = 1. / 4. |
constexpr double | Tetra::B = 1. / 6. |
constexpr double | Tetra::C = 1. / 2. |
constexpr double | Tetra::D = -2. / 15. |
constexpr double | Tetra::E = 3. / 40. |
constexpr double | Tetra::u [NPI] = {A, B, B, B, C} |
constexpr double | Tetra::v [NPI] = {A, B, B, C, B} |
constexpr double | Tetra::w [NPI] = {A, B, C, B, B} |
constexpr double | Tetra::pds [NPI] = {D, E, E, E, E} |
constexpr double | Tetra::a [N][NPI] |
namespace Tetra header containing Tet class, some constants, and integrales