[CIG-SHORT] (no subject)

Francisco Delgado fjd49 at cornell.edu
Wed May 25 11:20:49 PDT 2016


Hi Brad, could you be a little more specific. The following works to output
the surface displacements to an h5 file


[pylithapp.timedependent.implicit]
output = [subdomain]
output.subdomain = pylith.meshio.OutputSolnSubset

# Surface
[pylithapp.problem.formulation.output.subdomain]
writer = pylith.meshio.DataWriterHDF5
label = face_zpos
vertex_data_fields = [displacement]
writer.filename = surface.h5

But the following lines do not work for the magma chamber I want to turn
off the vtk writer

[pylithapp.problem.formulation.output.subdomain]
label = face_res
vertex_info_fields = []
vertex_data_fields = []
cell_info_fields = []
cell_data_fields = []
writer.filename = chamber.vtk

Thanks

On Wed, May 25, 2016 at 12:58 PM, Brad Aagaard <baagaard at usgs.gov> wrote:

> Francisco,
>
> To turn off writing VTK or HDF5 output, set the info and data fields to
> empty arrays.
>
> For example:
>
> vertex_info_fields = []
> vertex_data_fields = []
>
> or
>
> cell_info_fields = []
> cell_data_fields = []
>
> Regards,
> Brad
>
>
> On 5/25/16 9:52 AM, Francisco Delgado wrote:
>
>> Dear Pylith developers, how can I set the software to not save the
>> output_t.vtk files?
>>
>> Thanks
>>
>> --
>> --------------------------------------------------------
>> Francisco Delgado
>> PhD student in Geological Sciences
>> Cornell University
>>
>>
>> _______________________________________________
>> CIG-SHORT mailing list
>> CIG-SHORT at geodynamics.org
>> http://lists.geodynamics.org/cgi-bin/mailman/listinfo/cig-short
>>
>>
> _______________________________________________
> CIG-SHORT mailing list
> CIG-SHORT at geodynamics.org
> http://lists.geodynamics.org/cgi-bin/mailman/listinfo/cig-short




-- 
--------------------------------------------------------
Francisco Delgado
PhD student in Geological Sciences
Cornell University
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geodynamics.org/pipermail/cig-short/attachments/20160525/97574392/attachment.html>


More information about the CIG-SHORT mailing list