OGS
Logging.h File Reference

Detailed Description

Definition in file Logging.h.

#include <spdlog/logger.h>
#include <memory>
#include <string>
#include <utility>
#include "baselib_export.h"
Include dependency graph for Logging.h:

Go to the source code of this file.

Namespaces

namespace  BaseLib
 

Functions

void BaseLib::setConsoleLogLevel (std::string const &level_string)
 
void BaseLib::initOGSLogger (std::string const &log_level)
 
template<typename... Args>
void DBUG (fmt::format_string< Args... > fmt, Args &&... args)
 
template<typename... Args>
void INFO (fmt::format_string< Args... > fmt, Args &&... args)
 
template<typename... Args>
void WARN (fmt::format_string< Args... > fmt, Args &&... args)
 
template<typename... Args>
void ERR (fmt::format_string< Args... > fmt, Args &&... args)
 
template<typename... Args>
void CRITICAL (fmt::format_string< Args... > fmt, Args &&... args)
 

Function Documentation

◆ CRITICAL()

template<typename... Args>
void CRITICAL ( fmt::format_string< Args... > fmt,
Args &&... args )

Definition at line 50 of file Logging.h.

51{
52 BaseLib::console->critical(fmt, std::forward<Args>(args)...);
53}
std::shared_ptr< spdlog::logger > console
Definition Logging.cpp:32
Definition AABB.h:288

References BaseLib::console.

◆ DBUG()

template<typename... Args>
void DBUG ( fmt::format_string< Args... > fmt,
Args &&... args )

Definition at line 30 of file Logging.h.

31{
32 BaseLib::console->debug(fmt, std::forward<Args>(args)...);
33}

References BaseLib::console.

Referenced by ProcessLib::ConstraintDirichletBoundaryCondition::ConstraintDirichletBoundaryCondition(), MathLib::ODE::CVodeSolverImpl::CVodeSolverImpl(), MeshLib::ElementStatus::ElementStatus(), ProcessLib::GenericNaturalBoundaryCondition< BoundaryConditionData, LocalAssemblerImplementation >::GenericNaturalBoundaryCondition(), FileIO::Gocad::GocadSGridReader::GocadSGridReader(), MeshLib::IO::HdfData::HdfData(), MeshGeoToolsLib::HeuristicSearchLength::HeuristicSearchLength(), ProcessLib::ThermoRichardsFlow::HydrostaticElasticityModel::HydrostaticElasticityModel(), ProcessLib::LiquidFlow::LiquidFlowProcess::LiquidFlowProcess(), ProcessLib::Assembly::LocalMatrixOutput::LocalMatrixOutput(), MeshGeoToolsLib::MeshNodeSearcher::MeshNodeSearcher(), ProcessLib::NodalSourceTerm::NodalSourceTerm(), ProcessLib::TH2M::ConstitutiveRelations::NoPhaseTransition::NoPhaseTransition(), ProcessLib::NormalTractionBoundaryCondition::NormalTractionBoundaryCondition< GlobalDim, LocalAssemblerImplementation >::NormalTractionBoundaryCondition(), ProcessLib::TH2M::ConstitutiveRelations::PhaseTransition::PhaseTransition(), ProcessLib::TH2M::ConstitutiveRelations::PhaseTransitionModel::PhaseTransitionModel(), ProcessLib::ProcessVariable::ProcessVariable(), GeoLib::QuadTree< POINT >::QuadTree(), ProcessLib::ThermoRichardsFlow::RigidElasticityModel::RigidElasticityModel(), ProcessLib::SurfaceFlux::SurfaceFlux(), ProcessLib::TES::TESProcess::TESProcess(), ApplicationsLib::TestDefinition::TestDefinition(), ProcessLib::ThermalTwoPhaseFlowWithPP::ThermalTwoPhaseFlowWithPPProcess::ThermalTwoPhaseFlowWithPPProcess(), ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcess::TwoPhaseFlowWithPPProcess(), ProcessLib::TwoPhaseFlowWithPrho::TwoPhaseFlowWithPrhoMaterialProperties::TwoPhaseFlowWithPrhoMaterialProperties(), ProcessLib::TwoPhaseFlowWithPrho::TwoPhaseFlowWithPrhoProcess::TwoPhaseFlowWithPrhoProcess(), ProcessLib::ThermoRichardsFlow::UniaxialElasticityModel::UniaxialElasticityModel(), ProcessLib::ThermoRichardsFlow::UserDefinedElasticityModel::UserDefinedElasticityModel(), ProcessLib::Assembly::CumulativeStats< Data >::~CumulativeStats(), MaterialPropertyLib::Property::~Property(), FileIO::Gocad::GocadSGridReader::addGocadPropertiesToMesh(), FileIO::GMSH::GMSHAdaptiveMeshDensity::addPoints(), GeoLib::GEOObjects::addPointVec(), addPrimaryVariablesToMesh(), ProcessLib::addProcessDataToMesh(), addSecondaryVariableNodes(), addSecondaryVariableResiduals(), ProcessLib::PythonBoundaryCondition::applyNaturalBC(), ProcessLib::AssembledMatrixCache::assemble(), ProcessLib::LIE::HydroMechanics::HydroMechanicsLocalAssemblerFracture< ShapeFunctionDisplacement, ShapeFunctionPressure, GlobalDim >::assembleBlockMatricesWithJacobian(), ProcessLib::ComponentTransport::ComponentTransportProcess::assembleConcreteProcess(), ProcessLib::HeatTransportBHE::HeatTransportBHEProcess::assembleConcreteProcess(), ProcessLib::HT::HTProcess::assembleConcreteProcess(), ProcessLib::LIE::HydroMechanics::HydroMechanicsProcess< GlobalDim >::assembleConcreteProcess(), ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::LiquidFlow::LiquidFlowProcess::assembleConcreteProcess(), ProcessLib::PhaseField::PhaseFieldProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::RichardsComponentTransport::RichardsComponentTransportProcess::assembleConcreteProcess(), ProcessLib::RichardsFlow::RichardsFlowProcess::assembleConcreteProcess(), ProcessLib::RichardsMechanics::RichardsMechanicsProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::SmallDeformationNonlocal::SmallDeformationNonlocalProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::SteadyStateDiffusion::SteadyStateDiffusion::assembleConcreteProcess(), ProcessLib::StokesFlow::StokesFlowProcess< GlobalDim >::assembleConcreteProcess(), ProcessLib::TES::TESProcess::assembleConcreteProcess(), ProcessLib::TH2M::TH2MProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::ThermalTwoPhaseFlowWithPP::ThermalTwoPhaseFlowWithPPProcess::assembleConcreteProcess(), ProcessLib::ThermoHydroMechanics::ThermoHydroMechanicsProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::ThermoMechanicalPhaseField::ThermoMechanicalPhaseFieldProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::ThermoMechanics::ThermoMechanicsProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcess::assembleConcreteProcess(), ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcess::assembleConcreteProcess(), ProcessLib::TwoPhaseFlowWithPrho::TwoPhaseFlowWithPrhoProcess::assembleConcreteProcess(), ProcessLib::HeatConduction::HeatConductionProcess::assembleConcreteProcess(), ProcessLib::HydroMechanics::HydroMechanicsProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::LargeDeformation::LargeDeformationProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::SmallDeformation::SmallDeformationProcess< DisplacementDim >::assembleConcreteProcess(), ProcessLib::AssemblyMixin< Process >::assembleWithJacobian(), ProcessLib::ComponentTransport::ComponentTransportProcess::assembleWithJacobianConcreteProcess(), ProcessLib::HeatTransportBHE::HeatTransportBHEProcess::assembleWithJacobianConcreteProcess(), ProcessLib::HT::HTProcess::assembleWithJacobianConcreteProcess(), ProcessLib::LargeDeformation::LargeDeformationProcess< DisplacementDim >::assembleWithJacobianConcreteProcess(), ProcessLib::LIE::HydroMechanics::HydroMechanicsProcess< GlobalDim >::assembleWithJacobianConcreteProcess(), ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::assembleWithJacobianConcreteProcess(), ProcessLib::LiquidFlow::LiquidFlowProcess::assembleWithJacobianConcreteProcess(), ProcessLib::PhaseField::PhaseFieldProcess< DisplacementDim >::assembleWithJacobianConcreteProcess(), ProcessLib::RichardsComponentTransport::RichardsComponentTransportProcess::assembleWithJacobianConcreteProcess(), ProcessLib::RichardsFlow::RichardsFlowProcess::assembleWithJacobianConcreteProcess(), ProcessLib::RichardsMechanics::RichardsMechanicsProcess< DisplacementDim >::assembleWithJacobianConcreteProcess(), ProcessLib::SmallDeformation::SmallDeformationProcess< DisplacementDim >::assembleWithJacobianConcreteProcess(), ProcessLib::SmallDeformationNonlocal::SmallDeformationNonlocalProcess< DisplacementDim >::assembleWithJacobianConcreteProcess(), ProcessLib::SteadyStateDiffusion::SteadyStateDiffusion::assembleWithJacobianConcreteProcess(), ProcessLib::ThermalTwoPhaseFlowWithPP::ThermalTwoPhaseFlowWithPPProcess::assembleWithJacobianConcreteProcess(), ProcessLib::ThermoHydroMechanics::ThermoHydroMechanicsProcess< DisplacementDim >::assembleWithJacobianConcreteProcess(), ProcessLib::ThermoMechanicalPhaseField::ThermoMechanicalPhaseFieldProcess< DisplacementDim >::assembleWithJacobianConcreteProcess(), ProcessLib::ThermoMechanics::ThermoMechanicsProcess< DisplacementDim >::assembleWithJacobianConcreteProcess(), ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcess::assembleWithJacobianConcreteProcess(), ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcess::assembleWithJacobianConcreteProcess(), ProcessLib::TwoPhaseFlowWithPrho::TwoPhaseFlowWithPrhoProcess::assembleWithJacobianConcreteProcess(), ProcessLib::HeatConduction::HeatConductionProcess::assembleWithJacobianConcreteProcess(), ProcessLib::HydroMechanics::HydroMechanicsProcess< DisplacementDim >::assembleWithJacobianConcreteProcess(), ProcessLib::checkParametersOfDirichletBoundaryCondition(), ProcessLib::ThermoRichardsMechanics::checkProcessVariableComponents(), MeshLib::computeGhostBaseNodeGlobalNodeIDsOfSubDomainPartition(), MeshLib::computeNumberOfRegularNodes(), MeshLib::computeRegularBaseNodeGlobalNodeIDsOfSubDomainPartition(), ProcessLib::HydroMechanics::HydroMechanicsProcess< DisplacementDim >::computeSecondaryVariableConcrete(), ProcessLib::TH2M::TH2MProcess< DisplacementDim >::computeSecondaryVariableConcrete(), ProcessLib::ThermoHydroMechanics::ThermoHydroMechanicsProcess< DisplacementDim >::computeSecondaryVariableConcrete(), ProcessLib::HeatConduction::HeatConductionProcess::computeSecondaryVariableConcrete(), ProcessLib::HeatTransportBHE::HeatTransportBHEProcess::computeSecondaryVariableConcrete(), ProcessLib::LargeDeformation::LargeDeformationProcess< DisplacementDim >::computeSecondaryVariableConcrete(), ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::computeSecondaryVariableConcrete(), ProcessLib::LiquidFlow::LiquidFlowProcess::computeSecondaryVariableConcrete(), ProcessLib::RichardsMechanics::RichardsMechanicsProcess< DisplacementDim >::computeSecondaryVariableConcrete(), ProcessLib::SmallDeformation::SmallDeformationProcess< DisplacementDim >::computeSecondaryVariableConcrete(), ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcess::computeSecondaryVariableConcrete(), ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcess< DisplacementDim, ConstitutiveTraits >::computeSecondaryVariableConcrete(), ProcessLib::TimeLoop::computeTimeStepping(), MeshGeoToolsLib::constructAdditionalMeshesFromGeometries(), ProcessLib::LIE::HydroMechanics::HydroMechanicsProcess< GlobalDim >::constructDofTable(), copyDoubleValuedFieldDataToPointCloud(), MaterialPropertyLib::createAverageMolarMass(), ProcessLib::HeatTransportBHE::createBHEBottomDirichletBoundaryCondition(), ProcessLib::HeatTransportBHE::createBHEInflowDirichletBoundaryCondition(), ProcessLib::createBHEInflowPythonBoundaryCondition(), MaterialPropertyLib::createBishopsPowerLaw(), MaterialPropertyLib::createBishopsSaturationCutoff(), MaterialLib::PorousMedium::createBrooksCorey(), MaterialPropertyLib::createCapillaryPressureRegularizedVanGenuchten(), MaterialPropertyLib::createCapillaryPressureVanGenuchten(), MaterialPropertyLib::createClausiusClapeyron(), MaterialLib::Fracture::CohesiveZoneModeI::createCohesiveZoneModeI(), ProcessLib::ComponentTransport::createComponentTransportProcess(), MaterialPropertyLib::createConstant(), ParameterLib::createConstantParameter(), MaterialLib::Solids::createConstitutiveRelationsGeneric(), ProcessLib::createConstraintDirichletBoundaryCondition(), MaterialLib::Fracture::createCoulomb(), MaterialLib::Solids::Creep::createCreepBGRa(), MaterialPropertyLib::createCubicLawPermeability(), MaterialPropertyLib::createCurve(), ParameterLib::createCurveScaledParameter(), MaterialLib::Solids::Ehlers::createDamageProperties(), ProcessLib::createDeactivatedSubdomain(), ProcessLib::createDirichletBoundaryCondition(), ProcessLib::createDirichletBoundaryConditionWithinTimeInterval(), MaterialPropertyLib::createDupuitPermeability(), MaterialPropertyLib::createEffectiveThermalConductivityPorosityMixing(), MaterialLib::Solids::Ehlers::createEhlers(), ProcessLib::ThermoRichardsFlow::createElasticityModel(), MaterialPropertyLib::createEmbeddedFracturePermeability(), MaterialPropertyLib::createExponential(), MaterialPropertyLib::createFunction(), MaterialPropertyLib::createGasPressureDependentPermeability(), ParameterLib::createGroupBasedParameter(), ProcessLib::createHCNonAdvectiveFreeComponentFlowBoundaryCondition(), ProcessLib::HeatConduction::createHeatConductionProcess(), ProcessLib::HeatTransportBHE::createHeatTransportBHEProcess(), ProcessLib::HT::createHTProcess(), ProcessLib::LIE::HydroMechanics::createHydroMechanicsProcess(), ProcessLib::HydroMechanics::createHydroMechanicsProcess(), MaterialPropertyLib::createIdealGasLaw(), MaterialPropertyLib::createIdealGasLawBinaryMixture(), MaterialPropertyLib::createKozenyCarmanModel(), ProcessLib::LargeDeformation::createLargeDeformationProcess(), MaterialPropertyLib::createLinear(), MaterialLib::Fracture::createLinearElasticIsotropic(), MaterialLib::Solids::createLinearElasticIsotropic(), MaterialLib::Solids::createLinearElasticOrthotropic(), MaterialLib::Solids::createLinearElasticTransverseIsotropic(), MaterialPropertyLib::createLinearSaturationSwellingStress(), MaterialPropertyLib::createLinearWaterVapourLatentHeat(), ProcessLib::LiquidFlow::createLiquidFlowProcess(), ProcessLib::BoundaryConditionAndSourceTerm::createLocalAssemblers(), ProcessLib::createLocalAssemblers(), ProcessLib::BoundaryConditionAndSourceTerm::detail::createLocalAssemblers(), ProcessLib::LIE::HydroMechanics::detail::createLocalAssemblers(), ProcessLib::LIE::SmallDeformation::detail::createLocalAssemblers(), ProcessLib::HeatTransportBHE::detail::createLocalAssemblers(), ProcessLib::LargeDeformation::detail::createLocalAssemblers(), ProcessLib::SmallDeformation::detail::createLocalAssemblers(), ProcessLib::HeatTransportBHE::createLocalAssemblers(), ProcessLib::LIE::SmallDeformation::createLocalAssemblers(), ProcessLib::LargeDeformation::createLocalAssemblers(), ProcessLib::SmallDeformation::createLocalAssemblers(), ProcessLib::createLocalAssemblers(), ProcessLib::BoundaryConditionAndSourceTerm::createLocalAssemblersPython(), ProcessLib::BoundaryConditionAndSourceTerm::detail::createLocalAssemblersPython(), ProcessLib::detail::createLocalAssemblersTaylorHood(), MaterialLib::Solids::Lubby2::createLubby2(), ParameterLib::createMeshElementParameter(), MeshLib::createMeshFromElementSelection(), ParameterLib::createMeshNodeParameter(), ProcessLib::createNeumannBoundaryCondition(), NumLib::createNewtonRaphsonSolverParameters(), ProcessLib::createNodalSourceTerm(), ProcessLib::NormalTractionBoundaryCondition::createNormalTractionBoundaryCondition(), MaterialPropertyLib::createOrthotropicEmbeddedFracturePermeability(), ProcessLib::createOutputConfig(), ProcessLib::createOutputs(), MaterialPropertyLib::createParameterProperty(), MaterialPropertyLib::createPermeabilityMohrCoulombFailureIndexModel(), MaterialPropertyLib::createPermeabilityOrthotropicPowerLaw(), ProcessLib::createPhaseFieldIrreversibleDamageOracleBoundaryCondition(), ProcessLib::PhaseField::createPhaseFieldProcess(), MaterialPropertyLib::createPorosityFromMassBalance(), MaterialLib::PorousMedium::createPorousMediaProperties(), ProcessLib::createPrimaryVariableConstraintDirichletBoundaryCondition(), ProcessLib::createPythonSourceTerm(), ParameterLib::createRandomFieldMeshElementParameter(), ParameterLib::createRasterParameter(), MaterialPropertyLib::createRelPermBrooksCorey(), MaterialPropertyLib::createRelPermBrooksCoreyNonwettingPhase(), MaterialPropertyLib::createRelPermGeneralizedPower(), MaterialPropertyLib::createRelPermGeneralizedPowerNonwettingPhase(), MaterialPropertyLib::createRelPermLiakopoulos(), MaterialPropertyLib::createRelPermNonWettingPhaseVanGenuchtenMualem(), MaterialPropertyLib::createRelPermUdell(), MaterialPropertyLib::createRelPermUdellNonwettingPhase(), MaterialPropertyLib::createRelPermVanGenuchten(), ProcessLib::RichardsComponentTransport::createRichardsComponentTransportProcess(), ProcessLib::RichardsFlow::createRichardsFlowProcess(), ProcessLib::RichardsMechanics::createRichardsMechanicsProcess(), ProcessLib::createRobinBoundaryCondition(), MaterialPropertyLib::createSaturationBrooksCorey(), MaterialPropertyLib::createSaturationDependentSwelling(), MaterialPropertyLib::createSaturationExponential(), MaterialPropertyLib::createSaturationLiakopoulos(), MaterialPropertyLib::createSaturationVanGenuchten(), MaterialPropertyLib::createSaturationVanGenuchtenWithVolumetricStrain(), MaterialPropertyLib::createSaturationWeightedThermalConductivity(), ProcessLib::SmallDeformationNonlocal::createSmallDeformationNonlocalProcess(), ProcessLib::LIE::SmallDeformation::createSmallDeformationProcess(), ProcessLib::SmallDeformation::createSmallDeformationProcess(), ProcessLib::createSolutionDependentDirichletBoundaryCondition(), ProcessLib::createSourceTerm(), MaterialPropertyLib::createSpecificHeatCapacityWithLatentHeat(), ProcessLib::SteadyStateDiffusion::createSteadyStateDiffusion(), ProcessLib::StokesFlow::createStokesFlowProcess(), MaterialPropertyLib::createStrainDependentPermeability(), ProcessLib::SurfaceFluxData::createSurfaceFluxData(), MaterialPropertyLib::createTemperatureDependentFraction(), ProcessLib::TES::createTESProcess(), ProcessLib::TH2M::createTH2MProcess(), ProcessLib::ThermalTwoPhaseFlowWithPP::createThermalTwoPhaseFlowWithPPProcess(), ProcessLib::ThermoHydroMechanics::createThermoHydroMechanicsProcess(), ProcessLib::ThermoMechanicalPhaseField::createThermoMechanicalPhaseFieldProcess(), ProcessLib::ThermoMechanics::createThermoMechanicsProcess(), ProcessLib::ThermoRichardsFlow::createThermoRichardsFlowProcess(), ProcessLib::ThermoRichardsMechanics::createThermoRichardsMechanicsProcess(), ProcessLib::ThermoRichardsMechanics::createThermoRichardsMechanicsProcessStage2(), MaterialPropertyLib::createTransportPorosityFromMassBalance(), ProcessLib::TwoPhaseFlowWithPrho::createTwoPhaseFlowPrhoMaterialProperties(), ProcessLib::TwoPhaseFlowWithPP::createTwoPhaseFlowWithPPProcess(), ProcessLib::TwoPhaseFlowWithPrho::createTwoPhaseFlowWithPrhoProcess(), MaterialLib::PorousMedium::createVanGenuchten(), MaterialPropertyLib::createVapourDiffusionDeVries(), MaterialPropertyLib::createVapourDiffusionFEBEX(), MaterialPropertyLib::createVapourDiffusionPMQ(), ProcessLib::createVariableDependentNeumannBoundaryCondition(), MaterialPropertyLib::createVermaPruessModel(), MaterialPropertyLib::createVolumeFractionAverage(), ProcessLib::createVolumetricSourceTerm(), MaterialPropertyLib::createWaterDensityIAPWSIF97Region1(), MaterialPropertyLib::createWaterEnthalpyIAPWSIF97Region1(), MaterialPropertyLib::createWaterLiquidDensityIAPWSIF97Region4(), MaterialPropertyLib::createWaterLiquidEnthalpyIAPWSIF97Region4(), MaterialPropertyLib::createWaterSaturationTemperatureIAPWSIF97Region4(), MaterialPropertyLib::createWaterTemperatureIAPWSIF97Region1(), MaterialPropertyLib::createWaterThermalConductivityIAPWS(), MaterialPropertyLib::createWaterVapourDensity(), MaterialPropertyLib::createWaterVapourDensityIAPWSIF97Region4(), MaterialPropertyLib::createWaterVapourEnthalpyIAPWSIF97Region4(), MaterialPropertyLib::createWaterVapourLatentHeatWithCriticalTemperature(), MaterialPropertyLib::createWaterViscosityIAPWS(), NumLib::LocalToGlobalIndexMap::deriveBoundaryConstrainedMap(), NumLib::LocalToGlobalIndexMap::deriveBoundaryConstrainedMap(), ProcessLib::Output::doOutputNonlinearIteration(), NumLib::LocalLinearLeastSquaresExtrapolator::extrapolateElement(), ProcessLib::LIE::anonymous_namespace{MeshUtils.cpp}::findFracutreIntersections(), anonymous_namespace{ProcessVariable.cpp}::findMeshInConfig(), ParameterLib::findParameterByName(), ProcessLib::findProcessVariables(), anonymous_namespace{ProcessUtils.cpp}::findVariableByName(), anonymous_namespace{TestDefinition.cpp}::findVtkdiff(), MeshToolsLib::MeshSurfaceExtraction::get2DSurfaceElements(), ProcessLib::HeatTransportBHE::getBHEDataInMesh(), ProcessLib::ConstraintDirichletBoundaryCondition::getEssentialBCValues(), ProcessLib::PythonBoundaryCondition::getEssentialBCValues(), ProcessLib::LIE::getFractureMatrixDataInMesh(), GeoLib::GEOObjects::getGeoObject(), GeoLib::GEOObjects::getGeoObject(), GeoLib::SurfaceGrid::getGridCellCoordinates(), ProcessLib::Process::getIndicesOfResiduumWithoutInitialCompensation(), FileIO::Gocad::GocadSGridReader::getMesh(), MeshLib::getNumberOfGlobalNodes(), GeoLib::GEOObjects::getPointVec(), GeoLib::GEOObjects::getPointVecObj(), GeoLib::GEOObjects::getPolylineVec(), GeoLib::GEOObjects::getPolylineVecObj(), GeoLib::GEOObjects::getStationVec(), GeoLib::GEOObjects::getSurfaceVec(), GeoLib::GEOObjects::getSurfaceVecObj(), ProcessLib::Process::initialize(), FileIO::GMSH::GMSHAdaptiveMeshDensity::initialize(), ParameterLib::TimeDependentHeterogeneousParameter::initialize(), ProcessLib::AssemblyMixinBase::initializeAssemblyOnSubmeshes(), ProcessLib::SubmeshAssemblySupport::initializeAssemblyOnSubmeshes(), ProcessLib::NodalSourceTerm::integrate(), ProcessLib::VolumetricSourceTerm::integrate(), ProcessLib::SurfaceFlux::integrate(), ProcessLib::PythonBoundaryCondition::interpolateToHigherOrderNode(), GeoLib::Polyline::isCoplanar(), main(), BaseLib::makeConfigTree(), FileIO::Gocad::GocadSGridReader::mapRegionFlagsToCellProperties(), ProcessLib::Assembly::LocalMatrixOutput::operator()(), ProcessLib::outputMeshVtk(), ProcessLib::HeatTransportBHE::BHE::parseBHE1PTypeConfig(), ProcessLib::HeatTransportBHE::BHE::parseBHECoaxialConfig(), ProcessLib::HeatTransportBHE::BHE::parseBHEUTypeConfig(), ProcessLib::HydroMechanics::parseCouplingScheme(), ProjectData::parseCurves(), FileIO::Gocad::GocadSGridReader::parseDims(), FileIO::Gocad::GocadSGridReader::parseHeader(), ProjectData::parseLinearSolvers(), ProcessLib::parseLineSegment(), ProjectData::parseMedia(), ProjectData::parseNonlinearSolvers(), ProjectData::parseParameters(), ProjectData::parseProcesses(), ProjectData::parseProcessVariables(), ProcessLib::parseTimeIntervalOrCurve(), ProjectData::parseTimeLoop(), MeshLib::IO::partitionFilename(), ApplicationUtils::partitionProperties(), ProcessLib::HeatTransportBHE::HeatTransportBHEProcess::postIterationConcreteProcess(), ProcessLib::SmallDeformationNonlocal::SmallDeformationNonlocalProcess< DisplacementDim >::postIterationConcreteProcess(), ProcessLib::TES::TESProcess::postIterationConcreteProcess(), ProcessLib::HydroMechanics::HydroMechanicsProcess< DisplacementDim >::postNonLinearSolverConcreteProcess(), ProcessLib::PhaseField::PhaseFieldProcess< DisplacementDim >::postNonLinearSolverConcreteProcess(), ProcessLib::ThermoMechanicalPhaseField::ThermoMechanicalPhaseFieldProcess< DisplacementDim >::postNonLinearSolverConcreteProcess(), ProcessLib::HT::HTProcess::postTimestepConcreteProcess(), ProcessLib::PhaseField::PhaseFieldProcess< DisplacementDim >::postTimestepConcreteProcess(), ProcessLib::HeatTransportBHE::HeatTransportBHEProcess::postTimestepConcreteProcess(), ProcessLib::HydroMechanics::HydroMechanicsProcess< DisplacementDim >::postTimestepConcreteProcess(), ProcessLib::ThermoHydroMechanics::ThermoHydroMechanicsProcess< DisplacementDim >::postTimestepConcreteProcess(), ProcessLib::ThermoMechanics::ThermoMechanicsProcess< DisplacementDim >::postTimestepConcreteProcess(), ProcessLib::TH2M::TH2MProcess< DisplacementDim >::postTimestepConcreteProcess(), ProcessLib::RichardsMechanics::RichardsMechanicsProcess< DisplacementDim >::postTimestepConcreteProcess(), ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcess::postTimestepConcreteProcess(), ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcess< DisplacementDim, ConstitutiveTraits >::postTimestepConcreteProcess(), ProcessLib::LargeDeformation::LargeDeformationProcess< DisplacementDim >::postTimestepConcreteProcess(), ProcessLib::LIE::HydroMechanics::HydroMechanicsProcess< GlobalDim >::postTimestepConcreteProcess(), ProcessLib::SmallDeformation::SmallDeformationProcess< DisplacementDim >::postTimestepConcreteProcess(), ProcessLib::SmallDeformationNonlocal::SmallDeformationNonlocalProcess< DisplacementDim >::postTimestepConcreteProcess(), ProcessLib::ThermoMechanicalPhaseField::ThermoMechanicalPhaseFieldProcess< DisplacementDim >::postTimestepConcreteProcess(), ProcessLib::LIE::HydroMechanics::HydroMechanicsLocalAssemblerFracture< ShapeFunctionDisplacement, ShapeFunctionPressure, GlobalDim >::postTimestepConcreteWithVector(), ProcessLib::SmallDeformationNonlocal::SmallDeformationNonlocalProcess< DisplacementDim >::preAssembleConcreteProcess(), ProcessLib::Output::prepareSubmesh(), ProcessLib::ConstraintDirichletBoundaryCondition::preTimestep(), ProcessLib::TES::TESProcess::preTimestepConcreteProcess(), ProcessLib::ThermalTwoPhaseFlowWithPP::ThermalTwoPhaseFlowWithPPProcess::preTimestepConcreteProcess(), ProcessLib::HeatTransportBHE::HeatTransportBHEProcess::preTimestepConcreteProcess(), ProcessLib::HydroMechanics::HydroMechanicsProcess< DisplacementDim >::preTimestepConcreteProcess(), ProcessLib::LIE::SmallDeformation::SmallDeformationProcess< DisplacementDim >::preTimestepConcreteProcess(), ProcessLib::PhaseField::PhaseFieldProcess< DisplacementDim >::preTimestepConcreteProcess(), ProcessLib::TH2M::TH2MProcess< DisplacementDim >::preTimestepConcreteProcess(), ProcessLib::ThermoHydroMechanics::ThermoHydroMechanicsProcess< DisplacementDim >::preTimestepConcreteProcess(), ProcessLib::ThermoMechanicalPhaseField::ThermoMechanicalPhaseFieldProcess< DisplacementDim >::preTimestepConcreteProcess(), ProcessLib::ThermoMechanics::ThermoMechanicsProcess< DisplacementDim >::preTimestepConcreteProcess(), ProcessLib::LIE::HydroMechanics::HydroMechanicsProcess< GlobalDim >::preTimestepConcreteProcess(), ProcessLib::Assembly::Stats::print(), printStats(), PYBIND11_EMBEDDED_MODULE(), BaseLib::readAndPatchPrj(), MeshLib::IO::NodePartitionedMeshReader::readDomainSpecificPartOfPropertyVectors(), FileIO::Gocad::GocadSGridReader::readElementPropertiesBinary(), readGeometry(), anonymous_namespace{ProjectData.cpp}::readGeometry(), anonymous_namespace{NetCDFRasterReader.cpp}::readHeaderFromNetCDF(), anonymous_namespace{ProjectData.cpp}::readMeshes(), ChemistryLib::PhreeqcIOData::PhreeqcIO::readOutputsFromFile(), MeshLib::IO::NodePartitionedMeshReader::readProperties(), readPvd(), anonymous_namespace{ProjectData.cpp}::readSingleMesh(), BaseLib::removeFile(), GeoLib::GEOObjects::removePointVec(), GeoLib::GEOObjects::removePolylineVec(), GeoLib::GEOObjects::removeSurfaceVec(), ProcessLib::LIE::setFractureProperty(), ProcessLib::Process::setInitialConditions(), ProcessLib::HydroMechanics::HydroMechanicsProcess< DisplacementDim >::setInitialConditionsConcreteProcess(), ProcessLib::RichardsMechanics::RichardsMechanicsProcess< DisplacementDim >::setInitialConditionsConcreteProcess(), ProcessLib::TH2M::TH2MProcess< DisplacementDim >::setInitialConditionsConcreteProcess(), ProcessLib::ThermoHydroMechanics::ThermoHydroMechanicsProcess< DisplacementDim >::setInitialConditionsConcreteProcess(), ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcess< DisplacementDim, ConstitutiveTraits >::setInitialConditionsConcreteProcess(), ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcess::setInitialConditionsConcreteProcess(), ProcessLib::RichardsMechanics::RichardsMechanicsLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::setIPDataInitialConditions(), ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::setIPDataInitialConditions(), ProcessLib::ThermoHydroMechanics::ThermoHydroMechanicsLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::setIPDataInitialConditions(), ProcessLib::LargeDeformation::LargeDeformationLocalAssemblerInterface< DisplacementDim >::setIPDataInitialConditions(), ProcessLib::SmallDeformation::SmallDeformationLocalAssemblerInterface< DisplacementDim >::setIPDataInitialConditions(), ProcessLib::ThermoRichardsMechanics::LocalAssemblerInterface< DisplacementDim, ConstitutiveTraits >::setIPDataInitialConditions(), MeshGeoToolsLib::snapPointToElementNode(), ProcessLib::Deformation::solidMaterialInternalToSecondaryVariables(), ProcessLib::Deformation::solidMaterialInternalVariablesToIntegrationPointWriter(), NumLib::PETScNonlinearSolver::solve(), ProcessLib::HeatTransportBHE::BHE::thermalResistancesGroutSoil(), ProcessLib::HeatTransportBHE::BHE::thermalResistancesGroutSoil2U(), MeshLib::transformMeshToNodePartitionedMesh(), ProcessLib::AssemblyMixinBase::updateActiveElements(), ProcessLib::AssemblyMixinBase::updateActiveElementsImpl(), anonymous_namespace{PETScNonlinearSolver.cpp}::updateJacobian(), anonymous_namespace{PETScNonlinearSolver.cpp}::updateResidual(), FileIO::GMSH::GMSHInterface::writeGMSHInputFile(), ChemistryLib::PhreeqcIOData::PhreeqcIO::writeInputsToFile(), ProcessLib::SmallDeformation::writeMaterialForces(), ApplicationUtils::writeProperties(), MeshLib::IO::writePropertyVectorMetaData(), and MeshLib::IO::VtuInterface::writeVTU().

◆ ERR()

template<typename... Args>
void ERR ( fmt::format_string< Args... > fmt,
Args &&... args )

Definition at line 45 of file Logging.h.

46{
47 BaseLib::console->error(fmt, std::forward<Args>(args)...);
48}

References BaseLib::console.

Referenced by ChemistryLib::PhreeqcIOData::Dump::Dump(), FileIO::Gocad::GocadSGridReader::GocadSGridReader(), GeoLib::Grid< POINT >::Grid(), MeshLib::MeshSubset::MeshSubset(), MaterialLib::Solids::MFront::MFrontGeneric< DisplacementDim, Gradients, TDynForces, ExtStateVars >::MFrontGeneric(), MaterialLib::Solids::MFront::OGSMFrontTangentOperatorBlocksView< DisplacementDim, ForcesGradsCombinations >::OGSMFrontTangentOperatorBlocksView(), SensorData::SensorData(), BaseLib::ConfigTree::~ConfigTree(), FileIO::Gocad::GocadSGridReader::addFaceSetQuad(), MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid::addFaultToVoxelGrid(), FileIO::Gocad::GocadSGridReader::addGocadPropertiesToMesh(), MeshToolsLib::addLayerToMesh(), GEOModels::addNameForElement(), GEOModels::addNameForObjectPoints(), FileIO::SwmmInterface::addPointElevation(), GeoTreeModel::addPolylineList(), FileIO::SwmmInterface::addRainGaugeTimeSeriesLocations(), FileIO::SwmmInterface::addResultsToMesh(), GeoTreeModel::addSurfaceList(), FileIO::CsvInterface::addVectorForWriting(), FileIO::allRastersExist(), BaseLib::ConfigTree::assertNoSwallowedErrors(), assignDimParams(), assignTimeBounds(), MeshToolsLib::ElementQualityInterface::calculateElementQuality(), VtkVisImageItem::callVTKWriter(), canConvert(), FileIO::Gocad::Property::checkID(), NumLib::detail::checkJacobianDeterminant(), MathLib::checkLisError(), MeshToolsLib::RasterDataToMesh::checkMesh(), GeoLib::Polyline::closePolyline(), MathLib::details::EigenDirectLinearSolver< T_SOLVER >::computeImpl(), MathLib::details::EigenIterativeLinearSolver< T_SOLVER >::computeImpl(), MeshToolsLib::ElementValueModification::condense(), GeoLib::Polyline::constructPolylineFromSegments(), GeoLib::containsEdge(), MeshToolsLib::RasterToMesh::convert(), convertFile(), MeshToolsLib::convertMeshToGeo(), FileIO::SwmmInterface::convertSwmmInputToGeometry(), VtkGeoImageSource::convertToRaster(), MeshLib::VtkMeshConverter::convertUnstructuredGrid(), MeshLib::copyElement(), FileIO::SwmmInterface::create(), createGeometries(), LayeredMeshGenerator::createLayers(), FileIO::Gocad::GocadAsciiReader::createMesh(), MeshLib::Properties::createNewPropertyVector(), MeshLib::Properties::createNewPropertyVector(), anonymous_namespace{CreatePhase.cpp}::createPhase(), LayeredVolume::createRasterLayers(), MeshToolsLib::MeshLayerMapper::createRasterLayers(), MeshToolsLib::createSfcMeshProperties(), MeshToolsLib::MeshLayerMapper::createStaticLayers(), dataCountError(), FileIO::Gocad::GocadAsciiReader::datasetFound(), DirectConditionGenerator::directToSurfaceNodes(), DirectConditionGenerator::directWithSurfaceIntegration(), GeoLib::DuplicateGeometry::duplicate(), executeSimulation(), executeTimeStep(), generateMesh(), generateQuadGeometry(), GeoLib::geoPointsToStations(), MeshToolsLib::MeshSurfaceExtraction::get2DSurfaceElements(), FileIO::SwmmInterface::getArrayAtTimeStep(), FileIO::SwmmInterface::getArrayForObject(), FileIO::SwmmInterface::getArrayName(), MeshToolsLib::BoundaryExtraction::getBoundaryElementsAsMesh(), FileIO::Gocad::IndexCalculator::getCellIdx(), FileIO::CsvInterface::getColumnNames(), MeshLib::LinearEdgeReturn::getEdge(), MeshLib::QuadraticEdgeReturn::getEdge(), Adsorption::AdsorptionReaction::getEntropy(), MeshLib::HexRule20::getFace(), MeshLib::HexRule8::getFace(), MeshLib::PrismRule15::getFace(), MeshLib::PrismRule6::getFace(), MeshLib::PyramidRule13::getFace(), MeshLib::PyramidRule5::getFace(), MeshLib::TetRule10::getFace(), MeshLib::TetRule4::getFace(), GeoLib::GEOObjects::getGeoObject(), FileIO::SwmmInterface::getLinkPointIds(), MeshToolsLib::MeshSurfaceExtraction::getMeshSurface(), FileIO::SwmmInterface::getName(), FileIO::SwmmInterface::getNames(), MeshLib::TemplateElement< ELEMENT_RULE >::getNeighbor(), FileIO::TetGenInterface::getNFacets(), MeshLib::TemplateElement< ELEMENT_RULE >::getNode(), MeshLib::TemplateElement< ELEMENT_RULE >::getNode(), MeshLib::getNodeIndex(), FileIO::SwmmInterface::getNumberOfObjects(), FileIO::SwmmInterface::getNumberOfParameters(), FileIO::AsciiRasterInterface::getRasterFromSurferFile(), FileIO::AsciiRasterInterface::getRasterFromXyzFile(), MeshToolsLib::MeshSurfaceExtraction::getSurfaceAreaForNodes(), getSurfaceIntegratedValuesForNodes(), SensorData::getTimeSeries(), VtkAlgorithmProperties::GetUserProperty(), VtkAlgorithmProperties::GetUserVectorProperty(), getValue(), getZonetype(), anonymous_namespace{IdentifySubdomainMesh.cpp}::identifySubdomainMeshElements(), VtkCompositeTextureOnSurfaceFilter::init(), InSituLib::Initialize(), initOGS(), is_safely_convertable(), anonymous_namespace{TestDefinition.cpp}::isConvertibleToDouble(), FileIO::GMSH::isGMSHMeshFile(), MathLib::isPointInTriangle(), FileIO::SwmmInterface::isSwmmInputFile(), MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid::isVoxelGrid(), MeshToolsLib::MeshLayerMapper::layerMapping(), VtkVisPipeline::listArrays(), VtkVisPipeline::loadFromFile(), VtkRaster::loadImage(), VtkRaster::loadImageFromFile(), VtkRaster::loadImageFromTIFF(), MeshLib::IO::Legacy::MeshIO::loadMeshFromFile(), main(), MeshGeoToolsLib::GeoMapper::mapOnDEM(), MeshGeoToolsLib::GeoMapper::mapOnMesh(), MeshGeoToolsLib::GeoMapper::mapToConstantValue(), MeshToolsLib::MeshLayerMapper::mapToStaticValue(), FileIO::SwmmInterface::matchSubcatchmentsWithPolygons(), VtkAddFilterDialog::on_buttonBox_accepted(), FileIO::Gocad::CoordinateSystem::parse(), FileIO::Gocad::GocadAsciiReader::parseElements(), FileIO::TetGenInterface::parseElements(), FileIO::TetGenInterface::parseElementsFileHeader(), FileIO::Gocad::GocadSGridReader::parseFaceSet(), FileIO::Gocad::parseGocadPropertyMetaData(), FileIO::Gocad::GocadAsciiReader::parseHeader(), FileIO::Gocad::parseLayer(), FileIO::Gocad::GocadAsciiReader::parseLine(), FileIO::Gocad::GocadAsciiReader::parseLineSegments(), ProjectData::parseMedia(), parseNewOrder(), FileIO::Gocad::GocadAsciiReader::parseNodes(), FileIO::TetGenInterface::parseNodes(), FileIO::TetGenInterface::parseNodesFileHeader(), FileIO::Gocad::GocadAsciiReader::parseProperties(), FileIO::Gocad::GocadAsciiReader::parsePropertyClass(), FileIO::Gocad::parseRegion(), FileIO::TetGenInterface::parseSmeshFacets(), FileIO::Gocad::GocadAsciiReader::parseSurface(), MeshLib::IO::NodePartitionedMeshReader::read(), BaseLib::readAndPatchPrj(), BaseLib::readBinaryArray(), FileIO::GMSInterface::readBoreholesFromGMS(), FileIO::CsvInterface::readColumn(), FileIO::CsvInterface::readColumn(), FileIO::CsvInterface::readColumn(), FileIO::SwmmInterface::readCoordinates(), FileIO::Gocad::GocadAsciiReader::readData(), MeshLib::IO::NodePartitionedMeshReader::readDataFromFile(), FileIO::FEFLOWMeshInterface::readELEMENTALSETS(), FileIO::Gocad::GocadSGridReader::readElementPropertiesBinary(), FileIO::FEFLOWMeshInterface::readFEFLOWFile(), FileIO::FEFLOWGeoInterface::readFEFLOWFile(), BaseLib::IO::XMLQtInterface::readFile(), FileIO::XmlPrjInterface::readFile(), GeoLib::IO::XmlGmlInterface::readFile(), GeoLib::IO::XmlStnInterface::readFile(), FileIO::Gocad::GocadAsciiReader::readFile(), FileIO::XmlLutReader::readFromFile(), FileIO::GMSH::readGMSHMesh(), FileIO::SwmmInterface::readLineElements(), FileIO::SwmmInterface::readLinksAsPolylines(), anonymous_namespace{CreateMFrontGeneric.cpp}::readMaterialProperties(), FileIO::GMSInterface::readMesh(), anonymous_namespace{readMeshFromFile.cpp}::readMeshFromFileSerial(), FileIO::FEFLOWMeshInterface::readNodeCoordinates(), FileIO::SwmmInterface::readNodeData(), FileIO::Gocad::GocadSGridReader::readNodesBinary(), FileIO::CsvInterface::readPoints(), FileIO::CsvInterface::readPoints(), FileIO::CsvInterface::readPoints(), FileIO::CsvInterface::readPoints(), FileIO::SwmmInterface::readPollutants(), FileIO::SwmmInterface::readPolygons(), MeshLib::IO::NodePartitionedMeshReader::readProperties(), FileIO::Gocad::GocadSGridReader::readRegionFlagsBinary(), FileIO::Gocad::GocadSGridReader::readSplitInformation(), anonymous_namespace{CreateMFrontGeneric.cpp}::readStateVariablesInitialValueProperties(), BaseLib::IO::readStringListFromFile(), FileIO::SwmmInterface::readSubcatchments(), FileIO::FEFLOWGeoInterface::readSuperMesh(), FileIO::readSurferHeader(), FileIO::SwmmInterface::readSwmmInputToLineMesh(), FileIO::TetGenInterface::readTetGenGeometry(), FileIO::TetGenInterface::readTetGenMesh(), GeoLib::IO::TINInterface::readTIN(), MeshLib::IO::VtuInterface::readVTKFile(), MeshLib::IO::VtuInterface::readVTUFile(), VtkRaster::readWorldFile(), anonymous_namespace{MeshRevision.cpp}::reduceElement(), anonymous_namespace{MeshRevision.cpp}::reduceHex(), anonymous_namespace{MeshRevision.cpp}::reducePrism(), MeshToolsLib::MeshGenerator::VoxelGridFromMesh::removeUnusedGridCells(), MeshToolsLib::ElementValueModification::replace(), VtkAppendArrayFilter::RequestData(), VtkPointsSource::RequestData(), VtkPolylinesSource::RequestData(), VtkTextureOnSurfaceFilter::RequestData(), MeshGeoToolsLib::resetMeshElementProperty(), MeshLib::ElementSearch::searchByPropertyValueRange(), MeshToolsLib::ElementValueModification::setByElementType(), BaseLib::setConsoleLogLevel(), ProcessLib::RichardsMechanics::RichardsMechanicsLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::setIPDataInitialConditions(), VtkAlgorithmProperties::SetLookUpTable(), MeshToolsLib::Mesh2MeshPropertyInterpolation::setPropertiesForMesh(), VtkColorByHeightFilter::SetTableRange(), showErrorMessage(), MeshToolsLib::MeshRevision::simplifyMesh(), FileIO::Gocad::GocadAsciiReader::skipToEND(), NumLib::NewtonRaphson< LinearSolver, JacobianMatrix, JacobianMatrixUpdate, ResidualVector, ResidualUpdate, SolutionUpdate >::solve(), NumLib::NonlinearSolver< NonlinearSolverTag::Newton >::solve(), NumLib::NonlinearSolver< NonlinearSolverTag::Picard >::solve(), MathLib::details::EigenDirectLinearSolver< T_SOLVER >::solveImpl(), MathLib::details::EigenIterativeLinearSolver< T_SOLVER >::solveImpl(), NumLib::detail::solvePicard(), ProcessLib::TimeLoop::solveUncoupledEquationSystems(), GEOModels::updateGeometry(), FileIO::CsvInterface::write(), FileIO::XmlPrjInterface::write(), GeoLib::IO::BoostXmlGmlInterface::write(), GeoLib::IO::XmlGmlInterface::write(), GeoLib::IO::XmlStnInterface::write(), BaseLib::Histogram< T >::write(), FileIO::SHPInterface::write2dMeshToSHP(), writeBoundary(), FileIO::SwmmInterface::writeCsvForObject(), FileIO::SwmmInterface::writeCsvForTimestep(), writeDataToMesh(), FileIO::writeGeometryToFile(), FileIO::GMSH::GMSHInterface::writeGMSHInputFile(), MeshLib::IO::writeMeshToFile(), BaseLib::IO::writeStringToFile(), FileIO::TetGenInterface::writeTetGenSmesh(), MeshLib::IO::writeVtu(), and MeshLib::IO::VtuInterface::writeVTU().

◆ INFO()

template<typename... Args>
void INFO ( fmt::format_string< Args... > fmt,
Args &&... args )

Definition at line 35 of file Logging.h.

36{
37 BaseLib::console->info(fmt, std::forward<Args>(args)...);
38}

References BaseLib::console.

Referenced by ChemistryLib::PhreeqcIOData::Dump::Dump(), MeshLib::IO::HdfData::HdfData(), ProcessLib::LIE::HydroMechanics::HydroMechanicsProcess< GlobalDim >::HydroMechanicsProcess(), FileIO::PetrelInterface::PetrelInterface(), ProcessLib::ProcessVariable::ProcessVariable(), ProcessLib::TES::TESProcess::TESProcess(), ApplicationsLib::TestDefinition::TestDefinition(), MeshLib::IO::XdmfWriter::~XdmfWriter(), AddFaultsToVoxelGridDialog::accept(), TranslateDataDialog::accept(), GeoTreeModel::addChildren(), MeshToolsLib::addLayerToMesh(), MeshModel::addMeshObject(), GeoTreeModel::addPointList(), GeoLib::IO::BoostXmlGmlInterface::addPolylinesToPropertyTree(), GeoLib::IO::BoostXmlGmlInterface::addSurfacesToPropertyTree(), MeshToolsLib::MeshValidation::allNodesUsed(), MeshGeoToolsLib::appendLinesAlongPolylines(), ProcessLib::AssembledMatrixCache::assemble(), ProcessLib::Assembly::ParallelVectorMatrixAssembler::assembleWithJacobian(), NumLib::NonlinearSolver< NonlinearSolverTag::Newton >::calculateNonEquilibriumInitialResiduum(), NumLib::NonlinearSolver< NonlinearSolverTag::Picard >::calculateNonEquilibriumInitialResiduum(), MeshToolsLib::ElementSizeMetric::calculateQuality(), MainWindow::callGMSH(), ChemistryLib::PhreeqcIOData::PhreeqcIO::callPhreeqc(), NumLib::StaggeredCoupling::checkCouplingConvergence(), NumLib::ConvergenceCriterionDeltaX::checkDeltaX(), NumLib::ConvergenceCriterionPerComponentDeltaX::checkDeltaX(), NumLib::ConvergenceCriterionPerComponentResidual::checkDeltaX(), NumLib::ConvergenceCriterionResidual::checkDeltaX(), BaseLib::IO::XMLQtInterface::checkHash(), NumLib::ConvergenceCriterionPerComponentResidual::checkResidual(), NumLib::ConvergenceCriterionResidual::checkResidual(), MathLib::EigenLinearSolver::compute(), MathLib::EigenLinearSolverBase::compute(), MathLib::details::EigenDirectLinearSolver< T_SOLVER >::computeImpl(), MathLib::details::EigenIterativeLinearSolver< T_SOLVER >::computeImpl(), GEOModels::connectPolylineSegments(), ProcessLib::LIE::HydroMechanics::HydroMechanicsProcess< GlobalDim >::constructDofTable(), convertFile(), convertPoints(), FileIO::SwmmInterface::convertSwmmInputToGeometry(), InSituLib::CoProcess(), copyDoubleValuedFieldDataToPointCloud(), ProcessLib::HeatTransportBHE::HeatTransportBHEProcess::createBHEBoundaryConditionTopBottom(), ChemistryLib::createChemicalSolverInterface< ChemicalSolver::Phreeqc >(), ProcessLib::createDeactivatedSubdomains(), ProcessLib::LIE::HydroMechanics::createHydroMechanicsProcess(), ProcessLib::LiquidFlow::createLiquidFlowProcess(), MaterialPropertyLib::createLiquidViscosityVogels(), ProcessLib::ComponentTransport::createLookupTable(), FileIO::Gocad::GocadAsciiReader::createMesh(), MaterialLib::Solids::MFront::createMFrontConfig(), NumLib::createNumericalStabilization(), ProcessLib::createOutputConfig(), ParameterLib::createParameter(), ProcessLib::createPerProcessData(), MeshLayerEditDialog::createPrismMesh(), MeshToolsLib::createSfcMeshProperties(), GeoLib::Station::createStation(), MeshLayerEditDialog::createTetMesh(), ProcessLib::ThermoMechanicalPhaseField::createThermoMechanicalPhaseFieldProcess(), ProcessLib::ThermoRichardsMechanics::createThermoRichardsMechanicsProcess(), ProcessLib::createTimeLoop(), ProcessLib::TwoPhaseFlowWithPP::createTwoPhaseFlowWithPPProcess(), ProcessLib::TwoPhaseFlowWithPrho::createTwoPhaseFlowWithPrhoProcess(), MaterialLib::Fluid::createViscosityModel(), ProcessLib::Output::doOutputAlways(), ProcessLib::Output::doOutputNonlinearIteration(), MeshToolsLib::MeshValidation::evaluateElementGeometry(), VtkPickCallback::Execute(), Simulation::executeSimulation(), executeSimulation(), NumLib::StaggeredCoupling::executeSingleIteration(), NumLib::StaggeredCoupling::executeSubCoupling(), ProcessLib::TimeLoop::executeTimeStep(), MeshToolsLib::MeshValidation::existCollapsibleNodes(), FileIO::Gocad::generateFaceSets(), generateInitialMesh(), FileIO::SwmmInterface::getArrayAtTimeStep(), VtkStationSource::GetIndexByName(), MeshToolsLib::MeshInformation::getMaterialIDs(), MeshModel::getMesh(), MeshToolsLib::MeshSurfaceExtraction::getMeshSurface(), MeshToolsLib::MeshSurfaceExtraction::getSurfaceAreaForNodes(), getSurfaceIntegratedValuesForNodes(), MeshToolsLib::MeshSurfaceExtraction::getSurfaceNodes(), MeshToolsLib::MeshInformation::getValueBounds(), MeshGeoToolsLib::identifySubdomainMesh(), InSituLib::Initialize(), ProcessLib::TH2M::TH2MProcess< DisplacementDim >::initializeAssemblyOnSubmeshes(), ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcess< DisplacementDim, ConstitutiveTraits >::initializeAssemblyOnSubmeshes(), ProcessLib::LIE::HydroMechanics::HydroMechanicsProcess< GlobalDim >::initializeConcreteProcess(), Simulation::initializeDataStructures(), initOGS(), FileIO::GMSH::isGMSHMeshFile(), FileIO::SwmmInterface::isSwmmInputFile(), BaseLib::IO::XMLQtInterface::isValid(), VtkVisPipeline::listArrays(), MainWindow::loadFile(), VtkVisPipeline::loadFromFile(), VtkRaster::loadImageFromTIFF(), MeshLib::IO::Legacy::MeshIO::loadMeshFromFile(), main(), VtkCustomInteractorStyle::OnChar(), VtkCustomInteractorStyle::OnLeftButtonDown(), VtkCustomInteractorStyle::OnRightButtonDown(), outputAABB(), ProcessLib::TimeLoop::outputLastTimeStep(), ProjectData::parseChemicalSolverInterface(), NumLib::parseLocalCoupling(), MathLib::LinearSolverOptionsParser< EigenLisLinearSolver >::parseNameAndOptions(), ApplicationUtils::partitionMesh(), ProcessLib::SmallDeformationNonlocal::SmallDeformationNonlocalProcess< DisplacementDim >::postIterationConcreteProcess(), ProcessLib::PhaseField::PhaseFieldProcess< DisplacementDim >::postNonLinearSolverConcreteProcess(), anonymous_namespace{postLIE.cpp}::postPVD(), ProcessLib::PhaseField::PhaseFieldProcess< DisplacementDim >::postTimestepConcreteProcess(), anonymous_namespace{postLIE.cpp}::postVTU(), ProcessLib::ComponentTransport::ComponentTransportProcess::preOutputConcreteProcess(), ProcessLib::HeatConduction::HeatConductionProcess::preOutputConcreteProcess(), BaseLib::prepareProjectFile(), anonymous_namespace{MeshInformation.cpp}::printBounds(), anonymous_namespace{PETScNonlinearSolver.cpp}::printConvergenceReason(), printFieldInformationTable(), FileIO::printListInfo(), MeshLib::IO::NodePartitionedMeshReader::read(), SensorData::readDataFromFile(), FileIO::FEFLOWMeshInterface::readELEMENTALSETS(), FileIO::FEFLOWMeshInterface::readFEFLOWFile(), FileIO::XmlPrjInterface::readFile(), FileIO::Legacy::readGLIFileV4(), FileIO::GMSH::readGMSHMesh(), anonymous_namespace{CreateMFrontGeneric.cpp}::readMaterialProperties(), FileIO::GMSInterface::readMesh(), anonymous_namespace{ProjectData.cpp}::readMeshes(), FileIO::PetrelInterface::readPetrelWellTrace(), FileIO::SHPInterface::readPolygons(), FileIO::SHPInterface::readPolylines(), anonymous_namespace{NetCDFRasterReader.cpp}::readRasterFromFile(), anonymous_namespace{ProjectData.cpp}::readRasters(), anonymous_namespace{CreateMFrontGeneric.cpp}::readStateVariablesInitialValueProperties(), FileIO::Legacy::readSurfaces(), FileIO::SwmmInterface::readSwmmInputToLineMesh(), MeshToolsLib::removeElements(), MeshModel::removeMesh(), GeoTreeModel::renameGeometry(), reverseNodeOrder(), ApplicationsLib::TestDefinition::runTests(), searchByPropertyRange(), searchByPropertyValue(), ProcessLib::setIPDataInitialConditions(), setMaterialIDs(), MeshToolsLib::Mesh2MeshPropertyInterpolation::setPropertiesForMesh(), MathLib::EigenLinearSolver::solve(), MathLib::EigenLisLinearSolver::solve(), NumLib::NonlinearSolver< NonlinearSolverTag::Newton >::solve(), NumLib::NonlinearSolver< NonlinearSolverTag::Picard >::solve(), NumLib::PETScNonlinearSolver::solve(), MathLib::details::EigenDirectLinearSolver< T_SOLVER >::solveImpl(), MathLib::details::EigenIterativeLinearSolver< T_SOLVER >::solveImpl(), ProcessLib::solveMonolithicProcess(), NumLib::detail::solvePicard(), ProcessLib::ComponentTransport::ComponentTransportProcess::solveReactionEquation(), splitFile(), MeshToolsLib::MeshValidation::testElementGeometry(), BaseLib::traverseIncludes(), anonymous_namespace{IdentifySubdomainMesh.cpp}::updateOrCheckExistingSubdomainProperty(), anonymous_namespace{PETScNonlinearSolver.cpp}::updateResidual(), anonymous_namespace{CreateMFrontGeneric.cpp}::varInfo(), anonymous_namespace{CreateMFrontGeneric.cpp}::varInfo(), MeshModel::vtkSource(), MeshModel::vtkSource(), GeoLib::IO::XmlGmlInterface::write(), FileIO::SHPInterface::write2dMeshToSHP(), FileIO::Legacy::writeAllDataToGLIFileV4(), MeshToolsLib::MeshInformation::writeAllNumbersOfElementTypes(), writeBCsAndGeometry(), FileIO::SwmmInterface::writeCsvForObject(), writeCsvOutput(), writeDataToMesh(), FileIO::Legacy::writeGLIFileV4(), writeMeshOutput(), MeshToolsLib::MeshInformation::writeMeshValidationResults(), MeshToolsLib::MeshInformation::writePropertyVectorInformation(), writeTecPlotSection(), FileIO::TetGenInterface::writeTetGenSmesh(), FileIO::TetGenInterface::writeTetGenSmesh(), and VtkColorLookupTable::writeToFile().

◆ WARN()

template<typename... Args>
void WARN ( fmt::format_string< Args... > fmt,
Args &&... args )

Definition at line 40 of file Logging.h.

41{
42 BaseLib::console->warn(fmt, std::forward<Args>(args)...);
43}

References BaseLib::console.

Referenced by ProcessLib::AssembledMatrixCache::AssembledMatrixCache(), MeshGeoToolsLib::BoundaryElementsAtPoint::BoundaryElementsAtPoint(), ProcessLib::ComponentTransport::ComponentTransportProcess::ComponentTransportProcess(), ProcessLib::Assembly::GlobalMatrixOutput::GlobalMatrixOutput(), ProcessLib::HeatConduction::HeatConductionProcess::HeatConductionProcess(), ProcessLib::Assembly::LocalMatrixOutput::LocalMatrixOutput(), FileIO::PetrelInterface::PetrelInterface(), GeoLib::PointVec::PointVec(), MeshLib::IO::VtuInterface::VtuInterface(), MaterialPropertyLib::Property::~Property(), ProcessLib::addBulkMeshPropertyToSubMesh(), FileIO::SwmmInterface::addRainGaugeTimeSeriesLocations(), SensorData::addTimeSeries(), ProcessLib::CompareJacobiansJacobianAssembler::assembleWithJacobian(), VtkVisTabWidget::buildProportiesDialog(), ProcessLib::TimeLoop::calculateNextTimeStep(), MeshToolsLib::ElementSizeMetric::calculateQuality(), VtkVisPointSetItem::callVTKWriter(), checkCompression(), BaseLib::IO::XMLQtInterface::checkHash(), NumLib::SimpleMatrixVectorProvider::clear(), ProcessLib::TimeLoop::computeTimeStepping(), GEOModels::connectPolylineSegments(), MeshLib::VtkMeshConverter::convertArray(), MeshLib::VtkMeshConverter::convertTypedArray(), copyDoubleValuedFieldDataToPointCloud(), anonymous_namespace{MeshRevision.cpp}::copyProperties(), MaterialPropertyLib::createMaterialSpatialDistributionMap(), MaterialLib::Solids::MFront::createMFrontConfig(), NumLib::createNewtonRaphsonSolverParameters(), GeoLib::createPolyline(), MaterialLib::PorousMedium::createPorousMediaProperties(), ProcessLib::LIE::PostProcessTool::createProperty(), ProcessLib::createSecondaryVariables(), MeshToolsLib::createSfcMeshProperties(), MeshToolsLib::MeshLayerMapper::createStaticLayers(), FileIO::createSurface(), FileIO::createSurfaceWithEarClipping(), BaseLib::date2int(), BaseLib::date2string(), DirectConditionGenerator::directWithSurfaceIntegration(), NumLib::StaggeredCoupling::execute(), NumLib::StaggeredCoupling::executeConcrete(), anonymous_namespace{TestDefinition.cpp}::findVtkdiff(), GeoLib::geoPointsToStations(), ProcessLib::ComponentTransport::Field::getBoundingSeedPoints(), DataHolderLib::getColor(), MeshModel::getMesh(), LayeredMeshGenerator::getMesh(), getNodes(), FileIO::AsciiRasterInterface::getRasterFromASCFile(), NumLib::incorporateFixedTimesForOutput(), VtkCompositeThresholdFilter::init(), GeoLib::Polygon::initialise(), GeoLib::EarClippingTriangulation::initLists(), MeshToolsLib::Mesh2MeshPropertyInterpolation::interpolateElementPropertiesToNodeProperties(), MeshLib::isPointInElementXY(), VtkRaster::loadImageFromTIFF(), MeshLib::IO::Legacy::MeshIO::loadMeshFromFile(), main(), MeshToolsLib::MeshGenerator::VoxelGridFromMesh::mapMeshArraysOntoGrid(), MeshLib::materialIDs(), NumLib::EvolutionaryPIDcontroller::next(), BaseLib::ConfigTree::onwarning(), FileIO::Gocad::CoordinateSystem::parse(), ProcessLib::HydroMechanics::parseCouplingScheme(), FileIO::Gocad::GocadAsciiReader::parseLine(), FileIO::Gocad::GocadAsciiReader::parseNodes(), ProcessLib::Assembly::detail::parseSetOfSizeT(), FileIO::Gocad::GocadAsciiReader::parseSurface(), GeoLib::PointVec::push_back(), GeoLib::TemplateVec< T >::push_back(), FileIO::GMSInterface::readBoreholesFromGMS(), FileIO::Gocad::GocadAsciiReader::readData(), MeshLib::IO::NodePartitionedMeshReader::readDomainSpecificPartOfPropertyVectors(), FileIO::GMSH::readElement(), FileIO::FEFLOWMeshInterface::readElement(), FileIO::Gocad::GocadSGridReader::readElementPropertiesBinary(), FileIO::FEFLOWMeshInterface::readFEFLOWFile(), FileIO::Legacy::readGLIFileV4(), FileIO::GMSH::readGMSHMesh(), DiagramList::readList(), anonymous_namespace{CreateMFrontGeneric.cpp}::readMaterialProperties(), FileIO::GMSInterface::readMesh(), anonymous_namespace{ProjectData.cpp}::readMeshes(), FileIO::PetrelInterface::readPetrelSurfacePoints(), FileIO::Legacy::readPoints(), FileIO::SHPInterface::readPolygons(), FileIO::Legacy::readPolyline(), FileIO::Legacy::readPolylinePointVector(), GeoLib::IO::BoostXmlGmlInterface::readPolylines(), GeoLib::IO::XmlGmlInterface::readPolylines(), FileIO::Legacy::readPolylines(), MeshLib::IO::NodePartitionedMeshReader::readProperties(), anonymous_namespace{CreateMFrontGeneric.cpp}::readStateVariablesInitialValueProperties(), GeoLib::IO::XmlStnInterface::readStations(), GeoLib::IO::XmlStnInterface::readStratigraphy(), FileIO::Legacy::readSurface(), FileIO::Legacy::readSurfaces(), GeoLib::IO::TINInterface::readTIN(), VtkRaster::readWorldFile(), MeshLib::Properties::removePropertyVector(), MeshToolsLib::ElementValueModification::replace(), VtkAppendArrayFilter::RequestData(), ApplicationsLib::TestDefinition::runTests(), MeshLib::scaleMeshPropertyVector(), MeshLib::ElementSearch::searchByPropertyValueRange(), ProcessLib::TH2M::TH2MLocalAssembler< ShapeFunctionDisplacement, ShapeFunctionPressure, DisplacementDim >::setIPDataInitialConditions(), ProcessLib::LargeDeformation::LargeDeformationLocalAssemblerInterface< DisplacementDim >::setIPDataInitialConditions(), ProcessLib::SmallDeformation::SmallDeformationLocalAssemblerInterface< DisplacementDim >::setIPDataInitialConditions(), MeshToolsLib::Mesh2MeshPropertyInterpolation::setPropertiesForMesh(), NumLib::detail::solvePicard(), MeshLib::IO::transformAttributes(), anonymous_namespace{IdentifySubdomainMesh.cpp}::updateOrCheckExistingSubdomainProperty(), MaterialPropertyLib::WaterLiquidDensityIAPWSIF97Region4::value(), MaterialPropertyLib::WaterVapourDensityIAPWSIF97Region4::value(), MaterialPropertyLib::WaterLiquidEnthalpyIAPWSIF97Region4::value(), MaterialPropertyLib::WaterVapourEnthalpyIAPWSIF97Region4::value(), MaterialPropertyLib::WaterSaturationTemperatureIAPWSIF97Region4::value(), MeshLib::IO::Legacy::MeshIO::write(), GeoLib::IO::TINInterface::writeSurfaceAsTIN(), FileIO::TetGenInterface::writeTetGenSmesh(), and BaseLib::xmlDate2int().