romtools.composite_vector_space#
Classes
|
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:
objectConstructs 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])