archimedes.approximation.ProductParameters¶

class archimedes.approximation.ProductParameters(dims: tuple = ())¶

Target-domain parameters for a TensorBasis

Represents a multi-dimensional domain as one Parameters per dimension.

Parameters:

dims (tuple of ReferenceDomain.Parameters) – One entry per dimension, in the same order as the basis factors.

Methods

replace(**updates)

Returns a new object replacing the specified fields with new values.

Attributes

dims

__init__(dims: tuple = ()) → None¶
replace(**updates) → T¶

Returns a new object replacing the specified fields with new values.