You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using pylith2.2.2, but there is a problem running the output "[0]PETSC ERROR: Petsc has generated inconsistent data
[0]PETSC ERROR: Point 0: 588.296 580.662 -0.001 not located in mesh".
It can be run ,like
yuxin0909
changed the title
[REPLACE THIS WITH AN APPROPRIATE TITLE FOR YOUR DEBUGGING HELP REQUEST]
Petsc has generated inconsistent data
Dec 20, 2024
This error indicates there is a vertex in the mesh input file at 0: 588.296 580.662 -0.001 (nondimensional coordinates) that is not in a cell. You will need to remove these extra vertices as part of the mesh generation process.
Hello, I am using pylith2.2.2, but there is a problem running the output "[0]PETSC ERROR: Petsc has generated inconsistent data
[0]PETSC ERROR: Point 0: 588.296 580.662 -0.001 not located in mesh".
It can be run ,like
----------------------------------------------------------------------
output
----------------------------------------------------------------------
[pylithapp.problem.implicit]
output = [domain, subdomain,]
output.subdomain = pylith.meshio.OutputSolnSubset
[pylithapp.problem.formulation.output.domain]
writer.filename = output/step03-domain.h5
[pylithapp.problem.formulation.output.subdomain]
label = boundary_zpos
writer = pylith.meshio.DataWriterHDF5
writer.filename = output/step03-groundsurf.h5
There may be issues with the following settings.
----------------------------------------------------------------------
output
----------------------------------------------------------------------
[pylithapp.problem.implicit]
output = [domain, subdomain, cgps_sites]
output.subdomain = pylith.meshio.OutputSolnSubset
output.cgps_sites = pylith.meshio.OutputSolnPoints
[pylithapp.problem.formulation.output.domain]
writer.filename = output/step03-domain.h5
[pylithapp.problem.formulation.output.subdomain]
label = boundary_zpos
writer = pylith.meshio.DataWriterHDF5
writer.filename = output/step03-groundsurf.h5
[pylithapp.problem.formulation.output.cgps_sites]
writer = pylith.meshio.DataWriterHDF5
writer.filename = output/step03-cgps_sites.h5
reader.filename = input.txt
coordsys = spatialdata.geocoords.CSGeo
coordsys.space_dim = 3
coordsys.datum_horiz = WGS84
coordsys.datum_vert = mean sea level
The text was updated successfully, but these errors were encountered: