#include <string>
#include <iostream>
#include "includes/define.h"
#include "geometries/geometry.h"
#include "includes/node.h"
#include "octree_binary_cell.h"
Go to the source code of this file.
|
| Kratos |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
|
|
|
#define | KRATOS_WATCH_3(name) std::cout << #name << " : " << name[0] << ", " << name[1] << ", " << name[2] << std::endl; |
|
|
|
template<class TCellType > |
std::ostream & | Kratos::operator<< (std::ostream &rOStream, const OctreeBinary< TCellType > &rThis) |
| input stream function More...
|
|
◆ KRATOS_WATCH_3
#define KRATOS_WATCH_3 |
( |
|
name | ) |
std::cout << #name << " : " << name[0] << ", " << name[1] << ", " << name[2] << std::endl; |