#include <stdio.h>#include <stdlib.h>#include <math.h>#include "FFEA_return_codes.h"#include "mat_vec_types.h"#include "mesh_node.h"#include "tetra_element_linear.h"#include "SimulationParams.h"#include "Solver.h"#include "SparseSubstitutionSolver.h"Go to the source code of this file.
Data Structures | |
| class | SparseSubstitutionSolver |
Macros | |
| #define | INDEX(I, J) ((I) * num_rows + (J)) |
| #define INDEX | ( | I, | |
| J | |||
| ) | ((I) * num_rows + (J)) |
Referenced by SparseSubstitutionSolver::init().