Feellgood
File List
Here is a list of all documented files with brief descriptions:
 chronometer.h
 electrostatSolver.hSolver for electrostatic problem when STT is required header containing electrostatSolver class. It uses biconjugate stabilized gradient with diagonal preconditioner. The solver is only called once to compute voltages V for each nodes of the mesh, when STT computation is involved
 element.h
 expression_parser.h
 facette.hNamespace Facette header containing Fac class, and some constants and a less_than operator to redo orientation of triangular faces
 feellgoodSettings.hMany settings to give some parameters to the solver, boundary conditions for the problem, the output file format wanted by the user. This is done mainly with the class Settings
 fem.hPrincipal header, contains the struct fem This file is called by many source files in feellgood. It does also contains the definition of many constants for the solver, and for scalfmm
 fmm_demag.hThis header is the interface to scalfmm. Its purpose is to prepare an octree for the application of the fast multipole algorithm, and to compute the demag field
 linear_algebra.hSecondary header, it grabs altogether the linear algebra by the solver to apply fem method
It encapsulates the calls to eigen BiCGSTAB solver, the assemblage and projection of the matrix for all elements
projection and matrix assembly is multithreaded for tetrahedron, monothread for facette
 log-stats.h
 mesh.hClass mesh, readMesh is expecting a mesh file in gmsh format either text or binary, from version 2.2 to the latest 4.1. The mesh has to use only first order tetraedrons and triangular facettes, mixed meshes are not allowed
 meshUtils.h
 node.hHeader to define struct Node
 spinTransferTorque.h
 tags.h
 tetra.hNamespace Tetra header containing Tet class, some constants, and integrales
 time_integration.h