Seismo-VLAB  1.3
An Open-Source Finite Element Software for Meso-Scale Simulations
Linear.hpp File Reference

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"
Include dependency graph for Linear.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Author
Danilo S. Kusanovic (dkusa.nosp@m.nov@.nosp@m.calte.nosp@m.ch.e.nosp@m.du)
Date
March 21, 2018
Version
1.0