SundanceOut.hpp File Reference

Go to the source code of this file.

Defines

#define SUNDANCE_OUT(test, msg)   PLAYA_OUT(test, msg)
#define SUNDANCE_VERB_EXTREME(msg)   PLAYA_MSG4(this->verb(), msg)
#define SUNDANCE_VERB_HIGH(msg)   PLAYA_MSG3(this->verb(), msg)
#define SUNDANCE_VERB_MEDIUM(msg)   PLAYA_MSG2(this->verb(), msg)
#define SUNDANCE_VERB_LOW(msg)   PLAYA_MSG1(this->verb(), msg)
#define SUNDANCE_HEADER_LINE   "\n------------------------------------------------------------------\n"
#define SUNDANCE_MSG(context, level, msg)   PLAYA_OUT(this->verbLevel(context) >= level, msg)
#define SUNDANCE_LEVEL1(context, msg)   PLAYA_MSG(context, 1, msg)
#define SUNDANCE_LEVEL2(context, msg)   PLAYA_MSG(context, 2, msg)
#define SUNDANCE_LEVEL3(context, msg)   PLAYA_MSG(context, 3, msg)
#define SUNDANCE_LEVEL4(context, msg)   PLAYA_MSG(context, 4, msg)
#define SUNDANCE_LEVEL5(context, msg)   PLAYA_MSG(context, 5, msg)
#define SUNDANCE_MSG1(level, msg)   PLAYA_OUT(level >= 1, msg)
#define SUNDANCE_MSG2(level, msg)   PLAYA_OUT(level >= 2, msg)
#define SUNDANCE_MSG3(level, msg)   PLAYA_OUT(level >= 3, msg)
#define SUNDANCE_MSG4(level, msg)   PLAYA_OUT(level >= 4, msg)
#define SUNDANCE_MSG5(level, msg)   PLAYA_OUT(level >= 5, msg)
#define SUNDANCE_BANNER1(level, tab, msg)
#define SUNDANCE_BANNER2(level, tab, msg)
#define SUNDANCE_BANNER3(level, tab, msg)
#define SUNDANCE_TRACE(e)
#define SUNDANCE_TRACE_MSG(e, msg)
#define SUNDANCE_ERROR(msg)


Define Documentation

#define SUNDANCE_BANNER1 ( level,
tab,
msg   ) 

Value:

PLAYA_MSG1(level, tab \
    << "===================================================================");\
  PLAYA_MSG1(level, tab << std::endl << tab \
    << "  " << msg); \
  PLAYA_MSG1(level, tab << std::endl << tab\
    << "===================================================================");

Definition at line 79 of file SundanceOut.hpp.

Referenced by Sundance::FunctionSupportResolver::FunctionSupportResolver(), Sundance::EquationSet::init(), and Sundance::SymbPreprocessor::setupVariations().

#define SUNDANCE_BANNER2 ( level,
tab,
msg   ) 

Value:

SUNDANCE_MSG2(level, tab \
    << "-------------------------------------------------------------------");\
  SUNDANCE_MSG2(level, tab << msg); \
  SUNDANCE_MSG2(level, tab\
    << "-------------------------------------------------------------------");

Definition at line 88 of file SundanceOut.hpp.

#define SUNDANCE_BANNER3 ( level,
tab,
msg   ) 

Value:

SUNDANCE_MSG3(level, tab \
    << "-------------------------------------------------------------------");\
  SUNDANCE_MSG3(level, tab << std::endl << tab \
    << msg); \
  SUNDANCE_MSG3(level, tab << std::endl << tab\
    << "-------------------------------------------------------------------");

Definition at line 97 of file SundanceOut.hpp.

#define SUNDANCE_ERROR ( msg   ) 

#define SUNDANCE_HEADER_LINE   "\n------------------------------------------------------------------\n"

Definition at line 54 of file SundanceOut.hpp.

#define SUNDANCE_LEVEL1 ( context,
msg   )     PLAYA_MSG(context, 1, msg)

Definition at line 58 of file SundanceOut.hpp.

#define SUNDANCE_LEVEL2 ( context,
msg   )     PLAYA_MSG(context, 2, msg)

Definition at line 60 of file SundanceOut.hpp.

#define SUNDANCE_LEVEL3 ( context,
msg   )     PLAYA_MSG(context, 3, msg)

Definition at line 62 of file SundanceOut.hpp.

#define SUNDANCE_LEVEL4 ( context,
msg   )     PLAYA_MSG(context, 4, msg)

Definition at line 64 of file SundanceOut.hpp.

#define SUNDANCE_LEVEL5 ( context,
msg   )     PLAYA_MSG(context, 5, msg)

Definition at line 66 of file SundanceOut.hpp.

#define SUNDANCE_MSG ( context,
level,
msg   )     PLAYA_OUT(this->verbLevel(context) >= level, msg)

Definition at line 56 of file SundanceOut.hpp.

#define SUNDANCE_MSG1 ( level,
msg   )     PLAYA_OUT(level >= 1, msg)

Definition at line 69 of file SundanceOut.hpp.

Referenced by Sundance::MixedDOFMapHN::allocate(), Sundance::MixedDOFMap::allocate(), Sundance::InhomogeneousDOFMapHN::allocate(), Sundance::HomogeneousDOFMap::allocate(), Sundance::MixedDOFMapHN::buildMaximalDofTable(), Sundance::InhomogeneousDOFMapHN::buildMaximalDofTable(), Sundance::CellDiameterExprEvaluator::CellDiameterExprEvaluator(), Sundance::CellVectorEvaluator::CellVectorEvaluator(), Sundance::ChainRuleEvaluator::ChainRuleEvaluator(), Sundance::ConstantEvaluator::ConstantEvaluator(), Sundance::CoordExprEvaluator::CoordExprEvaluator(), 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::UnaryEvaluator< UnaryMinus >::evalOperand(), Sundance::IntegralGroup::evaluate(), Sundance::VectorAssemblyKernel::fill(), Sundance::MatrixVectorAssemblyKernel::fill(), Sundance::TrivialGrouper::findGroups(), Sundance::FunctionSupportResolver::FunctionSupportResolver(), Sundance::GaussLobattoQuadrature::getAdaptedQuadWeights_surf(), Sundance::SundanceSurf3DCalc::getCurveQuadPoints(), Sundance::MixedDOFMapHN::getDOFsForHNCell(), Sundance::InhomogeneousDOFMapHN::getDOFsForHNCell(), Sundance::LinearProblem::getOperator(), Sundance::LinearProblem::getRHS(), Sundance::MixedDOFMapHN::getTrafoMatrixForCell(), Sundance::InhomogeneousDOFMapHN::getTrafoMatrixForCell(), Sundance::InhomogeneousDOFMapHN::InhomogeneousDOFMapHN(), Sundance::InhomogeneousEdgeLocalizedDOFMap::InhomogeneousEdgeLocalizedDOFMap(), Sundance::InhomogeneousNodalDOFMap::InhomogeneousNodalDOFMap(), Sundance::PartialElementDOFMap::init(), Sundance::NodalDOFMap::init(), Sundance::EquationSet::init(), Sundance::DOFMapBuilder::init(), Sundance::ChainRuleEvaluator::init(), Sundance::MixedDOFMapHN::initMap(), Sundance::MixedDOFMap::initMap(), Sundance::InhomogeneousDOFMapHN::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::ReducedIntegral::ReducedIntegral(), Sundance::RefIntegral::RefIntegral(), Sundance::StdFwkEvalMediator::setCellBatch(), Sundance::ExprWithChildren::setupEval(), Sundance::EvaluatableExpr::setupEval(), Sundance::StdFwkEvalMediator::setupFacetTransformations(), Sundance::SymbPreprocessor::setupVariations(), Sundance::LinearProblem::solve(), Sundance::SubmaximalNodalDOFMap::SubmaximalNodalDOFMap(), Sundance::SymbolicFuncElementEvaluator::SymbolicFuncElementEvaluator(), Sundance::RefIntegral::transformOneForm(), Sundance::ReducedIntegral::transformOneForm(), Sundance::RefIntegral::transformTwoForm(), Sundance::ReducedIntegral::transformTwoForm(), Sundance::RefIntegral::transformZeroForm(), Sundance::ReducedIntegral::transformZeroForm(), Sundance::QuadratureIntegral::transformZeroForm(), Sundance::MaximalQuadratureIntegral::transformZeroForm(), Sundance::CurveQuadratureIntegral::transformZeroForm(), Sundance::CurveQuadratureIntegral::updateRefCellIntegralOneForm(), Sundance::CurveQuadratureIntegral::updateRefCellIntegralTwoForm(), and Sundance::VectorFillingAssemblyKernel::VectorFillingAssemblyKernel().

