Source: tests/multifrontal/detail/multifrontal_factor_LU.cpp
22 #include <myramath/multifrontal/detail/lu/factor.h> 25 #include <tests/myratest.h> 30 ADD_TEST(
"multifrontal_factor_LU",
"[multifrontal][jobgraph]")
36 Pattern pattern = stencil3(I,J,K);
40 typedef ::myra::multifrontal::detail::lu::factor::JobGraphBase1 Graph;
42 REQUIRE( verify(graph) );
44 graphviz(graph,
"graph2.dot");
Options pack for routines in /multifrontal.
Definition: Options.h:24
Given a JobGraph G, verifies it has valid topology.
Represents a Permutation matrix, used to reorder rows/columns/etc of various numeric containers...
Definition: Permutation.h:34
Symbolic analysis data structure for all multifrontal solvers.
Definition: AssemblyTree.h:38
Describes data layout and job dependencies for symmetric-pattern multifrontal solvers.
Helper routines for reordering/filling 3D structured grids. Used by many unit tests.
Range/Iterator types associated with Pattern.
Holds the nonzero pattern of a sparse matrix.
Definition: Pattern.h:55
Container class for a sparse nonzero pattern, used in reordering/symbolic analysis.
Given a JobGraph, produces a .dot file for visualization with graphviz.
Results: [PASS]
Go back to Summary of /test
programs.