NAME
MagneticResistivity_fullState
SYNOPSIS
call MagneticResistivity_fullState(real(in) :: solnVec(NUNK_VARS), real(out) :: resPar, OPTIONAL,real(out) :: resPerp, OPTIONAL,real(out) :: resCross)
DESCRIPTION
Computes the Spitzer electron Magnetic Resistivity for all materials, including those with Z > 1. The specific equations used here all come from "The Physics of Inertial Fusion" by Atzeni. The stub implementation returns resPar = 0
ARGUMENTS
solnVec : solution state, a vector from UNK with all variables resPar : parallel component of Magnetic Resistivity resPerp : perpendicular component of Magnetic Resistivity resCross : cross component of Magnetic Resistivity