#include "Qdos.h"
#include "qplug_if.h"
#include "qdutil.h"
#include "GenericResidue.h"
Functions | |
QdRMatrix_var | Q_MTER_calc (QdRMatrixSeq_var V, QdRMatrixSeq_var B, QdRMatrixSeq_var P, QdRMatrixSeq_var E, QdRScalarSeq_var N, QdRMatrixSeq_var H, QdRMatrix_var U, int nestsize) |
Returns the covariance matrix for the Minimum Total Energy Residue (MTER) method. |
QdRMatrix_var Q_MTER_calc | ( | QdRMatrixSeq_var | V, | |
QdRMatrixSeq_var | B, | |||
QdRMatrixSeq_var | P, | |||
QdRMatrixSeq_var | E, | |||
QdRScalarSeq_var | N, | |||
QdRMatrixSeq_var | H, | |||
QdRMatrix_var | U, | |||
int | nestsize | |||
) |
Returns the covariance matrix for the Minimum Total Energy Residue (MTER) method.
V | - vector time series with plasma velocity in units of km/s | |
B | - vector time series with the magnetic field in units of nT | |
P | - matrix time series with the full 3x3 pressure tensor | |
E | - vector time series with the electric field in units of mV/m | |
N | - scalar time series with the plasma density in units of 1/cm3 | |
H | - vector time series heat flux vector in units of erg/s cm3 | |
U | - vector - holds the calculated velocity in units of km/s on successful return. | |
nestsize | - number of elements in V,B,P,E,N and H. |