KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Classes | Namespaces
bdf2_turbulent_scheme.h File Reference
#include <string>
#include <iostream>
#include "solving_strategies/schemes/scheme.h"
#include "includes/define.h"
#include "includes/dof.h"
#include "processes/process.h"
#include "containers/pointer_vector_set.h"
#include "utilities/coordinate_transformation_utilities.h"
#include "fluid_dynamics_application_variables.h"
Include dependency graph for bdf2_turbulent_scheme.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kratos::BDF2TurbulentScheme< TSparseSpace, TDenseSpace >
 A scheme for BDF2 time integration. More...
 

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 

Functions

Input and output
template<class TSparseSpace , class TDenseSpace >
std::istream & Kratos::operator>> (std::istream &rIStream, BDF2TurbulentScheme< TSparseSpace, TDenseSpace > &rThis)
 input stream function More...
 
template<class TSparseSpace , class TDenseSpace >
std::ostream & Kratos::operator<< (std::ostream &rOStream, const BDF2TurbulentScheme< TSparseSpace, TDenseSpace > &rThis)
 output stream function More...