pycba.load_cases.collect_response_matrix#
- collect_response_matrix(beam_model, load_cases, response='M')[source]#
Analyse all load cases and stack their full-beam responses into a matrix.
- Return type:
tuple[ndarray,ndarray]- Returns:
x (ndarray) – Common global station coordinates.
B (ndarray) – Response matrix with shape
(n_load_cases, n_stations).