dCreate_CompCol_Matrix Interface

interface


Called by

interface~~dcreate_compcol_matrix~~CalledByGraph interface~dcreate_compcol_matrix dCreate_CompCol_Matrix proc~prep_superlu prep_superlu proc~prep_superlu->interface~dcreate_compcol_matrix proc~analyse_solver analyse_solver proc~analyse_solver->proc~prep_superlu proc~solv_superlu solv_superlu proc~solv_superlu->proc~prep_superlu proc~solution_solver solution_solver proc~solution_solver->proc~solv_superlu proc~solve_syst solve_syst proc~solve_syst->proc~analyse_solver proc~solve_syst->proc~solution_solver proc~solve_fe_film solve_FE_film proc~solve_fe_film->proc~solve_syst proc~multi_scale_solve_fe_film multi_scale_solve_fe_film proc~multi_scale_solve_fe_film->proc~solve_syst proc~multi_scale_solve_fe_film->proc~solve_fe_film proc~solve_ms_prob solve_ms_prob proc~solve_ms_prob->proc~multi_scale_solve_fe_film proc~elementary_full_domain_fe_film_reynolds elementary_full_domain_FE_film_reynolds proc~elementary_full_domain_fe_film_reynolds->proc~solve_fe_film proc~solve_fe_prob solve_fe_prob proc~solve_fe_prob->proc~solve_fe_film proc~test_rough_fe test_rough_fe proc~test_rough_fe->proc~solve_fe_prob proc~test_bearing_x_fe test_bearing_x_fe proc~test_bearing_x_fe->proc~solve_fe_prob proc~test_pocket_fe test_pocket_fe proc~test_pocket_fe->proc~solve_fe_prob proc~test_bearing_y_fe test_bearing_y_fe proc~test_bearing_y_fe->proc~solve_fe_prob proc~test_rough_ms test_rough_ms proc~test_rough_ms->proc~solve_ms_prob proc~test_slider_fe test_slider_fe proc~test_slider_fe->proc~solve_fe_prob proc~test_slider_ms test_slider_ms proc~test_slider_ms->proc~solve_ms_prob proc~run_test run_test proc~run_test->proc~test_rough_fe proc~run_test->proc~test_bearing_x_fe proc~run_test->proc~test_pocket_fe proc~run_test->proc~test_bearing_y_fe proc~run_test->proc~test_rough_ms proc~run_test->proc~test_slider_fe proc~run_test->proc~test_slider_ms program~main main program~main->proc~run_test

private subroutine dCreate_CompCol_Matrix(A, m, n, nnz, nzval, rowind, colptr, stype, dtype, mtype) bind(c, name="0")

Arguments

Type IntentOptional AttributesName
type(SUPERMATRIX), intent(out) :: A
integer(kind=C_INT), intent(in), value:: m
integer(kind=C_INT), intent(in), value:: n
integer(kind=C_INT), intent(in), value:: nnz
real(kind=C_DOUBLE), intent(in) :: nzval(*)
integer(kind=C_INT), intent(in) :: rowind(*)
integer(kind=C_INT), intent(in) :: colptr(*)
integer(kind=C_INT), intent(in), value:: stype
integer(kind=C_INT), intent(in), value:: dtype
integer(kind=C_INT), intent(in), value:: mtype