graphics::MatlabElasticityGraphics Member List

This is the complete list of members for graphics::MatlabElasticityGraphics, including all inherited members.

add(const T &u, const std::string varName, enum matio_compression compress=MAT_COMPRESSION_NONE)concepts::MatfileIOinline
add_(const SparseMatrix< T > &sparseM, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const DiagonalMatrix< T > &diagM, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const ElementMatrix< T > &dense, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const Array< Point< Real, dim > > &array, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const Array< Point< Cmplx, dim > > &array, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const Array< T > &array, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const Vector< T > &vec, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const std::vector< T > &vec, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const Mapping< Real, dim > &map, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const Mapping< Cmplx, dim > &map, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const Point< Real, dim > &point, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const Point< Cmplx, dim > &point, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const Real &scalar, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const Cmplx &scalar, const std::string &varName, enum matio_compression compress)concepts::MatfileIOprivate
add_(const int scalar, const std::string &str, enum matio_compression compress)concepts::MatfileIOprivate
add_(const uint scalar, const std::string &str, enum matio_compression compress)concepts::MatfileIOprivate
addFunction(const concepts::Space< G > &spc, const std::string name, const concepts::ElementFormula< F, G > &frm)graphics::MatlabBinaryGraphics
addSolution(const concepts::Space< G > &spc, const std::string name, const concepts::Vector< F > &sol, const concepts::ElementFunction< F, G > *fun=0)graphics::MatlabBinaryGraphics
addSpace_(const concepts::Space< G > &spc)graphics::MatlabBinaryGraphicsprotected
assertCmplx(const std::string &varName) constconcepts::MatfileIO
assertDiagStructur_(matvar_t *&var) constconcepts::MatfileIOprivate
assertDimension_(uint dim, uint vardim) constconcepts::MatfileIOprivate
assertExistence(const std::string &varName) constconcepts::MatfileIO
assertOpenFile_(mat_t *file) constconcepts::MatfileIOprivate
assertQuadratic(const std::string &varName) constconcepts::MatfileIO
assertQuadratic_(matvar_t *&var) constconcepts::MatfileIOprivate
assertScalar_(matvar_t *&var) constconcepts::MatfileIOprivate
assertVar_(matvar_t *var) constconcepts::MatfileIOprivate
assertVar_(mat_sparse_t *var) constconcepts::MatfileIOprivate
assertVector(const std::string &varName) constconcepts::MatfileIO
assertVector_(matvar_t *&var) constconcepts::MatfileIOprivate
clear()concepts::MatfileIO
close()concepts::MatfileIO
createDenseCmplx_(uint m, uint n, const std::string &varName, Real *&realP, Real *&imgP)concepts::MatfileIOprivate
createDenseReal_(uint m, uint n, const std::string &varName, Real *&dataAccP)concepts::MatfileIOprivate
data_graphics::MatlabBinaryGraphicsprotected
DenseMatrixGraphics()graphics::DenseMatrixGraphics
exists(const std::string &varName) constconcepts::MatfileIO
filename() constconcepts::MatfileIOinline
fileName_concepts::MatfileIOprivate
get(T &u, const std::string varName)concepts::MatfileIOinline
get_(SparseMatrix< T > &sparse, matvar_t *&matvar)concepts::MatfileIOprivate
get_(DiagonalMatrix< T > &sparse, matvar_t *&matvar)concepts::MatfileIOprivate
get_(ElementMatrix< T > &dense, matvar_t *&matvar)concepts::MatfileIOprivate
get_(DenseMatrix< T > &dense, matvar_t *&matvar)concepts::MatfileIOprivate
get_(Array< T > &arr, matvar_t *&matvar)concepts::MatfileIOprivate
get_(Vector< T > &vec, matvar_t *&matvar)concepts::MatfileIOprivate
get_(std::vector< T > &seq, matvar_t *&matvar)concepts::MatfileIOprivate
get_(std::vector< Vector< T > > &seq, matvar_t *&matvar)concepts::MatfileIOprivate
get_(Mapping< Real, dim > &map, matvar_t *&matvar)concepts::MatfileIOprivate
get_(Mapping< Cmplx, dim > &map, matvar_t *&matvar)concepts::MatfileIOprivate
get_(Point< Real, dim > &point, matvar_t *&matvar)concepts::MatfileIOprivate
get_(Point< Cmplx, dim > &point, matvar_t *&matvar)concepts::MatfileIOprivate
get_(Real &scalar, matvar_t *&matvar)concepts::MatfileIOprivate
get_(Cmplx &scalar, matvar_t *&matvar)concepts::MatfileIOprivate
get_(int &scalar, matvar_t *&matvar)concepts::MatfileIOprivate
get_(uint &scalar, matvar_t *&matvar)concepts::MatfileIOprivate
getFunction(const concepts::Space< G > &spc, const concepts::ElementFormula< F, G > &frm)graphics::DenseMatrixGraphicsprotected
getMesh(concepts::Mesh &msh, const uint points=5)graphics::DenseMatrixGraphicsprotected
getSolution(const concepts::Space< G > &spc, const concepts::Vector< F > &sol, const concepts::ElementFunction< F, G > *fun=0)graphics::DenseMatrixGraphicsprotected
getSpace(const concepts::Space< G > &spc)graphics::DenseMatrixGraphicsprotected
hasDiagStructur_(matvar_t *var) constconcepts::MatfileIOprivate
info(std::ostream &os) constconcepts::MatfileIOprotectedvirtual
isCmplx(const std::string &varName) constconcepts::MatfileIO
isCmplx_(matvar_t *var) constconcepts::MatfileIOinlineprivate
isDense(const std::string &varName) constconcepts::MatfileIO
isDense_(matvar_t *var) constconcepts::MatfileIOinlineprivate
isEmpty() constconcepts::MatfileIOinline
isInt(const std::string &varName) constconcepts::MatfileIO
isInt_(matvar_t *var) constconcepts::MatfileIOinlineprivate
isOpen() constconcepts::MatfileIOinline
isQuadratic_(matvar_t *var) constconcepts::MatfileIOinlineprivate
isReal(const std::string &varName) constconcepts::MatfileIO
isReal_(matvar_t *var) constconcepts::MatfileIOinlineprivate
isScalar(const std::string &varName) constconcepts::MatfileIO
isScalar_(matvar_t *var) constconcepts::MatfileIOprivate
isSparse(const std::string &varName) constconcepts::MatfileIO
isSparse_(matvar_t *var) constconcepts::MatfileIOinlineprivate
isUint(const std::string &varName) constconcepts::MatfileIO
isUint_(matvar_t *var) constconcepts::MatfileIOinlineprivate
isVector_(matvar_t *var) constconcepts::MatfileIOprivate
lengthVector(const std::string &varName) constconcepts::MatfileIO
lengthVector_(matvar_t *var) constconcepts::MatfileIOprivate
mat_concepts::MatfileIOprivate
matfileEnding_(const std::string &filename)concepts::MatfileIOprivate
MatfileIO(const std::string filename)concepts::MatfileIO
MatlabBinaryGraphics(const std::string filename)graphics::MatlabBinaryGraphics
MatlabBinaryGraphics(const concepts::Space< G > &spc, const std::string filename)graphics::MatlabBinaryGraphics
MatlabBinaryGraphics(concepts::Mesh &msh, const std::string filename, const uint points=5)graphics::MatlabBinaryGraphics
MatlabBinaryGraphics(const concepts::Space< G > &spc, const std::string filename, const concepts::Vector< F > &sol, const concepts::ElementFunction< F, G > *fun=0)graphics::MatlabBinaryGraphics
MatlabBinaryGraphics(const concepts::Space< G > &spc, const std::string filename, const concepts::Vector< F > &sol, const std::string varName, const concepts::ElementFunction< F, G > *fun=0)graphics::MatlabBinaryGraphics
MatlabBinaryGraphics(const concepts::Space< G > &spc, const std::string filename, std::vector< concepts::Vector< F > > &sol, const concepts::ElementFunction< F, G > *fun=0)graphics::MatlabBinaryGraphics
MatlabBinaryGraphics(const concepts::Space< G > &spc, const std::string filename, const concepts::ElementFormula< F, G > &frm)graphics::MatlabBinaryGraphics
MatlabElasticityGraphics(const concepts::Space< G > &spc, const std::string &filename, const concepts::Vector< F > &sol_u1, const concepts::Vector< F > &sol_u2, F lambda, F mu, bool plain_stress)graphics::MatlabElasticityGraphics
matvar_concepts::MatfileIOprivate
matvar_str_concepts::MatfileIOprivate
matvar_str_cur_concepts::MatfileIOprivate
noPointsgraphics::DenseMatrixGraphicsstatic
overWrite(bool toOverWrite)concepts::MatfileIOinline
overWrite_concepts::MatfileIOprivate
remove(const std::string varName)concepts::MatfileIO
reopen()concepts::MatfileIO
storeData_(DenseMatrixCollection< G > &dense_ptr_)graphics::MatlabBinaryGraphicsprotected
wrongField_(matvar_t *&var) constconcepts::MatfileIOprivate
wrongStructure_(matvar_t *&var) constconcepts::MatfileIOprivate
~DenseMatrixGraphics()graphics::DenseMatrixGraphicsvirtual
~MatfileIO()concepts::MatfileIOinlinevirtual
~MatlabBinaryGraphics()graphics::MatlabBinaryGraphicsvirtual
~MatlabElasticityGraphics()graphics::MatlabElasticityGraphicsinlinevirtual
~OutputOperator()concepts::OutputOperatorvirtual
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich