Feellgood
Classes
solver.h File Reference

two templates to fill matrix and vectors in various dimensionnality situations. DIM_PROBLEM = 1 is used for electrostatics (V) DIM_PROBLEM = 2 is used for micromagnetic problem, solved in the tangent plane DIM_PROBLEM = 3 is used for spin accumulation (s has three components) More...

#include <eigen3/Eigen/Dense>
#include "mesh.h"
#include "algebra/algebra.h"

Go to the source code of this file.

Classes

class  solver< DIM_PROBLEM >
 template class for the different solvers template parameter DIM_PROBLEM: dimensionnality of the problem to solve More...
 

Detailed Description

two templates to fill matrix and vectors in various dimensionnality situations. DIM_PROBLEM = 1 is used for electrostatics (V) DIM_PROBLEM = 2 is used for micromagnetic problem, solved in the tangent plane DIM_PROBLEM = 3 is used for spin accumulation (s has three components)