#include "basics.hh"#include "toolbox.hh"#include "unitcell.h"#include "hp2D.hh"#include "graphics.hh"#include "operator/denseMatrix.hh"#include <memory>
Go to the source code of this file.
Classes | |
| class | concepts::gfem::InputSol_filename |
| class | concepts::gfem::InputUC_filename |
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
| namespace | concepts::gfem |
Functions | |
| bool | concepts::gfem::loadCoeffVector (std::string filename, concepts::Vector< Cmplx > &coeffs) |
| Loads a coefficient vector from the file filename and store it in coeffs. | |
| void | concepts::gfem::loadEFs (const Space< Real > &uc_space, Unitcell &uc, std::string ef_filename="work/efs.dat") |
| Loads a list of complex valued coefficient vectors from the file ef_filename. | |
| std::auto_ptr< DenseMatrix < Real > > | concepts::gfem::loadRawMatrix (std::string filename) |
| template<class SpaceType , class SpaceTypeUC > | |
| void | concepts::gfem::storeMatlabExt (SpaceType &space, SpaceTypeUC &spaceUC, std::string filename, std::string filenameGrad, concepts::Vector< concepts::Cmplx > sol, std::string additional="", bool restoreQR=true, int graphik=12, std::string quadType_str="trapeze") |
| template<class SpaceType > | |
| void | concepts::gfem::storeMatlabExt (SpaceType &space, std::string filename, std::string filenameGrad, concepts::Vector< concepts::Cmplx > sol, std::string additional="", bool restoreQR=true, int graphik=12, std::string quadType_str="trapeze", bool addPolDegToGraphik=false) |