#define SUNDANCE_MSG2 ( level,
msg   )     PLAYA_OUT(level >= 2, msg)

Definition at line 71 of file SundanceOut.hpp.

Referenced by Sundance::EquationSet::addToVarUnkPairs(), Sundance::MixedDOFMapHN::allocate(), Sundance::MixedDOFMap::allocate(), Sundance::InhomogeneousDOFMapHN::allocate(), Sundance::HomogeneousDOFMap::allocate(), Sundance::MixedDOFMap::buildMaximalDofTable(), Sundance::HomogeneousDOFMap::buildMaximalDofTable(), Sundance::CellDiameterExprEvaluator::CellDiameterExprEvaluator(), Sundance::CellVectorEvaluator::CellVectorEvaluator(), Sundance::EvaluatableExpr::computeInputR(), Sundance::NodalDOFMapHN::computeOffsets(), Sundance::MixedDOFMapHN::computeOffsets(), Sundance::MixedDOFMap::computeOffsets(), Sundance::InhomogeneousDOFMapHN::computeOffsets(), Sundance::HomogeneousDOFMap::computeOffsets(), Sundance::CoordExprEvaluator::CoordExprEvaluator(), Sundance::ElementIntegral::createOneFormTransformationMatrix(), 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::CurveEvalMediator::evalCellDiameterExpr(), Sundance::CurveEvalMediator::evalCellVectorExpr(), Sundance::BinaryEvaluator< ProductExpr >::evalChildren(), Sundance::CurveEvalMediator::evalCoordExpr(), Sundance::CurveEvalMediator::evalCurveNormExpr(), Sundance::CurveEvalMediator::evalDiscreteFuncElement(), Sundance::IntegralGroup::evaluate(), Sundance::GrouperBase::extractWeakForm(), Sundance::MatrixVectorAssemblyKernel::fill(), Sundance::FunctionalAssemblyKernel::fill(), Sundance::LocalDOFMap::fillBlock(), Sundance::ExodusWriter::findBlocks(), Sundance::EvaluatableExpr::findDerivSubset(), Sundance::TrivialGrouper::findGroups(), Sundance::ExodusWriter::findNodeSets(), Sundance::ExprWithChildren::findQ_W(), Sundance::FunctionSupportResolver::FunctionSupportResolver(), Sundance::SubmaximalNodalDOFMap::getDOFsForCellBatch(), Sundance::NodalDOFMapHN::getDOFsForCellBatch(), Sundance::MixedDOFMapHN::getDOFsForCellBatch(), Sundance::InhomogeneousNodalDOFMap::getDOFsForCellBatch(), Sundance::InhomogeneousDOFMapHN::getDOFsForCellBatch(), Sundance::NodalDOFMapHN::getPointLIDsForHN(), Sundance::ElementIntegral::getQuad(), Sundance::NodalDOFMapHN::getTrafoMatrixForFacet(), Sundance::MixedDOFMapHN::getTrafoMatrixForFacet(), Sundance::InhomogeneousDOFMapHN::getTrafoMatrixForFacet(), Sundance::InhomogeneousDOFMapHN::InhomogeneousDOFMapHN(), Sundance::InhomogeneousNodalDOFMap::InhomogeneousNodalDOFMap(), Sundance::NodalDOFMapHN::init(), Sundance::MatrixVectorAssemblyKernel::init(), Sundance::EquationSet::init(), Sundance::DOFMapBuilder::init(), Sundance::MatrixVectorAssemblyKernel::insertLocalMatrixBatch(), Sundance::VectorFillingAssemblyKernel::insertLocalVectorBatch(), Sundance::IntegralGroup::IntegralGroup(), Sundance::SymbolicFuncElement::internalDetermineR(), Sundance::ExprWithChildren::internalDetermineR(), Sundance::ExplicitFunctionalDerivativeElement::internalDetermineR(), Sundance::EvaluatableExpr::internalDetermineR(), Sundance::DiscreteFuncElement::internalDetermineR(), Sundance::DiffOp::internalDetermineR(), Sundance::SymbolicFuncElementEvaluator::internalEval(), Sundance::SumEvaluator::internalEval(), Sundance::DiscreteFuncElementEvaluator::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::SymbolicFuncElement::internalFindC(), Sundance::ExprWithChildren::internalFindC(), Sundance::ExplicitFunctionalDerivativeElement::internalFindC(), Sundance::DiscreteFuncElement::internalFindC(), Sundance::DiffOp::internalFindC(), Sundance::ConstantExpr::internalFindC(), Sundance::ProductExpr::internalFindQ_V(), Sundance::ExprWithChildren::internalFindQ_V(), Sundance::UnaryMinus::internalFindQ_W(), Sundance::ProductExpr::internalFindQ_W(), Sundance::ExprWithChildren::internalFindQ_W(), Sundance::UnknownParameterElement::internalFindV(), Sundance::SymbolicFuncElement::internalFindV(), Sundance::ExprWithChildren::internalFindV(), Sundance::ExplicitFunctionalDerivativeElement::internalFindV(), Sundance::DiscreteFuncElement::internalFindV(), Sundance::DiffOp::internalFindV(), Sundance::ConstantExpr::internalFindV(), Sundance::ZeroExpr::internalFindW(), Sundance::UnknownParameterElement::internalFindW(), Sundance::SymbolicFuncElement::internalFindW(), Sundance::ExprWithChildren::internalFindW(), Sundance::ExplicitFunctionalDerivativeElement::internalFindW(), Sundance::DiscreteFuncElement::internalFindW(), Sundance::DiffOp::internalFindW(), Sundance::ConstantExpr::internalFindW(), Sundance::DOFMapBuilder::isWholeDomain(), Sundance::DOFMapBuilder::makeMap(), Sundance::MixedDOFMap::MixedDOFMap(), Sundance::MatrixVectorAssemblyKernel::prepareForWorkSet(), Sundance::EvaluatableExpr::printR(), Sundance::ProductEvaluator::ProductEvaluator(), Sundance::ReducedIntegral::ReducedIntegral(), Sundance::RefIntegral::RefIntegral(), Sundance::StdFwkEvalMediator::setCellBatch(), Sundance::CurveEvalMediator::setCellType(), Sundance::ExprWithChildren::setupEval(), Sundance::EvaluatableExpr::setupEval(), Sundance::StdFwkEvalMediator::setupFacetTransformations(), Sundance::SymbPreprocessor::setupVariations(), Sundance::MixedDOFMapHN::shareDOFs(), Sundance::MixedDOFMap::shareDOFs(), Sundance::InhomogeneousDOFMapHN::shareDOFs(), Sundance::HomogeneousDOFMap::shareDOFs(), Sundance::SubmaximalNodalDOFMap::shareRemoteDOFs(), Sundance::PartialElementDOFMap::shareRemoteDOFs(), Sundance::NodalDOFMapHN::shareRemoteDOFs(), Sundance::NodalDOFMap::shareRemoteDOFs(), Sundance::LinearSolveDriver::solve(), Sundance::EvaluatableExpr::sparsitySuperset(), Sundance::SubmaximalNodalDOFMap::SubmaximalNodalDOFMap(), Sundance::SumEvaluator::SumEvaluator(), Sundance::SymbolicFuncElementEvaluator::SymbolicFuncElementEvaluator(), Sundance::QuadratureIntegral::transformOneForm(), Sundance::MaximalQuadratureIntegral::transformOneForm(), Sundance::CurveQuadratureIntegral::transformOneForm(), Sundance::RefIntegral::transformTwoForm(), Sundance::ReducedIntegral::transformTwoForm(), Sundance::QuadratureIntegral::transformTwoForm(), Sundance::MaximalQuadratureIntegral::transformTwoForm(), Sundance::CurveQuadratureIntegral::transformTwoForm(), Sundance::UnaryEvaluator< UnaryMinus >::UnaryEvaluator(), Sundance::CurveQuadratureIntegral::updateRefCellIntegralOneForm(), and Sundance::CurveQuadratureIntegral::updateRefCellIntegralTwoForm().

#define SUNDANCE_MSG3 ( level,
msg   )     PLAYA_OUT(level >= 3, msg)

Definition at line 73 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::InhomogeneousDOFMapHN::allocate(), Sundance::HomogeneousDOFMap::allocate(), Sundance::InhomogeneousDOFMapHN::allowedFuncsOnCellBatch(), Sundance::DiffOpEvaluator::backedDerivs(), Sundance::MapBundle::buildLocalDOFMaps(), Sundance::MixedDOFMapHN::buildMaximalDofTable(), Sundance::InhomogeneousDOFMapHN::buildMaximalDofTable(), Sundance::HomogeneousDOFMap::buildMaximalDofTable(), Sundance::HNMesh3D::createCoarseMesh(), Sundance::HNMesh2D::createCoarseMesh(), Sundance::HNMesh3D::createLeafNumbering(), Sundance::HNMesh2D::createLeafNumbering(), Sundance::HNMesh3D::createLeafNumbering_sophisticated(), Sundance::HNMesh2D::createLeafNumbering_sophisticated(), Sundance::DiffOpEvaluator::DiffOpEvaluator(), Sundance::HNMesh3D::elemZeroFacetView(), Sundance::HNMesh2D::elemZeroFacetView(), Sundance::UserDefOpCommonEvaluator::evalAllComponents(), Sundance::CurveEvalMediator::evalCellDiameterExpr(), Sundance::CurveEvalMediator::evalCellVectorExpr(), Sundance::CurveEvalMediator::evalCoordExpr(), Sundance::CurveEvalMediator::evalCurveNormExpr(), Sundance::IntegralGroup::evaluate(), Sundance::HNMesh3D::facetLID(), Sundance::HNMesh2D::facetLID(), Sundance::HNMesh3D::facetLID_tree(), Sundance::HNMesh2D::facetLID_tree(), Sundance::EvaluatableExpr::findDerivSubset(), Sundance::TrivialGrouper::findGroups(), Sundance::FunctionSupportResolver::FunctionSupportResolver(), Sundance::CurveIntegralCalc::get3DRealCoordsOnSurf(), Sundance::GaussLobattoQuadrature::getAdaptedQuadWeights(), Sundance::FeketeQuadrature::getAdaptedQuadWeights(), Sundance::GaussLobattoQuadrature::getAdaptedQuadWeights_polygon(), Sundance::GaussLobattoQuadrature::getAdaptedQuadWeights_surf(), Sundance::FeketeQuadrature::getAdaptedTriangleWeights(), Sundance::HNMesh3D::getCellDiameters(), Sundance::HNMesh2D::getCellDiameters(), Sundance::BasisFamily::getConstrainsForHNDoF(), Sundance::MeshBase::getCurvePoints(), Sundance::SundanceSurf3DCalc::getCurveQuadPoints(), Sundance::CurveIntegralCalc::getCurveQuadPoints(), Sundance::CurveIntegralCalc::getCurveQuadPoints_line(), Sundance::CurveIntegralCalc::getCurveQuadPoints_polygon(), Sundance::PartialElementDOFMap::getDOFsForCellBatch(), Sundance::NodalDOFMap::getDOFsForCellBatch(), Sundance::MixedDOFMapHN::getDOFsForCellBatch(), Sundance::MixedDOFMap::getDOFsForCellBatch(), Sundance::InhomogeneousDOFMapHN::getDOFsForCellBatch(), Sundance::HNMesh3D::getFacetLIDs(), Sundance::HNMesh2D::getFacetLIDs(), Sundance::HNMesh3D::getHangingElement(), Sundance::HNMesh3D::getJacobians(), Sundance::HNMesh2D::getJacobians(), Sundance::CurveIntegralCalc::getSurfQuadPoints(), Sundance::DiffOpEvaluator::increasedDerivs(), Sundance::MatrixVectorAssemblyKernel::init(), Sundance::ChainRuleEvaluator::init(), Sundance::MatrixVectorAssemblyKernel::insertLocalMatrixBatch(), Sundance::FeketeQuadrature::integrateRegion(), Sundance::SymbolicFuncElement::internalDetermineR(), Sundance::ExprWithChildren::internalDetermineR(), Sundance::ExplicitFunctionalDerivativeElement::internalDetermineR(), Sundance::EvaluatableExpr::internalDetermineR(), Sundance::DiffOp::internalDetermineR(), Sundance::EFDEEvaluator::internalEval(), Sundance::DiffOpEvaluator::internalEval(), Sundance::CurveNormEvaluator::internalEval(), Sundance::CoordExprEvaluator::internalEval(), Sundance::ChainRuleEvaluator::internalEval(), Sundance::CellVectorEvaluator::internalEval(), Sundance::CellDiameterExprEvaluator::internalEval(), Sundance::ExprWithChildren::internalFindC(), Sundance::DiffOp::internalFindC(), Sundance::ProductExpr::internalFindQ_W(), Sundance::ExprWithChildren::internalFindQ_W(), Sundance::ExprWithChildren::internalFindV(), Sundance::ExprWithChildren::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::SymbPreprocessor::setupVariations(), Sundance::MixedDOFMapHN::shareDOFs(), Sundance::MixedDOFMap::shareDOFs(), Sundance::InhomogeneousDOFMapHN::shareDOFs(), Sundance::HomogeneousDOFMap::shareDOFs(), Sundance::SubmaximalNodalDOFMap::shareRemoteDOFs(), Sundance::PartialElementDOFMap::shareRemoteDOFs(), Sundance::NodalDOFMapHN::shareRemoteDOFs(), Sundance::NodalDOFMap::shareRemoteDOFs(), Sundance::SubsetCellFilter::SubsetCellFilter(), Sundance::SumEvaluator::SumEvaluator(), Sundance::RefIntegral::transformOneForm(), Sundance::ReducedIntegral::transformOneForm(), and Sundance::CurveQuadratureIntegral::updateRefCellInformation().

