NeoPZ
|
Contains the implementation of the TPZFrontMatrix methods. More...
#include "TPZFrontMatrix.h"
#include "pzsfulmat.h"
#include "TPZFront.h"
#include "pzstack.h"
#include "pzreal.h"
#include <math.h>
#include "tpzeqnarray.h"
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <fstream>
#include "pzlog.h"
Go to the source code of this file.
Classes | |
class | TPZStackEqnStorage< TVar > |
Responsible for storing arrays of equations (mostly in a decomposed form). Frontal. More... | |
class | TPZFileEqnStorage< TVar > |
Has the same porpouse of EqnStack but stores the EqnArrays in a different form (binary files). Frontal. More... | |
class | TPZFrontSym< TVar > |
Abstract class implements storage and decomposition process of the frontal matrix involving simmetry characteristics. Frontal. More... | |
class | TPZFrontNonSym< TVar > |
Abstract class implements storage and decomposition process of the frontal matrix involving non-simetry characteristics. Frontal. More... | |
Contains the implementation of the TPZFrontMatrix methods.
Definition in file TPZFrontMatrix.cpp.