#include <string>
#include <iostream>
#include "containers/variable.h"
#include "includes/define.h"
Go to the source code of this file.
|
| class | Kratos::ConvectionDiffusionSettings |
| | Convection diffusion settings. This class contains information to be used by the convection diffusion solver, all the variables that will be needed by the solver. More...
|
| |
|
| | Kratos |
| | REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
|
| |
|
|
| std::istream & | Kratos::operator>> (std::istream &rIStream, ConvectionDiffusionSettings &rThis) |
| | input stream function More...
|
| |
| std::ostream & | Kratos::operator<< (std::ostream &rOStream, const ConvectionDiffusionSettings &rThis) |
| | output stream function More...
|
| |
◆ KRATOS_EXPORT_MACRO [1/2]
◆ KRATOS_EXPORT_MACRO [2/2]