Diffpack Documentation
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Search
MatEBE(Type) Member List
This is the complete list of members for MatEBE(Type), including all inherited members.
- a
[protected] - add(Matrix(Type) &bb, Matrix(Type) &cb)
[virtual] - add(Matrix(Type) &bb, char s, Matrix(Type) &cb)
[virtual] - add(Matrix(Type) &bb, Type b, Matrix(Type) &cb)
[virtual] - add(Type a, Matrix(Type) &bb, Type b, Matrix(Type) &cb)
[virtual] - all_elms_of_same_type
[protected] - assemble(const Mat(Type) &em, const VecSimple(int) &idx_row_trans, const VecSimple(int) &idx_col_trans, int e)
[virtual] - colManip(LinEqConstraint &constraint_eq, Vec(Type) &vc, VecSimple(bool) &essential_dof)
[virtual] - convertFrom(Matrix(Type) &X)
[virtual] - copy_simple_parameters(const MatEBE(Type) &X)
[protected] - decrement()
[inline] - det()
- det_work
[protected] - dynamic_object
[protected] - dynamicObj() const
[inline] - elm(int i, int j)
[virtual] - fact_work
[protected] - factChol(bool zero_upper_part=true)
- factLU()
- factorize(const FactStrategy &fstrategy)
[virtual] - factorized() const
[inline] - factorized(FactType &fact_tp, PivotType &pivot_tp) const
- factRILU(real omega=0.0, int level=0)
- fill(const Matrix(Type) &X)
[virtual] - fill(Type b)
[inline, virtual] - forwBack(Vector(Type) &b, Vector(Type) &x)
[virtual] - forwback_work
[protected] - forwBackChol(Vec(Type) &b, Vec(Type) &x)
- forwBackLU(Vec(Type) &b, Vec(Type) &x)
- forwBackRILU(Vec(Type) &b, Vec(Type) &x)
- getIndexSet(VecSimple(int) &ivec, VecSimple(int) &jvec) const
[virtual] - getMaxNoElmDof() const
[inline, virtual] - getMaxNoElmEqs() const
[inline, virtual] - getNoColumns() const
[inline, virtual] - getNoNonzeroes() const
[inline, virtual] - getNoRefs() const
[inline] - getNoRows() const
[inline, virtual] - getStorage() const
[virtual] - getWork(const MatrixWork work_tp=MATVEC_WORK) const
[virtual] - HandleId()
- howManyHandles()
[inline, static] - increment()
[inline] - inv_work
[protected] - inverse(Mat(Type) &inv)
[virtual] - inverse(MatEBE(Type) &inv)
- is_factorized
[protected] - isReferenced() const
[inline] - Jacobi1it(Vector(Type) &xnew, const Vector(Type) &xold, const Vector(Type) &b, TransposeMode tpmode=NOT_TRANSPOSED) const
[virtual] - jacobi_work
[protected] - Jacobisolve(Vector(Type) &y, const Vector(Type) &c, TransposeMode tpmode=NOT_TRANSPOSED) const
[virtual] - last_fact
[protected] - last_pivtp
[protected] - load(const char *filename, const char *name="X")
[virtual] - loc2glob_dof
[protected] - loc2glob_eqs
[protected] - makeItSimilar(Handle(Matrix(Type)) &M) const
[virtual] - MatEBE(Type)()
[inline] - MatEBE(Type)(const Matrix(prm_Type) &pm)
- MatEBE(Type)(const MatEBE(Type) &X)
- MatEBE(Type)(int no_eqs, int no_dof, int no_elms, int maxno_elmeqs, int maxno_elmdof, bool all_elms_of_same_type=true)
- Matrix(Type)()
- matvec_work
[protected] - maxno_elmdof
[protected] - maxno_elmeqs
[protected] - mult(Type value)
[virtual] - name_counter
[protected, static] - no_dof
[protected] - no_elms
[protected] - no_eqs
[protected] - operator delete(void *v)
- operator new(size_t t)
- operator()(int e, int i, int j)
- operator()(int e, int i, int j) const
- operator<<(Os &os, const MatEBE(Type) &X)
[friend] - operator=(const MatEBE(Type) &X)
- operator=(Type b)
[inline] - Matrix(Type)::operator=(const Matrix(Type) &X)
[inline] - operator>>(Is &is, MatEBE(Type) &X)
[friend] - optimizeDataStructure()
[inline, virtual] - pivot_allowed
[protected] - pivotingAllowed()
[inline] - print(Os os, const char *header=NULL, int nentries_per_line=3) const
[virtual] - printAscii(Os os, const char *header=NULL) const
[virtual] - prod(const Vector(Type) &xb, Vector(Type) &yb, TransposeMode tpmode=NOT_TRANSPOSED, bool add_to_yb=false) const
[virtual] - prod_work
[protected] - redim(const Matrix(prm_Type) &pm)
[virtual] - redim(int no_eqs, int no_dof, int no_elms, int maxno_elmeqs, int maxno_elmdof, bool all_elms_of_same_type=true)
- redim(const VecSimple(int) &ivec, const VecSimple(int) &jvec, int new_nrows, int new_ncolumns)
[virtual] - refcount
[protected] - resetFact(bool is_factorized=false, FactType last_fact=LU_FACT, PivotType last_pivtp=NO_PIVOT)
- rowManip(LinEqConstraint &constraint_eq, Vec(Type) &vc, VecSimple(bool) &essential_dof)
[virtual] - save(const char *filename, const char *name="X") const
[virtual] - scan(Is is)
[virtual] - size(int &m, int &n) const
[virtual] - size() const
- SOR1it(Vector(Type) &xnew, const Vector(Type) &xold, const Vector(Type) &b, real omega, TransposeMode tpmode=NOT_TRANSPOSED) const
[virtual] - sor_work
[protected] - SORsolve(Vector(Type) &y, const Vector(Type) &c, real omega, TransposeMode tpmode=NOT_TRANSPOSED) const
[virtual] - SSOR1it(Vector(Type) &xnew, const Vector(Type) &xold, const Vector(Type) &b, real omega, TransposeMode tpmode=NOT_TRANSPOSED) const
[virtual] - ssor_work
[protected] - SSORsolve(Vector(Type) &y, const Vector(Type) &c, real omega, TransposeMode tpmode=NOT_TRANSPOSED) const
[virtual] - symm_storage
[protected] - symmetricStorage()
[inline] - traceMe(const char *name_of_variable)
- validIndexSet(const VecSimple(int) &ivec, const VecSimple(int) &jvec, const int new_nrows, const int new_ncolumns)
[virtual] - VIRTUAL_CAST(MatEBE(Type))
- ~HandleId()
[virtual] - ~MatEBE(Type)()
[virtual] - ~Matrix(Type)()
[virtual]
Copyright © 2003 inuTech GmbH. All rights reserved.