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 | Macros
octree_binary.h File Reference
#include <string>
#include <iostream>
#include "includes/define.h"
#include "geometries/geometry.h"
#include "includes/node.h"
#include "octree_binary_cell.h"
Include dependency graph for octree_binary.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kratos::OctreeBinary< TCellType >
 Short class definition. More...
 

Namespaces

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

Macros

#define KRATOS_WATCH_3(name)   std::cout << #name << " : " << name[0] << ", " << name[1] << ", " << name[2] << std::endl;
 

Functions

Input and output
template<class TCellType >
std::ostream & Kratos::operator<< (std::ostream &rOStream, const OctreeBinary< TCellType > &rThis)
 input stream function More...
 

Macro Definition Documentation

◆ KRATOS_WATCH_3

#define KRATOS_WATCH_3 (   name)    std::cout << #name << " : " << name[0] << ", " << name[1] << ", " << name[2] << std::endl;