PLUTO  4.4-patch2
Functions
rhs.c File Reference

Compute the right hand side of the resistive RMHD equations. More...

#include "pluto.h"

Functions

void RightHandSide (const Sweep *sweep, timeStep *Dts, int beg, int end, double dt, Grid *grid)
 

Detailed Description

This function constructs the one-dimensional right hand sides of the conservative Relativistic MHD equations in presence of a finite resistivity.

References

Author
A. Mignone (migno.nosp@m.ne@t.nosp@m.o.inf.nosp@m.n.it)
Date
Apr 29, 2020

Function Documentation

◆ RightHandSide()

void RightHandSide ( const Sweep sweep,
timeStep Dts,
int  beg,
int  end,
double  dt,
Grid grid 
)
Parameters
[in,out]sweeppointer to Sweep structure
[in]Dtspointer to time step structure
[in]beginitial index of computation
[in]endfinal index of computation
[in]dttime increment
[in]gridpointer to Grid structure
Returns
This function has no return value.
Note
Todo: