Directories

/buildFiles to build FEMT library, tools, GiD problemtypes and examples
 
/iccFor the Intel compiler
/gccFor the GNU compiler collection (GCC)
/VisualC++For Visual C++ 2008 (Professional)
/gidFiles needed to install the problem types
 
/examplesGeometries and problems to be used with GiD
/problemtypesProblem types. These must be installed into the GiD problemtypes directory
 
/ElectricPotential.gidSolution of electrostatic and capacitance matrix problems
/Heat.gidTo solve heat difussion problems (stationary and dynamic)
/Partitioning.gidFor testing domain partitioning
/Solid.gidSolution of linear solid deformations (stationary and dynamic)
/scriptsSample scripts for running the problemtypes
/sourceSource code for FEMT library, tools, GiD problemtypes and examples
 
/BasicClasses for debugging, exceptions, memory allocation, logs, time
/CommunicationMPI class for sending and receiving data
/ContainerContainers for full and sparse matrices, vectors, lists, sets, vectors
/ExamplesContainers for full and sparse matrices, vectors, lists, sets, vectors
 
/EqnSolverExampleTesting programs to call EqnSolver
/FEMSolverExampleTesting programs to call FEMSolver and FEMSolver.MPI
/FileClasses to handle files
/FiniteElementClasses and routines to assemble systems, load geometries, calculate shape functions and integration rules
/GiDProblemTypesProblem types to be used with GiD
 
/ElectricPotentialSource code for ElectricPotential program
/HeatIncludes source code for Heat and Heat.MPI
/PartitioningSource code for Partitioning program
/SolidIncludes source code for Solid and Solid.MPI
/FormulaClasse to parse formulas in run time
/METISMETIS library for partitioning and graph reordering
/SolverSolver routines for full and sparse matrices: conjugate gradiente, biconjugate gradient, Cholesky, LU
/SubstructuringRoutines to partition meshes and solve systems using Shur substructuration
/ToolsSource code of tools
 
/DiffProgram to calculate the difference between two postprocess files
/EqnSolverTool to solve sparse systems of equations, data is interchanged using pipes
/FEMSolverDesigned to solve finite element problems, data is interchanged using pipes
/MatSolverThis program loads MatLab-4 files with sparse systems of equations and solve them
/toolsAll tools binaries are put here

Log level

0Only log fatal errors
1Step messages
2Iterations