|
Moertel
Development
|
#include <ctime>#include <iostream>#include <vector>#include <Epetra_Map.h>#include <Epetra_CrsMatrix.h>#include <Epetra_Vector.h>#include <Epetra_SerialComm.h>#include "Teuchos_RefCountPtr.hpp"#include "Teuchos_ParameterList.hpp"#include "mrtr_segment.H"#include "mrtr_node.H"#include "mrtr_interface.H"#include "mrtr_lm_selector.H"#include "mrtr_solver.H"#include "mrtr_utils.H"

Classes | |
| class | MOERTEL::Manager |
| Top level user interface to the mortar package 'Moertel'. More... | |
Namespaces | |
| MOERTEL | |
| MOERTEL: namespace of the Moertel package. | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const MOERTEL::Manager &node) |
| << operator More... | |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const MOERTEL::Manager & | node | ||
| ) |
<< operator
outputs all information stored in the MOERTEL::Manager class to std::ostream
References MOERTEL::Manager::Print().
Referenced by MOERTEL::Segment_Linear1D::Clone(), MOERTEL::Segment_BiLinearTri::Clone(), MOERTEL::Segment_BiLinearQuad::Clone(), MOERTEL::Segment::EvaluateFunction(), MOERTEL::Point::FunctionValues(), MOERTEL::Manager::GetInterface(), MOERTEL::Segment::Nfunctions(), MOERTEL::ProjectedNode::OrthoSegment(), MOERTEL::ProjectedNode::Print(), MOERTEL::Interface::Print(), MOERTEL::Node::Reset(), MOERTEL::Node::SetGap(), MOERTEL::Interface::SetProjectionType(), and MOERTEL::Point::~Point().
1.8.13