◆ matSetValuesHook() [1/6]
Definition at line 43 of file schur_test_diag_mat.cpp.
46 {
47 return MatSetValues<AssemblyTypeSelector<PETSC>>(
49 };
SmartPetscObj< Mat > petsc_mat
FTensor::Index< 'm', 3 > m
◆ matSetValuesHook() [2/6]
Definition at line 53 of file schur_test_diag_mat.cpp.
56 {
57 return MatSetValues<AssemblyTypeSelector<BLOCK_MAT>>(
59 };
SmartPetscObj< Mat > block_mat
◆ matSetValuesHook() [3/6]
◆ matSetValuesHook() [4/6]
Definition at line 75 of file schur_test_diag_mat.cpp.
78 {
79 return MatSetValues<AssemblyTypeSelector<BLOCK_PRECONDITIONER_SCHUR>>(
81 };
◆ matSetValuesHook() [5/6]
Definition at line 144 of file incompressible_elasticity.cpp.
147 {
148 return MatSetValues<AssemblyTypeSelector<AT>>(
149 op_ptr->getKSPA(), row_data, col_data,
m, ADD_VALUES);
150 };
◆ matSetValuesHook() [6/6]
Specialise assembly for Stabilised matrix.
- Template Parameters
-
Definition at line 167 of file incompressible_elasticity.cpp.
170 {
171 return MatSetValues<AssemblyTypeSelector<AT>>(
172 op_ptr->getKSPB(), row_data, col_data,
m, ADD_VALUES);
173 };
The documentation for this class was generated from the following file: