Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Petsc has generated inconsistent data #796

Open
yuxin0909 opened this issue Dec 20, 2024 · 1 comment
Open

Petsc has generated inconsistent data #796

yuxin0909 opened this issue Dec 20, 2024 · 1 comment
Labels
debugging-help Need help debugging

Comments

@yuxin0909
Copy link

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

@yuxin0909 yuxin0909 added the debugging-help Need help debugging label Dec 20, 2024
@yuxin0909 yuxin0909 changed the title [REPLACE THIS WITH AN APPROPRIATE TITLE FOR YOUR DEBUGGING HELP REQUEST] Petsc has generated inconsistent data Dec 20, 2024
@baagaard-usgs
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugging-help Need help debugging
Projects
None yet
Development

No branches or pull requests

2 participants