PLUTO  4.4-patch2
Functions
fluxes.c File Reference

Compute the RMHD flux. More...

#include "pluto.h"

Functions

void Flux (const State *state, int beg, int end)
 

Detailed Description

Compute the flux of the conservative RMHD equations in the direction given by g_dir. This function defines the component of the hyperbolic flux tensor of the standard MHD equations.
In what follows:

Author
A. Mignone (migno.nosp@m.ne@t.nosp@m.o.inf.nosp@m.n.it)
Date
July 1, 2019

Function Documentation

◆ Flux()

void Flux ( const State state,
int  beg,
int  end 
)
Parameters
[in,out]statePointer to a state structure
[in]beginitial index of computation
[in]endfinal index of computation
Returns
This function has no return value.

Compute the component of the flux tensor normal to the direction of integration.

Parameters
[in,out]statePointer to a state structure
[in]beginitial index of computation
[in]endfinal index of computation
Returns
This function has no return value.