Error Messages#
Summary of error messages addressed in this set of examples.
Configuration Errors#
>> {default}::
-- pyre.inventory(error)
-- timedependent.problem_defaults.name <- ''
-- Missing required property 'name' in default options for problem.
>> {default}::
-- pyre.inventory(error)
-- timedependent.bc.dirichlettimedependent.label <- ''
-- Label for boundary condition group/nodeset/pset in mesh not specified.
>> ./pylithapp.cfg:133:
-- pyre.inventory(error)
-- pylithapp.timedependent.materials.elasticity.auxiliary_subfields.bulk_modulus.basis_order <- '0'
-- unknown component 'pylithapp.timedependent.materials.elasticity.auxiliary_subfields.bulk_modulus'
RuntimeError: Material label_value '3' for cell '609' does not match the label_value of any materials or interfaces.
>> {default}::
-- pyre.inventory(error)
-- timedependent.interfaces.faultcohesivekin.singlerupture.kinsrcstep.simpledb.description <- ''
-- Description for spatial database not specified.
>> {default}::
-- pyre.inventory(error)
-- timedependent.interfaces.faultcohesivekin.singlerupture.kinsrcstep.simpledb.simpleioascii.filename <- ''
-- Filename for spatial database not specified.
RuntimeError: Cannot find 'lagrange_multiplier_fault' subfield in solution field for fault implementation in component 'splay'.
Runtime Errors#
[0]PETSC ERROR: Error converting spatial database values for gravitational_acceleration at ( -96623.5 -72650.4) in
spatial database 'Gravity field'. Found near zero magnitude (0) for gravity field vector ( 0 0).
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
Nonlinear solve did not converge due to DIVERGED_MAX_IT iterations 1
[0]PETSC ERROR: Residual norm computed by GMRES recursion formula 3.48613e+10 is far from the computed residual norm 6.92443e+12 at restart, residual norm at start of cycle 6.91369e+12
[0]PETSC ERROR: Could not find values for initiation_time at ( -21860.3 -27621) in spatial database 'Fault rupture for main fault'.