Error Messages#
Summary of error messages addressed in this set of examples.
Configuration Errors#
>> {default}::
-- error (pyre.inventory)
-- timedependent.problem_defaults.name <- ''
-- Missing required property 'name' in default options for problem.
>> {default}::
-- error (pyre.inventory)
-- timedependent.bc.dirichlettimedependent.label <- ''
-- Label for boundary condition group/nodeset/pset in mesh not specified.
>> ./pylithapp.cfg:112:
-- error (pyre.inventory)
-- pylithapp.timedependent.materials.elasticity.auxiliary_subfields.bulk_modulus.basis_order <- '0'
-- unknown component 'pylithapp.timedependent.materials.elasticity.auxiliary_subfields.bulk_modulus'
>> {default}::
-- error (pyre.inventory)
-- timedependent.interfaces.faultcohesivekin.singlerupture.kinsrcstep.simpledb.description <- ''
-- Description for spatial database not specified.
>> {default}::
-- error (pyre.inventory)
-- timedependent.interfaces.faultcohesivekin.singlerupture.kinsrcstep.simpledb.simpleioascii.filename <- ''
-- Filename for spatial database not specified.
Runtime Errors#
>> src/cig/pylith/libsrc/pylith/topology/MeshOps.cc:802:static void pylith::topology::MeshOps::checkMaterialLabels(const pylith::topology::Mesh&, pylith::int_array&)
-- error (user-input)
-- Material label_value '3' for cell '609' does not match the label_value of any materials or interfaces.
[0]PETSC ERROR: Error in external library
[0]PETSC ERROR: Error converting spatial database values for gravitational_acceleration at ( -92285.3 -72772.7) in spatial database 'Gravity field'. Found near zero magnitude (0) for gravity field vector ( 0 0).
>> src/cig/pylith/libsrc/pylith/topology/FieldOps.cc:224:static void pylith::topology::FieldOps::checkSubfieldsExist(const pylith::string_vector &, const std::string &, const pylith::topology::Field &)
-- error (user-input)
-- Could not find 'lagrange_multiplier_fault' in domain solution field. Field contains: 'displacement'; the missing fields are required for interface 'FaultCohesiveKin'.
RuntimeError: Error occurred while reading spatial database file 'fault_slip.spatialdb'.
Read data for 3 out of 4 points.
RuntimeError: Could not find value 'final_slip_opening' in spatial database 'Fault rupture for main fault'. Available values are:
final-slip-left-lateral
final-slip-opening
initiation-time
>> src/cig/pylith/libsrc/pylith/topology/FieldQuery.cc:473:static void pylith::topology::_FieldQuery::findQueryIndices(FieldQuery::DBQueryContext *, const pylith::string_vector &)
-- error (user-input)
-- Could not find value 'final_slip_opening' in spatial database 'Fault rupture for main fault'. Available values are:
final-slip-left-lateral
final-slip-opening
initiation-time
[0]PETSC ERROR: Error in external library
[0]PETSC ERROR: Could not find values for initiation_time at ( -21860.3 -27621) in spatial database 'Fault rupture for main fault'.