romtools.composite_vector_space#

Classes

CompositeVectorSpace(list_of_vector_spaces)

Constructs a composite vector space out of a list of vector spaces Different vector spaces need to have the same number of spatial DOFs

class romtools.composite_vector_space.CompositeVectorSpace(list_of_vector_spaces)[source]#

Bases: object

Constructs a composite vector space out of a list of vector spaces Different vector spaces need to have the same number of spatial DOFs

Parameters:

list_of_vector_spaces (List[VectorSpace])