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
pointer_vector_map.h File Reference
#include <vector>
#include <functional>
#include <string>
#include <iostream>
#include <sstream>
#include <cstddef>
#include "includes/define.h"
#include "containers/pointer_vector_map_iterator.h"
Include dependency graph for pointer_vector_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kratos::PointerVectorMap< TKeyType, TDataType, TCompareType, TPointerType, TContainerType >
 PointerVectorMap is a sorted associative container like stl map but using a vector to store pointers to its data. More...
 

Namespaces

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

Functions

Input and output
template<class TDataType , class TGetKeyType , class TCompareType , class TPointerType , class TContainerType >
std::istream & Kratos::operator>> (std::istream &rIStream, PointerVectorMap< TDataType, TGetKeyType, TCompareType, TPointerType, TContainerType > &rThis)
 input stream function More...
 
template<class TDataType , class TGetKeyType , class TCompareType , class TPointerType , class TContainerType >
std::ostream & Kratos::operator<< (std::ostream &rOStream, const PointerVectorMap< TDataType, TGetKeyType, TCompareType, TPointerType, TContainerType > &rThis)
 output stream function More...