Error Messages#

Summary of error messages addressed in this set of examples.

Configuration Errors#

Listing 157 See Step 1, Error 1.#
ValueError: No constrained degrees of freedom found for time-dependent Dirichlet boundary condition 'bc_xpos'.
'constrained_dof' must be a zero-based integer array (0=x, 1=y, 2=z).
Listing 158 See Step 1, Error 2.#
>> {default}::
-- pyre.inventory(error)
-- timedependent.problem_defaults.name <- ''
-- Missing required property 'name' in default options for problem.
Listing 159 See Step 1, Error 3.#
>> ./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'
Listing 160 See Step 1, Error 4.#
RuntimeError: Material label_value '3' for cell '3009' does not match the label_value of any materials or interfaces.
Listing 161 See Step 6, Error 1.#
>> {default}::
-- pyre.inventory(error)
-- timedependent.interfaces.faultcohesivekin.singlerupture.kinsrcstep.simpledb.description <- ''
-- Description for spatial database not specified.
Listing 162 See Step 6, Error 2.#
>> {default}::
-- pyre.inventory(error)
-- timedependent.interfaces.faultcohesivekin.singlerupture.kinsrcstep.simpledb.simpleioascii.filename <- ''
-- Filename for spatial database not specified.
Listing 163 See Step 6, Error 3.#
RuntimeError: Cannot find 'lagrange_multiplier_fault' subfield in solution field for fault implementation in component 'splay'.

Runtime Errors#

Listing 164 See Step 1, Error 5.#
[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).
Listing 165 See Step 6, Error 4.#
RuntimeError: Error occurred while reading spatial database file 'fault_slip.spatialdb'.
Read data for 3 out of 4 points.
Listing 166 See Step 6, Error 5.#
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
Listing 167 See Step 6, Error 6.#
[0]PETSC ERROR: Zero pivot in LU factorization: https://petsc.org/release/faq/#zeropivot
Listing 168 See Step 6, Error 7.#
[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
Listing 169 See Step 6, Error 9.#
[0]PETSC ERROR: Could not find values for initiation_time at (  -24329  -29046.3) in spatial database 'Fault rupture for main fault'.