#define SUNDANCE_MSG4 ( level,
msg   )     PLAYA_OUT(level >= 4, msg)

Definition at line 75 of file SundanceOut.hpp.

Referenced by Sundance::MapBundle::buildLocalDOFMaps(), Sundance::MixedDOFMap::buildMaximalDofTable(), Sundance::HomogeneousDOFMap::buildMaximalDofTable(), Sundance::IntegralGroup::evaluate(), Sundance::ExodusWriter::findNodeSets(), Sundance::MixedDOFMapHN::getDOFsForCellBatch(), Sundance::MixedDOFMap::getDOFsForCellBatch(), Sundance::InhomogeneousDOFMapHN::getDOFsForCellBatch(), Sundance::ElementIntegral::getQuad(), Sundance::InhomogeneousEdgeLocalizedDOFMap::InhomogeneousEdgeLocalizedDOFMap(), Sundance::InhomogeneousNodalDOFMap::InhomogeneousNodalDOFMap(), Sundance::MixedDOFMapHN::initMap(), Sundance::MixedDOFMap::initMap(), Sundance::InhomogeneousDOFMapHN::initMap(), Sundance::VectorFillingAssemblyKernel::insertLocalVectorBatch(), Sundance::ExprWithChildren::internalDetermineR(), Sundance::ProductEvaluator::internalEval(), Sundance::DiffOpEvaluator::internalEval(), Sundance::CellVectorEvaluator::internalEval(), Sundance::CellDiameterExprEvaluator::internalEval(), Sundance::ProductEvaluator::ProductEvaluator(), Sundance::ReducedIntegral::ReducedIntegral(), Sundance::RefIntegral::RefIntegral(), Sundance::MixedDOFMapHN::setDOFs(), Sundance::InhomogeneousDOFMapHN::setDOFs(), Sundance::SymbPreprocessor::setupVariations(), Sundance::MixedDOFMapHN::shareDOFs(), Sundance::MixedDOFMap::shareDOFs(), Sundance::InhomogeneousDOFMapHN::shareDOFs(), Sundance::SubmaximalNodalDOFMap::shareRemoteDOFs(), Sundance::PartialElementDOFMap::shareRemoteDOFs(), Sundance::NodalDOFMap::shareRemoteDOFs(), Sundance::SumEvaluator::SumEvaluator(), Sundance::QuadratureIntegral::transformOneForm(), Sundance::MaximalQuadratureIntegral::transformOneForm(), Sundance::CurveQuadratureIntegral::transformOneForm(), and Sundance::QuadratureIntegral::transformZeroForm().

