Functions | |
| ostream & | operator<< (std::ostream &os, const Sundance::ADReal &x) |
| ostream & | operator<< (std::ostream &os, const Point &point) |
| ostream & | operator<< (std::ostream &os, const Sundance::AlgebraType &at) |
| ostream & | operator<< (std::ostream &os, const Sundance::AlgebraSpecifier &as) |
| ostream & | operator<< (std::ostream &os, const Sundance::EvalVector &vec) |
| ostream & | operator<< (std::ostream &os, const Sundance::FunctionIdentifier &fid) |
| std::ostream & | operator<< (std::ostream &os, const Sundance::CellFilter &f) |
| ostream & | operator<< (std::ostream &os, const Sundance::CellPredicate &pred) |
| ostream & | operator<< (std::ostream &os, const Sundance::CellSet &c) |
| ostream & | operator<< (std::ostream &stream, const NOX::NOXPlaya::Vector &v) |
| Function for printing. | |
| ostream & std::operator<< | ( | std::ostream & | stream, | |
| const NOX::NOXPlaya::Vector & | v | |||
| ) |
Function for printing.
Definition at line 323 of file NOX_Playa_Vector.cpp.
References NOX::NOXPlaya::Vector::leftshift().
| ostream& std::operator<< | ( | std::ostream & | os, | |
| const Sundance::CellSet & | c | |||
| ) | [inline] |
Definition at line 118 of file SundanceCellSet.hpp.
References Playa::Handle< PointerType >::print().
| ostream& std::operator<< | ( | std::ostream & | os, | |
| const Sundance::CellPredicate & | pred | |||
| ) | [inline] |
Definition at line 92 of file SundanceCellPredicate.hpp.
References Sundance::CellPredicate::toXML().
| std::ostream& std::operator<< | ( | std::ostream & | os, | |
| const Sundance::CellFilter & | f | |||
| ) | [inline] |
| ostream& std::operator<< | ( | std::ostream & | os, | |
| const Sundance::FunctionIdentifier & | fid | |||
| ) |
Definition at line 125 of file SundanceFunctionIdentifier.cpp.
References Sundance::FunctionIdentifier::algSpec(), and Sundance::FunctionIdentifier::dofID().
| ostream& std::operator<< | ( | std::ostream & | os, | |
| const Sundance::EvalVector & | vec | |||
| ) | [inline] |
| ostream& std::operator<< | ( | std::ostream & | os, | |
| const Sundance::AlgebraSpecifier & | as | |||
| ) |
Definition at line 108 of file SundanceAlgebraSpecifier.cpp.
References Sundance::AlgebraSpecifier::direction(), Sundance::AlgebraSpecifier::isCoordinateComponent(), and Sundance::EnumTypeField< T >::type().
| ostream& std::operator<< | ( | std::ostream & | os, | |
| const Sundance::AlgebraType & | at | |||
| ) |
Definition at line 85 of file SundanceAlgebraSpecifier.cpp.
References Sundance::CoordCompAT, Sundance::NormalAT, Sundance::ScalarAT, and Sundance::VectorAT.
| ostream & std::operator<< | ( | std::ostream & | os, | |
| const Point & | point | |||
| ) |
| ostream& std::operator<< | ( | std::ostream & | os, | |
| const Sundance::ADReal & | x | |||
| ) | [inline] |
Definition at line 182 of file SundanceADReal.hpp.
References Sundance::ADReal::gradient(), and Sundance::ADReal::value().