This file contains the "Linear" algorithm declarations, which solves the linear system of equations in just one-step; therefore, no-iteration or convergence error is performed, and is meant to be used for linear analysis. More...
#include <memory>
#include <Eigen/Dense>
#include <Eigen/SparseCore>
#include "Mesh.hpp"
#include "LoadCombo.hpp"
#include "Algorithm.hpp"
#include "Integrator.hpp"
#include "LinearSystem.hpp"
Go to the source code of this file.
Classes | |
class | Linear |
Class for solving a linear system in just one-step; therefore, no-iteration or convergence test is performed. More... | |
This file contains the "Linear" algorithm declarations, which solves the linear system of equations in just one-step; therefore, no-iteration or convergence error is performed, and is meant to be used for linear analysis.