Home
last modified time | relevance | path

Searched defs:insertInSparsityPattern (Results 1 – 7 of 7) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Solver/
H A DlinearSystem.h33 virtual void insertInSparsityPattern(int _row, int _col){}; in insertInSparsityPattern() function
H A DlinearSystemMUMPS.h33 virtual void insertInSparsityPattern(int row, int col) {} in insertInSparsityPattern() function
H A DlinearSystemEigen.h33 virtual void insertInSparsityPattern(int row, int col) {} in insertInSparsityPattern() function
H A DlinearSystemEigen.cpp157 void linearSystemEigen<double>::insertInSparsityPattern(int row, int col) {} in insertInSparsityPattern() function in linearSystemEigen
H A DlinearSystemMUMPS.cpp148 void linearSystemMUMPS<double>::insertInSparsityPattern(int row, int col) {} in insertInSparsityPattern() function in linearSystemMUMPS
H A DlinearSystemPETSc.hpp113 void linearSystemPETSc<scalar>::insertInSparsityPattern(int i, int j) in insertInSparsityPattern() function in linearSystemPETSc
H A DlinearSystemCSR.h49 virtual void insertInSparsityPattern(int i, int j) in insertInSparsityPattern() function