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
three_step_first_order_updated_lagrangian_element.h File Reference
#include <string>
#include <iostream>
#include "containers/array_1d.h"
#include "includes/define.h"
#include "includes/serializer.h"
#include "geometries/geometry.h"
#include "utilities/math_utils.h"
#include "utilities/geometry_utilities.h"
#include "pfem_fluid_dynamics_application_variables.h"
#include "custom_elements/three_step_updated_lagrangian_element.h"
#include "includes/model_part.h"
Include dependency graph for three_step_first_order_updated_lagrangian_element.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kratos::ThreeStepFirstOrderUpdatedLagrangianElement< TDim >
 A stabilized element for the incompressible Navier-Stokes equations. More...
 

Namespaces

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

Functions

Input and output
template<unsigned int TDim>
std::istream & Kratos::operator>> (std::istream &rIStream, ThreeStepFirstOrderUpdatedLagrangianElement< TDim > &rThis)
 input stream function More...
 
template<unsigned int TDim>
std::ostream & Kratos::operator<< (std::ostream &rOStream, const ThreeStepFirstOrderUpdatedLagrangianElement< TDim > &rThis)
 output stream function More...