v_sim.ScalarFieldMethodData

Fields

None

Methods

addField (field)

getFilename ()

ready ()

Details

class v_sim.ScalarFieldMethodData
addField(field)
Parameters:

field (v_sim.ScalarField) – a v_sim.ScalarField object.

When parsing a file with several scalar field, use this method to store a new one.

New in version 3.8.

getFilename()
Returns:

a filename.

Return type:

str

Get the filename that is currently parsed.

New in version 3.8.

ready()

While parsing a file, call this method when all scalar fields are known, but not yet populated.

New in version 3.8.