Home
last modified time | relevance | path

Searched refs:keepSuTerms (Results 1 – 8 of 8) sorted by relevance

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/solvers/
H A DPreconditioner.cpp37 void Preconditioner::toGlobal(StorageType st, AccessType at, SymType symt, bool keepSuTerms) {} in toGlobal() argument
H A DPreconditioner.hpp106 …virtual void toGlobal(StorageType st, AccessType at, SymType symt=_noSymmetry, bool keepSuTerms=fa…
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/
H A DTermMatrix.hpp268 …bool keepSuTerms=false); //!< create global scalar representation o…
H A DTermVector.hpp238 …void toGlobal(bool keepSuTerms=false); //!< go to global scalar representation of …
H A DTermVector.cpp720 void TermVector::toGlobal(bool keepSuTerms) in toGlobal() argument
729 if(keepSuTerms) //copy entries in toGlobal()
806 if(!keepSuTerms) in toGlobal()
H A DTermMatrix.cpp1352 void TermMatrix::toGlobal(StorageType st, AccessType at, SymType symt, bool keepSuTerms) in toGlobal() argument
1431 if (!keepSuTerms) //clear SuTermMatrix's in toGlobal()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/dev/
H A DTermVector.tex233 void toGlobal(bool keepSuTerms=false);
H A DTermMatrix.tex264 void toGlobal(StorageType, AccessType, SymType=_noSymmetry, bool keepSuTerms=false);