#define SUNDANCE_MSG5 ( level,
msg   )     PLAYA_OUT(level >= 5, msg)

#define SUNDANCE_OUT ( test,
msg   )     PLAYA_OUT(test, msg)

Definition at line 46 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::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::Legendre::evalOnQuad(), 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::Lagrange::getConstrainsForHNDoF(), Sundance::Lagrange::getDoFsOrdered(), Sundance::DiscreteFunctionData::getLocalValues(), Sundance::MeshSource::getMesh(), Sundance::MeshReaderBase::getNextLine(), 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_TRACE (  ) 

Value:

{ \
  TeuchosOStringStream omsg; \
        omsg << e.what() << std::endl \
  << "caught in " << __FILE__ << ":" << __LINE__ << std::endl ; \
        throw std::runtime_error(TEUCHOS_OSTRINGSTREAM_GET_C_STR(omsg)); \
}

Definition at line 105 of file SundanceOut.hpp.

Referenced by Sundance::MeshType::createEmptyMesh(), Sundance::MeshSource::getMesh(), Sundance::TriangleMeshReader::readElems(), Sundance::TriangleMeshReader::readParallelInfo(), Sundance::ExodusMeshReader::readParallelInfo(), Sundance::BamgMeshReader::readParallelInfo(), and Sundance::TriangleMeshReader::readSides().

#define SUNDANCE_TRACE_MSG ( e,
msg   ) 

Value:

{ \
  TeuchosOStringStream omsg; \
        omsg << e.what() << std::endl \
  << "caught in " << __FILE__ << ":" << __LINE__ << std::endl ; \
  omsg << msg << std::endl; \
  throw std::runtime_error(TEUCHOS_OSTRINGSTREAM_GET_C_STR(omsg)); \
}

Definition at line 113 of file SundanceOut.hpp.

Referenced by Sundance::BasicSimplicialMesh::assignIntermediateCellGIDs(), Sundance::PartitionedLineMesher::fillMesh(), Sundance::BasicSimplicialMesh::resolveEdgeOwnership(), and Sundance::BasicSimplicialMesh::synchronizeNeighborLists().

#define SUNDANCE_VERB_EXTREME ( msg   )     PLAYA_MSG4(this->verb(), msg)

#define SUNDANCE_VERB_HIGH ( msg   )     PLAYA_MSG3(this->verb(), msg)

#define SUNDANCE_VERB_LOW ( msg   )     PLAYA_MSG1(this->verb(), msg)

#define SUNDANCE_VERB_MEDIUM ( msg   )     PLAYA_MSG2(this->verb(), msg)

Site Contact