Home
last modified time | relevance | path

Searched refs:SBM_extract_component_3x3 (Results 1 – 4 of 4) sorted by relevance

/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/
H A DFrictionContactProblem.c276 SBM_extract_component_3x3(M->matrix1, M_nn->matrix1, in createSplittedFrictionContactProblem()
283 SBM_extract_component_3x3(M->matrix1, M_nt->matrix1, in createSplittedFrictionContactProblem()
291 SBM_extract_component_3x3(M->matrix1, M_tn->matrix1, in createSplittedFrictionContactProblem()
299 SBM_extract_component_3x3(M->matrix1, M_tt->matrix1, in createSplittedFrictionContactProblem()
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/
H A DSparseBlockMatrix.h331 void SBM_extract_component_3x3(const SparseBlockStructuredMatrix* const A,
H A DSparseBlockMatrix.c447 void SBM_extract_component_3x3(const SparseBlockStructuredMatrix* const restrict A, SparseBlockStru… in SBM_extract_component_3x3() function
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/test/
H A DSBM_test.c263SBM_extract_component_3x3(M, N, row_components, row_components_size, col_components, col_component… in SBM_extract_component_3x3_all()
271SBM_extract_component_3x3(M, T, row_components_T, row_components_size_T, col_components_T, col_com… in SBM_extract_component_3x3_all()
280SBM_extract_component_3x3(M, NT, row_components_NT, row_components_size_NT, col_components_NT, col… in SBM_extract_component_3x3_all()
289SBM_extract_component_3x3(M, TN, row_components_TN, row_components_size_TN, col_components_TN, col… in SBM_extract_component_3x3_all()