|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include <stdio.h>#include <iostream>#include <random>#include <string>#include <mpi.h>#include <ginkgo/ginkgo.hpp>#include "../fem/slimfem/src/SF_base.h"#include "electrics.cc"#include "../../physics/electric.cc"#include <math.h>#include <tuple>Go to the source code of this file.
Classes | |
| class | TestGinkgo |
Functions | |
| class TestGinkgo | main (int argc, char **argv) |
| void | fill_matrices_same_random (SF::abstract_matrix< int, double > &mat1, SF::abstract_matrix< int, double > &mat2) |
| std::tuple< auto, auto > | generate_random_petsc_ginkgo_matrices () |
| void | assertTrue (bool cond_bool, std::string str) |
| void main::assertTrue | ( | bool | cond_bool, |
| std::string | str | ||
| ) |
Definition at line 168 of file test_ginkgo.cpp.
| void main::fill_matrices_same_random | ( | SF::abstract_matrix< int, double > & | mat1, |
| SF::abstract_matrix< int, double > & | mat2 | ||
| ) |
Definition at line 113 of file test_ginkgo.cpp.
| std::tuple<auto, auto> main::generate_random_petsc_ginkgo_matrices | ( | ) |
Definition at line 136 of file test_ginkgo.cpp.
| class TestGinkgo main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 1 of file test_ginkgo.cpp.