[CIG-SHORT] HDF5 and CellFilterAvg

surendra at caltech.edu surendra at caltech.edu
Mon May 27 13:40:01 PDT 2013


On May 26, 2013, at 11:41 PM, Achraf Koulali Idrissi wrote:

> pyre.inventory(error)
>  -- timedependent.materials.maxwellplanestrain.outputmatelastic.writer <- 'pylith.meshio.DataWriterHDF5'
>  -- could not bind facility 'writer': no factory named 'data_writer' in 'pylith.meshio.DataWriterHDF5'

There is inconsistency in your material declaration and its output.  You have changed setting of a material to maxwellplanestrain (viscoelastic) but you are trying to bind it with writer of elastic material.

> -- pyre.inventory(error)
>  -- timedependent.materials.elasticisotropic3d.outputmatelastic.cell_filter <- 'pylith.meshio.CellFilterAvg'
>  -- could not bind facility 'cell_filter': component 'pylith.meshio.CellFilterAvg' not found

cell_filter has to be 'pylith.meshio.CellFilterAvgMesh'.  "Mesh" seems to be missing at the end of your component name.

--Surendra



More information about the CIG-SHORT mailing list