|
criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
|
#include <iostream>#include <iomanip>#include <ostream>#include <sstream>#include <string>#include <type_traits>#include "FieldQty.H"#include "../Utils/Constants.H"#include "../Utils/Units.H"Functions | |
| istream & | operator>> (istream &is, FieldQty &fQ) |
| ASCII-formatted read of field quantities from stream. | |
| istream & | operator>> (istream &is, FieldQtyGrad &fQG) |
| ASCII-formatted read of field quantities from stream. | |
| ostream & | operator<< (ostream &os, const FieldQty &fQ) |
| ASCII-formatted write of field quantities to stream. | |
| ostream & | operator<< (ostream &os, const FieldQtyGrad &fQG) |
| ASCII-formatted write of field quantities to stream. | |
| operator<< | ( | std::ostream & | os, |
| const FieldQty & | fQ | ||
| ) |
ASCII-formatted write of field quantities to stream.
| os | The stream to write to |
| fQ | The FieldQty object to be written |
| operator<< | ( | std::ostream & | os, |
| const FieldQtyGrad & | fQG | ||
| ) |
ASCII-formatted write of field quantities to stream.
| os | The stream to write to |
| fQG | The FieldQtyGrad object to be written |
| operator>> | ( | std::istream & | is, |
| criptic::FieldQty & | fQ | ||
| ) |
ASCII-formatted read of field quantities from stream.
| is | The stream to read from |
| fQ | The FieldQty object in which to store the result |
| operator>> | ( | std::istream & | is, |
| criptic::FieldQtyGrad & | fQG | ||
| ) |
ASCII-formatted read of field quantities from stream.
| is | The stream to read from |
| fQG | The FieldQtyGrad object in which to store the result |