Go to the source code of this file.
Classes | |
| class | Sundance::Out |
Namespaces | |
| namespace | Teuchos |
| namespace | Sundance |
Defines | |
| #define | SUNDANCE_OUT(test, msg) |
| #define | SUNDANCE_VERB_EXTREME(msg) SUNDANCE_MSG4(this->verb(), msg) |
| #define | SUNDANCE_VERB_HIGH(msg) SUNDANCE_MSG3(this->verb(), msg) |
| #define | SUNDANCE_VERB_MEDIUM(msg) SUNDANCE_MSG2(this->verb(), msg) |
| #define | SUNDANCE_VERB_LOW(msg) SUNDANCE_MSG1(this->verb(), msg) |
| #define | SUNDANCE_HEADER_LINE "\n------------------------------------------------------------------\n" |
| #define | SUNDANCE_MSG(context, level, msg) SUNDANCE_OUT(this->verbLevel(context) >= level, msg) |
| #define | SUNDANCE_LEVEL1(context, msg) SUNDANCE_MSG(context, 1, msg) |
| #define | SUNDANCE_LEVEL2(context, msg) SUNDANCE_MSG(context, 2, msg) |
| #define | SUNDANCE_LEVEL3(context, msg) SUNDANCE_MSG(context, 3, msg) |
| #define | SUNDANCE_LEVEL4(context, msg) SUNDANCE_MSG(context, 4, msg) |
| #define | SUNDANCE_LEVEL5(context, msg) SUNDANCE_MSG(context, 5, msg) |
| #define | SUNDANCE_MSG1(level, msg) SUNDANCE_OUT(level >= 1, msg) |
| #define | SUNDANCE_MSG2(level, msg) SUNDANCE_OUT(level >= 2, msg) |
| #define | SUNDANCE_MSG3(level, msg) SUNDANCE_OUT(level >= 3, msg) |
| #define | SUNDANCE_MSG4(level, msg) SUNDANCE_OUT(level >= 4, msg) |
| #define | SUNDANCE_MSG5(level, msg) SUNDANCE_OUT(level >= 5, msg) |
| #define | SUNDANCE_BANNER1(level, tab, msg) |
| #define | SUNDANCE_BANNER2(level, tab, msg) |
| #define | SUNDANCE_BANNER3(level, tab, msg) |
Functions | |
| void | Sundance::writeTable (std::ostream &os, const Tabs &tab, const Array< double > &a, int cols) |
| void | Sundance::writeTable (std::ostream &os, const Tabs &tab, const Array< int > &a, int cols) |
| #define SUNDANCE_BANNER1 | ( | level, | |
| tab, | |||
| msg | |||
| ) |
SUNDANCE_MSG1(level, tab \ << "===================================================================");\ SUNDANCE_MSG1(level, tab << std::endl << tab \ << " " << msg); \ SUNDANCE_MSG1(level, tab << std::endl << tab\ << "===================================================================");
Definition at line 157 of file SundanceOut.hpp.
Referenced by Sundance::Assembler::assemble(), Sundance::Assembler::assembleSensitivities(), Sundance::Assembler::assemblyLoop(), Sundance::Assembler::evaluate(), Sundance::FunctionSupportResolver::FunctionSupportResolver(), Sundance::EquationSet::init(), Sundance::Assembler::init(), and Sundance::SymbPreprocessor::setupVariations().
| #define SUNDANCE_BANNER2 | ( | level, | |
| tab, | |||
| msg | |||
| ) |
SUNDANCE_MSG2(level, tab \ << "-------------------------------------------------------------------");\ SUNDANCE_MSG2(level, tab << msg); \ SUNDANCE_MSG2(level, tab\ << "-------------------------------------------------------------------");
Definition at line 166 of file SundanceOut.hpp.
| #define SUNDANCE_BANNER3 | ( | level, | |
| tab, | |||
| msg | |||
| ) |
SUNDANCE_MSG3(level, tab \ << "-------------------------------------------------------------------");\ SUNDANCE_MSG3(level, tab << std::endl << tab \ << msg); \ SUNDANCE_MSG3(level, tab << std::endl << tab\ << "-------------------------------------------------------------------");
Definition at line 175 of file SundanceOut.hpp.
| #define SUNDANCE_HEADER_LINE "\n------------------------------------------------------------------\n" |
Definition at line 132 of file SundanceOut.hpp.
| #define SUNDANCE_LEVEL1 | ( | context, | |
| msg | |||
| ) | SUNDANCE_MSG(context, 1, msg) |
Definition at line 136 of file SundanceOut.hpp.
| #define SUNDANCE_LEVEL2 | ( | context, | |
| msg | |||
| ) | SUNDANCE_MSG(context, 2, msg) |
Definition at line 138 of file SundanceOut.hpp.
| #define SUNDANCE_LEVEL3 | ( | context, | |
| msg | |||
| ) | SUNDANCE_MSG(context, 3, msg) |
Definition at line 140 of file SundanceOut.hpp.
| #define SUNDANCE_LEVEL4 | ( | context, | |
| msg | |||
| ) | SUNDANCE_MSG(context, 4, msg) |
Definition at line 142 of file SundanceOut.hpp.
| #define SUNDANCE_LEVEL5 | ( | context, | |
| msg | |||
| ) | SUNDANCE_MSG(context, 5, msg) |
Definition at line 144 of file SundanceOut.hpp.
| #define SUNDANCE_MSG | ( | context, | |
| level, | |||
| msg | |||
| ) | SUNDANCE_OUT(this->verbLevel(context) >= level, msg) |
Definition at line 134 of file SundanceOut.hpp.
| #define SUNDANCE_MSG1 | ( | level, | |
| msg | |||
| ) | SUNDANCE_OUT(level >= 1, msg) |
Definition at line 147 of file SundanceOut.hpp.
Referenced by Sundance::MixedDOFMapHN::allocate(), Sundance::MixedDOFMap::allocate(), Sundance::HomogeneousDOFMap::allocate(), TSFExtended::LinearOperator< Scalar >::apply(), TSFExtended::LinearOperator< Scalar >::applyTranspose(), Sundance::Assembler::assemble(), Sundance::Assembler::assembleSensitivities(), Sundance::Assembler::assemblyLoop(), Sundance::MixedDOFMapHN::buildMaximalDofTable(), Sundance::CellDiameterExprEvaluator::CellDiameterExprEvaluator(), Sundance::CellVectorEvaluator::CellVectorEvaluator(), Sundance::ChainRuleEvaluator::ChainRuleEvaluator(), Sundance::Assembler::configureMatrix(), Sundance::Assembler::configureMatrixBlock(), Sundance::Assembler::configureVector(), Sundance::ConstantEvaluator::ConstantEvaluator(), Sundance::CoordExprEvaluator::CoordExprEvaluator(), TSFExtended::LinearSolverBuilder::createSolver(), Sundance::CurveNormEvaluator::CurveNormEvaluator(), Sundance::CurveQuadratureIntegral::CurveQuadratureIntegral(), Sundance::DerivOfSymbFuncEvaluator::DerivOfSymbFuncEvaluator(), Sundance::DiffOpEvaluator::DiffOpEvaluator(), Sundance::NonlinearUnaryOpEvaluator::evalArgDerivs(), Sundance::StringEvalMediator::evalCellDiameterExpr(), Sundance::StringEvalMediator::evalCellVectorExpr(), Sundance::StringEvalMediator::evalCoordExpr(), Sundance::QuadratureEvalMediator::evalDiscreteFuncElement(), Sundance::UnaryEvaluator< DiffOp >::evalOperand(), Sundance::IntegralGroup::evaluate(), Sundance::VectorAssemblyKernel::fill(), Sundance::MatrixVectorAssemblyKernel::fill(), Sundance::TrivialGrouper::findGroups(), Sundance::FunctionSupportResolver::FunctionSupportResolver(), Sundance::MixedDOFMapHN::getDOFsForHNCell(), Sundance::LinearProblem::getOperator(), Sundance::LinearProblem::getRHS(), Sundance::MixedDOFMapHN::getTrafoMatrixForCell(), Sundance::InhomogeneousNodalDOFMap::InhomogeneousNodalDOFMap(), Sundance::PartialElementDOFMap::init(), Sundance::NodalDOFMap::init(), Sundance::EquationSet::init(), Sundance::DOFMapBuilder::init(), Sundance::ChainRuleEvaluator::init(), Sundance::Assembler::init(), Sundance::MixedDOFMapHN::initMap(), Sundance::MixedDOFMap::initMap(), Sundance::HomogeneousDOFMap::initMap(), Sundance::MatrixVectorAssemblyKernel::insertLocalMatrixBatch(), Sundance::VectorFillingAssemblyKernel::insertLocalVectorBatch(), Sundance::UnaryMinusEvaluator::internalEval(), Sundance::SymbolicFuncElementEvaluator::internalEval(), Sundance::SumEvaluator::internalEval(), Sundance::ProductEvaluator::internalEval(), Sundance::NullEvaluator::internalEval(), Sundance::EFDEEvaluator::internalEval(), Sundance::DiscreteFuncElementEvaluator::internalEval(), Sundance::DiffOpEvaluator::internalEval(), Sundance::DerivOfSymbFuncEvaluator::internalEval(), Sundance::CoordExprEvaluator::internalEval(), Sundance::ConstantEvaluator::internalEval(), Sundance::ChainRuleEvaluator::internalEval(), Sundance::CellVectorEvaluator::internalEval(), Sundance::DOFMapBuilder::makeMap(), Sundance::MaximalQuadratureIntegral::MaximalQuadratureIntegral(), Sundance::MixedDOFMap::MixedDOFMap(), Sundance::MixedDOFMapHN::MixedDOFMapHN(), Sundance::VectorAssemblyKernel::prepareForWorkSet(), Sundance::MatrixVectorAssemblyKernel::prepareForWorkSet(), Sundance::ProductEvaluator::ProductEvaluator(), Sundance::QuadratureIntegral::QuadratureIntegral(), Sundance::RefIntegral::RefIntegral(), Sundance::StdFwkEvalMediator::setCellBatch(), Sundance::EvaluatableExpr::setupEval(), Sundance::StdFwkEvalMediator::setupFacetTransformations(), Sundance::SymbPreprocessor::setupVariations(), TSFExtended::LinearSolver< Scalar >::solve(), Sundance::LinearProblem::solve(), Sundance::RefIntegral::transformOneForm(), Sundance::RefIntegral::transformTwoForm(), Sundance::RefIntegral::transformZeroForm(), Sundance::QuadratureIntegral::transformZeroForm(), Sundance::MaximalQuadratureIntegral::transformZeroForm(), Sundance::CurveQuadratureIntegral::transformZeroForm(), Sundance::CurveQuadratureIntegral::updateRefCellIntegralOneForm(), and Sundance::VectorFillingAssemblyKernel::VectorFillingAssemblyKernel().
| #define SUNDANCE_MSG2 | ( | level, | |
| msg | |||
| ) | SUNDANCE_OUT(level >= 2, msg) |
Definition at line 149 of file SundanceOut.hpp.
Referenced by Sundance::EquationSet::addToVarUnkPairs(), Sundance::MixedDOFMapHN::allocate(), Sundance::MixedDOFMap::allocate(), Sundance::HomogeneousDOFMap::allocate(), TSFExtended::SimpleZeroOp< Scalar >::applyOp(), TSFExtended::SimpleTransposedOp< Scalar >::applyOp(), TSFExtended::SimpleScaledOp< Scalar >::applyOp(), TSFExtended::SimpleIdentityOp< Scalar >::applyOp(), TSFExtended::SimpleDiagonalOp< Scalar >::applyOp(), TSFExtended::SimpleComposedOp< Scalar >::applyOp(), TSFExtended::SimpleBlockOp< Scalar >::applyOp(), TSFExtended::SimpleAddedOp< Scalar >::applyOp(), Sundance::Assembler::assemblyLoop(), Sundance::MixedDOFMap::buildMaximalDofTable(), Sundance::HomogeneousDOFMap::buildMaximalDofTable(), Sundance::CellDiameterExprEvaluator::CellDiameterExprEvaluator(), Sundance::CellVectorEvaluator::CellVectorEvaluator(), Sundance::NodalDOFMapHN::computeOffsets(), Sundance::MixedDOFMapHN::computeOffsets(), Sundance::MixedDOFMap::computeOffsets(), Sundance::HomogeneousDOFMap::computeOffsets(), Sundance::QuadratureEvalMediator::computePhysQuadPts(), Sundance::Assembler::configureMatrixBlock(), Sundance::Assembler::configureVectorBlock(), Sundance::CoordExprEvaluator::CoordExprEvaluator(), Sundance::ElementIntegral::createOneFormTransformationMatrix(), TSFExtended::LinearSolverBuilder::createSolver(), Sundance::CurveNormEvaluator::CurveNormEvaluator(), Sundance::DerivOfSymbFuncEvaluator::DerivOfSymbFuncEvaluator(), Sundance::DiffOpEvaluator::DiffOpEvaluator(), Sundance::DOFMapBuilder::domainToFuncSetMap(), Sundance::ProductTransformationSequence::doTransform(), Sundance::ElementIntegral::ElementIntegral(), Sundance::UserDefOpCommonEvaluator::evalAllComponents(), Sundance::NonlinearUnaryOpEvaluator::evalArgDerivs(), Sundance::QuadratureEvalMediator::evalCellDiameterExpr(), Sundance::CurveEvalMediator::evalCellDiameterExpr(), Sundance::QuadratureEvalMediator::evalCellVectorExpr(), Sundance::CurveEvalMediator::evalCellVectorExpr(), Sundance::BinaryEvaluator< SumExpr >::evalChildren(), Sundance::QuadratureEvalMediator::evalCoordExpr(), Sundance::CurveEvalMediator::evalCoordExpr(), Sundance::CurveEvalMediator::evalCurveNormExpr(), Sundance::QuadratureEvalMediator::evalDiscreteFuncElement(), Sundance::CurveEvalMediator::evalDiscreteFuncElement(), Sundance::IntegralGroup::evaluate(), Sundance::GrouperBase::extractWeakForm(), Sundance::MatrixVectorAssemblyKernel::fill(), Sundance::FunctionalAssemblyKernel::fill(), Sundance::LocalDOFMap::fillBlock(), Sundance::QuadratureEvalMediator::fillFunctionCache(), Sundance::ExodusWriter::findBlocks(), Sundance::TrivialGrouper::findGroups(), Sundance::ExodusWriter::findNodeSets(), Sundance::FunctionSupportResolver::FunctionSupportResolver(), TSFExtended::InverseOperator< Scalar >::generalApply(), Sundance::NodalDOFMapHN::getDOFsForCellBatch(), Sundance::MixedDOFMapHN::getDOFsForCellBatch(), Sundance::InhomogeneousNodalDOFMap::getDOFsForCellBatch(), Sundance::QuadratureEvalMediator::getFacetRefBasisVals(), Sundance::Assembler::getGraph(), Sundance::NodalDOFMapHN::getPointLIDsForHN(), Sundance::ElementIntegral::getQuad(), Sundance::NodalDOFMapHN::getTrafoMatrixForFacet(), Sundance::MixedDOFMapHN::getTrafoMatrixForFacet(), Sundance::Assembler::incrementalGetGraph(), Sundance::InhomogeneousNodalDOFMap::InhomogeneousNodalDOFMap(), Sundance::NodalDOFMapHN::init(), Sundance::MatrixVectorAssemblyKernel::init(), Sundance::EquationSet::init(), Sundance::DOFMapBuilder::init(), Sundance::Assembler::init(), Sundance::MatrixVectorAssemblyKernel::insertLocalMatrixBatch(), Sundance::VectorFillingAssemblyKernel::insertLocalVectorBatch(), Sundance::IntegralGroup::IntegralGroup(), Sundance::SymbolicFuncElementEvaluator::internalEval(), Sundance::SumEvaluator::internalEval(), Sundance::EFDEEvaluator::internalEval(), Sundance::DiffOpEvaluator::internalEval(), Sundance::DerivOfSymbFuncEvaluator::internalEval(), Sundance::CurveNormEvaluator::internalEval(), Sundance::CoordExprEvaluator::internalEval(), Sundance::ConstantEvaluator::internalEval(), Sundance::ChainRuleEvaluator::internalEval(), Sundance::CellDiameterExprEvaluator::internalEval(), Sundance::ZeroExpr::internalFindC(), Sundance::UnknownParameterElement::internalFindC(), Sundance::ConstantExpr::internalFindC(), Sundance::UnknownParameterElement::internalFindV(), Sundance::ConstantExpr::internalFindV(), Sundance::ZeroExpr::internalFindW(), Sundance::UnknownParameterElement::internalFindW(), Sundance::ConstantExpr::internalFindW(), Sundance::DOFMapBuilder::makeMap(), Sundance::MixedDOFMap::MixedDOFMap(), Sundance::MatrixVectorAssemblyKernel::prepareForWorkSet(), Sundance::ProductEvaluator::ProductEvaluator(), Sundance::RefIntegral::RefIntegral(), Sundance::StdFwkEvalMediator::setCellBatch(), Sundance::QuadratureEvalMediator::setCellType(), Sundance::CurveEvalMediator::setCellType(), Sundance::EvaluatableExpr::setupEval(), Sundance::StdFwkEvalMediator::setupFacetTransformations(), Sundance::MixedDOFMapHN::shareDOFs(), Sundance::MixedDOFMap::shareDOFs(), Sundance::HomogeneousDOFMap::shareDOFs(), Sundance::PartialElementDOFMap::shareRemoteDOFs(), Sundance::NodalDOFMapHN::shareRemoteDOFs(), Sundance::NodalDOFMap::shareRemoteDOFs(), TSFExtended::LinearSolver< Scalar >::solve(), Sundance::LinearSolveDriver::solve(), Sundance::EvaluatableExpr::sparsitySuperset(), Sundance::QuadratureIntegral::transformOneForm(), Sundance::MaximalQuadratureIntegral::transformOneForm(), Sundance::CurveQuadratureIntegral::transformOneForm(), Sundance::RefIntegral::transformTwoForm(), Sundance::QuadratureIntegral::transformTwoForm(), Sundance::MaximalQuadratureIntegral::transformTwoForm(), Sundance::CurveQuadratureIntegral::transformTwoForm(), Sundance::CurveQuadratureIntegral::updateRefCellIntegralOneForm(), Sundance::CurveQuadratureIntegral::updateRefCellIntegralTwoForm(), and Sundance::Assembler::whetherToUseCofacets().
| #define SUNDANCE_MSG3 | ( | level, | |
| msg | |||
| ) | SUNDANCE_OUT(level >= 3, msg) |
Definition at line 151 of file SundanceOut.hpp.
Referenced by Sundance::HNMesh3D::addCell(), Sundance::HNMesh2D::addCell(), Sundance::HNMesh3D::addEdge(), Sundance::HNMesh2D::addEdge(), Sundance::HNMesh3D::addFace(), Sundance::HNMesh3D::addHangingElement(), Sundance::HNMesh3D::addVertex(), Sundance::HNMesh2D::addVertex(), Sundance::MixedDOFMapHN::allocate(), Sundance::MixedDOFMap::allocate(), Sundance::HomogeneousDOFMap::allocate(), TSFExtended::LinearOperator< Scalar >::apply(), TSFExtended::LinearOperator< Scalar >::applyTranspose(), Sundance::DiffOpEvaluator::backedDerivs(), Sundance::MapBundle::buildLocalDOFMaps(), Sundance::MixedDOFMapHN::buildMaximalDofTable(), Sundance::HomogeneousDOFMap::buildMaximalDofTable(), Sundance::QuadratureEvalMediator::computePhysQuadPts(), Sundance::Assembler::configureMatrixBlock(), Sundance::HNMesh3D::createCoarseMesh(), Sundance::HNMesh2D::createCoarseMesh(), Sundance::HNMesh3D::createLeafNumbering(), Sundance::HNMesh2D::createLeafNumbering(), Sundance::DiffOpEvaluator::DiffOpEvaluator(), Sundance::HNMesh3D::elemZeroFacetView(), Sundance::HNMesh2D::elemZeroFacetView(), Sundance::UserDefOpCommonEvaluator::evalAllComponents(), Sundance::QuadratureEvalMediator::evalCellDiameterExpr(), Sundance::CurveEvalMediator::evalCellDiameterExpr(), Sundance::QuadratureEvalMediator::evalCellVectorExpr(), Sundance::CurveEvalMediator::evalCellVectorExpr(), Sundance::QuadratureEvalMediator::evalCoordExpr(), Sundance::CurveEvalMediator::evalCoordExpr(), Sundance::CurveEvalMediator::evalCurveNormExpr(), Sundance::QuadratureEvalMediator::evalDiscreteFuncElement(), Sundance::IntegralGroup::evaluate(), Sundance::HNMesh3D::facetLID(), Sundance::HNMesh2D::facetLID(), Sundance::HNMesh3D::facetLID_tree(), Sundance::HNMesh2D::facetLID_tree(), Sundance::EvaluatableExpr::findDerivSubset(), Sundance::TrivialGrouper::findGroups(), Sundance::Assembler::findNonzeroBlocks(), Sundance::ExprWithChildren::findQ_W(), Sundance::FunctionSupportResolver::FunctionSupportResolver(), Sundance::HNMesh3D::getCellDiameters(), Sundance::HNMesh2D::getCellDiameters(), Sundance::BasisFamily::getConstrainsForHNDoF(), Sundance::MeshBase::getCurvePoints(), Sundance::CurveIntegralCalc::getCurveQuadPoints(), Sundance::CurveIntegralCalc::getCurveQuadPoints_line(), Sundance::NodalDOFMap::getDOFsForCellBatch(), Sundance::MixedDOFMapHN::getDOFsForCellBatch(), Sundance::MixedDOFMap::getDOFsForCellBatch(), Sundance::PartialElementDOFMap::getDOFsForCellBatch(), Sundance::HNMesh3D::getFacetLIDs(), Sundance::HNMesh2D::getFacetLIDs(), Sundance::Assembler::getGraph(), Sundance::HNMesh3D::getHangingElement(), Sundance::HNMesh3D::getJacobians(), Sundance::HNMesh2D::getJacobians(), Sundance::DiffOpEvaluator::increasedDerivs(), Sundance::Assembler::incrementalGetGraph(), Sundance::ChainRuleEvaluator::init(), Sundance::Assembler::init(), Sundance::MatrixVectorAssemblyKernel::insertLocalMatrixBatch(), Sundance::SymbolicFuncElement::internalDetermineR(), Sundance::ExprWithChildren::internalDetermineR(), Sundance::ExplicitFunctionalDerivativeElement::internalDetermineR(), Sundance::DiscreteFuncElement::internalDetermineR(), Sundance::DiffOp::internalDetermineR(), Sundance::ProductEvaluator::internalEval(), Sundance::CurveNormEvaluator::internalEval(), Sundance::CoordExprEvaluator::internalEval(), Sundance::ChainRuleEvaluator::internalEval(), Sundance::CellVectorEvaluator::internalEval(), Sundance::CellDiameterExprEvaluator::internalEval(), Sundance::SymbolicFuncElement::internalFindC(), Sundance::ExprWithChildren::internalFindC(), Sundance::ExplicitFunctionalDerivativeElement::internalFindC(), Sundance::DiffOp::internalFindC(), Sundance::ProductExpr::internalFindQ_V(), Sundance::ExprWithChildren::internalFindQ_V(), Sundance::UnaryMinus::internalFindQ_W(), Sundance::ProductExpr::internalFindQ_W(), Sundance::ExprWithChildren::internalFindQ_W(), Sundance::SymbolicFuncElement::internalFindV(), Sundance::ExprWithChildren::internalFindV(), Sundance::ExplicitFunctionalDerivativeElement::internalFindV(), Sundance::DiscreteFuncElement::internalFindV(), Sundance::DiffOp::internalFindV(), Sundance::SymbolicFuncElement::internalFindW(), Sundance::ExprWithChildren::internalFindW(), Sundance::ExplicitFunctionalDerivativeElement::internalFindW(), Sundance::DiscreteFuncElement::internalFindW(), Sundance::DiffOp::internalFindW(), Sundance::HNMesh3D::isElementHangingNode(), Sundance::HNMesh2D::isElementHangingNode(), Sundance::MeshBase::mapCurveID_to_Index(), Sundance::HNMesh3D::mapGIDToLID(), Sundance::HNMesh2D::mapGIDToLID(), Sundance::HNMesh3D::mapLIDToGID(), Sundance::HNMesh2D::mapLIDToGID(), Sundance::HNMesh3D::maxCofacetLID(), Sundance::HNMesh2D::maxCofacetLID(), Sundance::HNMesh3D::nodePosition(), Sundance::HNMesh2D::nodePosition(), Sundance::HNMesh3D::nodePositionView(), Sundance::HNMesh2D::nodePositionView(), Sundance::HNMesh3D::numCells(), Sundance::HNMesh2D::numCells(), Sundance::HNMesh3D::numMaxCofacets(), Sundance::HNMesh2D::numMaxCofacets(), Sundance::HNMesh3D::numMaxCofacets_ID(), Sundance::HNMesh3D::oneRefinementIteration(), Sundance::HNMesh2D::oneRefinementIteration(), Sundance::HNMesh3D::ownerProcID(), Sundance::HNMesh2D::ownerProcID(), Sundance::FunctionalAssemblyKernel::postLoopFinalization(), Sundance::ProductEvaluator::ProductEvaluator(), Sundance::HNMesh3D::pushForward(), Sundance::HNMesh2D::pushForward(), Sundance::BasisFamily::refEval(), Sundance::HNMesh3D::refineCell(), Sundance::HNMesh2D::refineCell(), Sundance::DiffOp::requestMultiIndexAtEvalPoint(), Sundance::HNMesh3D::returnParentFacets(), Sundance::HNMesh2D::returnParentFacets(), Sundance::MeshBase::setCurvePoints(), Sundance::MixedDOFMap::setDOFs(), Sundance::HomogeneousDOFMap::setDOFs(), Sundance::ExprWithChildren::setupEval(), Sundance::SymbPreprocessor::setupVariations(), Sundance::MixedDOFMapHN::shareDOFs(), Sundance::MixedDOFMap::shareDOFs(), Sundance::HomogeneousDOFMap::shareDOFs(), Sundance::PartialElementDOFMap::shareRemoteDOFs(), Sundance::NodalDOFMapHN::shareRemoteDOFs(), Sundance::NodalDOFMap::shareRemoteDOFs(), Sundance::SubsetCellFilter::SubsetCellFilter(), Sundance::RefIntegral::transformOneForm(), Sundance::UnaryEvaluator< DiffOp >::UnaryEvaluator(), and Sundance::CurveQuadratureIntegral::updateRefCellInformation().
| #define SUNDANCE_MSG4 | ( | level, | |
| msg | |||
| ) | SUNDANCE_OUT(level >= 4, msg) |
Definition at line 153 of file SundanceOut.hpp.
Referenced by Sundance::Assembler::assemblyLoop(), Sundance::MapBundle::buildLocalDOFMaps(), Sundance::MixedDOFMap::buildMaximalDofTable(), Sundance::HomogeneousDOFMap::buildMaximalDofTable(), Sundance::EvaluatableExpr::computeInputR(), Sundance::QuadratureEvalMediator::evalDiscreteFuncElement(), Sundance::IntegralGroup::evaluate(), Sundance::QuadratureEvalMediator::fillFunctionCache(), Sundance::MixedDOFMapHN::getDOFsForCellBatch(), Sundance::MixedDOFMap::getDOFsForCellBatch(), Sundance::PartialElementDOFMap::getDOFsForCellBatch(), Sundance::ElementIntegral::getQuad(), Sundance::MixedDOFMapHN::initMap(), Sundance::MixedDOFMap::initMap(), Sundance::VectorFillingAssemblyKernel::insertLocalVectorBatch(), Sundance::CellVectorEvaluator::internalEval(), Sundance::CellDiameterExprEvaluator::internalEval(), Sundance::ProductEvaluator::ProductEvaluator(), Sundance::RefIntegral::RefIntegral(), Sundance::MixedDOFMapHN::setDOFs(), Sundance::SymbPreprocessor::setupVariations(), Sundance::MixedDOFMapHN::shareDOFs(), Sundance::MixedDOFMap::shareDOFs(), Sundance::PartialElementDOFMap::shareRemoteDOFs(), Sundance::NodalDOFMap::shareRemoteDOFs(), Sundance::QuadratureIntegral::transformOneForm(), Sundance::MaximalQuadratureIntegral::transformOneForm(), and Sundance::CurveQuadratureIntegral::transformOneForm().
| #define SUNDANCE_MSG5 | ( | level, | |
| msg | |||
| ) | SUNDANCE_OUT(level >= 5, msg) |
Definition at line 155 of file SundanceOut.hpp.
Referenced by Sundance::IntegralGroup::evaluate(), Sundance::ExprWithChildren::internalDetermineR(), Sundance::ExplicitFunctionalDerivativeElement::internalDetermineR(), Sundance::DiffOp::internalDetermineR(), Sundance::ExprWithChildren::internalFindC(), Sundance::ExplicitFunctionalDerivativeElement::internalFindC(), Sundance::DiscreteFuncElement::internalFindC(), Sundance::DiffOp::internalFindC(), Sundance::SymbolicFuncElement::internalFindV(), Sundance::ExprWithChildren::internalFindV(), Sundance::ExplicitFunctionalDerivativeElement::internalFindV(), Sundance::DiffOp::internalFindV(), Sundance::SymbolicFuncElement::internalFindW(), Sundance::ExplicitFunctionalDerivativeElement::internalFindW(), Sundance::DiffOp::internalFindW(), Sundance::DiffOpEvaluator::remainder(), Sundance::SymbPreprocessor::setupVariations(), Sundance::QuadratureIntegral::transformOneForm(), Sundance::MaximalQuadratureIntegral::transformOneForm(), Sundance::CurveQuadratureIntegral::transformOneForm(), Sundance::QuadratureIntegral::transformZeroForm(), Sundance::MaximalQuadratureIntegral::transformZeroForm(), and Sundance::CurveQuadratureIntegral::transformZeroForm().
| #define SUNDANCE_OUT | ( | test, | |
| msg | |||
| ) |
{ \
if (test) \
{ \
TeuchosOStringStream omsg; \
omsg << msg; \
Out::println(omsg.str()); \
} \
}
Definition at line 116 of file SundanceOut.hpp.
Referenced by Sundance::BasicSimplicialMesh::addVertex(), Sundance::ExtrusionMeshTransformation::apply(), Sundance::BasicSimplicialMesh::assignIntermediateCellGIDs(), Sundance::BamgMeshReader::BamgMeshReader(), Sundance::CellIterator::CellIterator(), Sundance::CellSet::checkCompatibility(), Sundance::CellJacobianBatch::computeInverses(), Sundance::QuadratureEvalMediator::computePhysQuadPts(), Sundance::SumIntegrals::doTransform(), Sundance::SumConstants::doTransform(), Sundance::RemoveUnaryMinusFromSum::doTransform(), Sundance::RemoveZeroFromSum::doTransform(), Sundance::ApplySimpleDiffOp::doTransform(), Sundance::DistributeSumOfDiffOps::doTransform(), Sundance::BringConstantOutsideDiffOp::doTransform(), Sundance::KillDiffOpOnConstant::doTransform(), Sundance::AssociateHungryDiffOpWithOperand::doTransform(), Sundance::MultiplyConstants::doTransform(), Sundance::MoveUnaryMinusOutsideProduct::doTransform(), Sundance::MoveConstantsToLeftOfProduct::doTransform(), Sundance::RemoveMinusOneFromProduct::doTransform(), Sundance::RemoveOneFromProduct::doTransform(), Sundance::RemoveZeroFromProduct::doTransform(), Sundance::Lagrange::evalOnquad(), Sundance::Lagrange::evalOnTriangle(), Sundance::EdgeLocalizedBasis::evalOnTriangle(), Sundance::CubicHermite::evalOnTriangle(), Sundance::Bubble::evalOnTriangle(), Sundance::Bernstein::evalOnTriangle(), Sundance::ExodusMeshReader::ExodusMeshReader(), Sundance::CellJacobianBatch::factor(), Sundance::PartitionedRectangleMesher::fillMesh(), Sundance::PartitionedLineMesher::fillMesh(), Sundance::Assembler::findNonzeroBlocks(), Sundance::Lagrange::getConstrainsForHNDoF(), Sundance::Lagrange::getDoFsOrdered(), Sundance::QuadratureEvalMediator::getFacetRefBasisVals(), Sundance::Assembler::getGraph(), Sundance::DiscreteFunctionData::getLocalValues(), Sundance::MeshSource::getMesh(), Sundance::MeshReaderBase::getNextLine(), Sundance::Assembler::incrementalGetGraph(), Sundance::SubsetCellFilter::internalGetCells(), Sundance::BinaryCellFilter::internalGetCells(), Sundance::MeshReaderBase::openFile(), Sundance::BamgMeshReader::readMesh(), Sundance::TriangleMeshReader::readNodes(), Sundance::TriangleMeshReader::readParallelInfo(), Sundance::ExodusMeshReader::readParallelInfo(), Sundance::BamgMeshReader::readParallelInfo(), Sundance::BasicSimplicialMesh::synchronizeGIDNumbering(), and Sundance::TriangleMeshReader::TriangleMeshReader().
| #define SUNDANCE_VERB_EXTREME | ( | msg | ) | SUNDANCE_MSG4(this->verb(), msg) |
Definition at line 127 of file SundanceOut.hpp.
Referenced by Sundance::BasicSimplicialMesh::addFace(), Sundance::BasicSimplicialMesh::assignIntermediateCellGIDs(), Sundance::EvaluatableExpr::internalDetermineR(), Sundance::BasicSimplicialMesh::resolveEdgeOwnership(), and Sundance::UserDefOpEvaluator::UserDefOpEvaluator().
| #define SUNDANCE_VERB_HIGH | ( | msg | ) | SUNDANCE_MSG3(this->verb(), msg) |
Definition at line 128 of file SundanceOut.hpp.
Referenced by Sundance::BasicSimplicialMesh::addElement(), Sundance::BasicSimplicialMesh::assignIntermediateCellGIDs(), Sundance::EFDEEvaluator::EFDEEvaluator(), Sundance::ChainRuleSum::evalConstant(), Sundance::ChainRuleSum::evalVar(), Sundance::ExodusMeshReader::fillMesh(), Sundance::UserDefOpEvaluator::findRequiredOrders(), Sundance::HNMesh3D::getCellDiameters(), Sundance::HNMesh2D::getCellDiameters(), Sundance::HNMesh3D::getJacobians(), Sundance::HNMesh2D::getJacobians(), Sundance::EvaluatableExpr::internalDetermineR(), Sundance::CoordExpr::internalFindC(), Sundance::CoordExpr::internalFindV(), Sundance::CurveNormExpr::internalFindW(), Sundance::CoordExpr::internalFindW(), Sundance::NonlinearUnaryOpEvaluator::NonlinearUnaryOpEvaluator(), Sundance::BasicSimplicialMesh::resolveEdgeOwnership(), Sundance::SumEvaluator::SumEvaluator(), and Sundance::UserDefOpEvaluator::UserDefOpEvaluator().
| #define SUNDANCE_VERB_LOW | ( | msg | ) | SUNDANCE_MSG1(this->verb(), msg) |
Definition at line 130 of file SundanceOut.hpp.
Referenced by Sundance::BasicSimplicialMesh::assignIntermediateCellGIDs(), Sundance::EFDEEvaluator::EFDEEvaluator(), Sundance::NonlinearUnaryOpEvaluator::NonlinearUnaryOpEvaluator(), Sundance::TriangleMeshReader::readSides(), Sundance::BasicSimplicialMesh::resolveEdgeOwnership(), Sundance::SymbolicFuncElementEvaluator::SymbolicFuncElementEvaluator(), and Sundance::UserDefOpEvaluator::UserDefOpEvaluator().
| #define SUNDANCE_VERB_MEDIUM | ( | msg | ) | SUNDANCE_MSG2(this->verb(), msg) |
Definition at line 129 of file SundanceOut.hpp.
Referenced by Sundance::BasicSimplicialMesh::assignIntermediateCellGIDs(), Sundance::DiscreteFuncElementEvaluator::DiscreteFuncElementEvaluator(), Sundance::ReorderSum::doTransform(), Sundance::EFDEEvaluator::EFDEEvaluator(), Sundance::Evaluator::eval(), Sundance::DiscreteFuncElementEvaluator::hasMultiIndex(), Sundance::VTKWriter::lowLevelWrite(), Sundance::NullEvaluator::NullEvaluator(), Sundance::BasicSimplicialMesh::resolveEdgeOwnership(), Sundance::SumEvaluator::SumEvaluator(), and Sundance::SymbolicFuncElementEvaluator::SymbolicFuncElementEvaluator().