Home
last modified time | relevance | path

Searched defs:GridFunctionSpace (Results 1 – 21 of 21) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Dfunctionspace.hh285 …struct GridFunctionSpace< GridPart, FunctionSpace< typename GridPart::ctype, K, GridPart::dimensio… struct
287 … typedef FunctionSpace< typename GridPart::ctype, K, GridPart::dimensionworld, dimRange > Type;
291 …struct GridFunctionSpace< GridPart, MatrixFunctionSpace< typename GridPart::ctype, K, GridPart::di… struct
293 …edef MatrixFunctionSpace< typename GridPart::ctype, K, GridPart::dimensionworld, rows, cols > Type;
297 struct GridFunctionSpace< GridPart, Dune::FieldVector< K, dimRange > > struct
299 … typedef FunctionSpace< typename GridPart::ctype, K, GridPart::dimensionworld, dimRange > Type;
303 struct GridFunctionSpace< GridPart, Dune::FieldMatrix< K, rows, cols > > struct
305 …edef MatrixFunctionSpace< typename GridPart::ctype, K, GridPart::dimensionworld, rows, cols > Type;
309 struct GridFunctionSpace< GridPart, Dune::Dim< dimRange > > struct
311 … GridFunctionSpace< GridPart, Dune::FieldVector< typename GridPart::ctype, dimRange > >::Type Type;
[all …]
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/gridfunctionspace/
H A Dgridfunctionspace.hh183 class GridFunctionSpace class
244GridFunctionSpace (const typename Traits::GridView& gridview, const FEM& fem, const CE& ce, const … in GridFunctionSpace() function in Dune::PDELab::GridFunctionSpace
256GridFunctionSpace (const typename Traits::GridView& gridview, const std::shared_ptr<const FEM>& fe… in GridFunctionSpace() function in Dune::PDELab::GridFunctionSpace
268GridFunctionSpace (const typename Traits::GridView& gridview, const FEM& fem, const B& backend = B… in GridFunctionSpace() function in Dune::PDELab::GridFunctionSpace
280GridFunctionSpace (const typename Traits::GridView& gridview, const std::shared_ptr<const FEM>& fe… in GridFunctionSpace() function in Dune::PDELab::GridFunctionSpace
311 GridFunctionSpace(typename Traits::EntitySet entitySet, const FEM &fem, in GridFunctionSpace() function in Dune::PDELab::GridFunctionSpace
330 GridFunctionSpace(typename Traits::EntitySet entitySet, in GridFunctionSpace() function in Dune::PDELab::GridFunctionSpace
355 GridFunctionSpace(typename Traits::EntitySet entitySet, in GridFunctionSpace() function in Dune::PDELab::GridFunctionSpace
376 GridFunctionSpace(typename Traits::EntitySet entitySet, in GridFunctionSpace() function in Dune::PDELab::GridFunctionSpace
H A Dentityindexcache.hh22 typedef GFS GridFunctionSpace; typedef in Dune::PDELab::EntityIndexCache
H A Ddunefunctionsgridfunctionspace.hh57 class GridFunctionSpace class
475 GridFunctionSpace (std::shared_ptr<DFBasis> df_basis, std::shared_ptr<CE> ce) in GridFunctionSpace() function in Dune::PDELab::Experimental::GridFunctionSpace
483 GridFunctionSpace (std::shared_ptr<DFBasis> df_basis) in GridFunctionSpace() function in Dune::PDELab::Experimental::GridFunctionSpace
H A Ddunefunctionslocalfunctionspace.hh67 using GridFunctionSpace = GFS; typedef
H A Dvtk.hh101 typedef GFS GridFunctionSpace; typedef in Dune::PDELab::vtk::DGFTreeCommonData
H A Dlocalfunctionspace.hh178 typedef GFS GridFunctionSpace; typedef
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/test/
H A Dtestdunefunctionsgfs.cc94 …typedef PDELab::Experimental::GridFunctionSpace<Basis,VectorBackend,Constraints> GridFunctionSpace; in solvePoissonProblem() typedef
224 CON> GridFunctionSpace; in solveParallelPoissonProblem() typedef
H A Dtestconvectiondiffusiondg.cc73 …using GridFunctionSpace = Dune::PDELab::GridFunctionSpace<GridView, FiniteElementMap, Constraints,… in main() typedef
H A Dtestmatrixfree.cc71 …using GridFunctionSpace = Dune::PDELab::GridFunctionSpace<GridView, FiniteElementMap, Constraints,… in main() typedef
H A Dtestoldnewton.cc99 …using GridFunctionSpace = Dune::PDELab::GridFunctionSpace<GridView, FiniteElementMap, Constraints,… in main() typedef
H A Dtestblocklocaloperatorwrapper.cc78 …using GridFunctionSpace = Dune::PDELab::GridFunctionSpace<GridView, FiniteElementMap, Constraints,… in main() typedef
H A Dtestnewton.cc96 …using GridFunctionSpace = Dune::PDELab::GridFunctionSpace<GridView, FiniteElementMap, Constraints,… in main() typedef
H A Dtestinstationary.cc91 …using GridFunctionSpace = Dune::PDELab::GridFunctionSpace<GridView, FiniteElementMap, Constraints,… in main() typedef
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/common/
H A Dborderindexidcache.hh30 typedef GFS GridFunctionSpace; typedef
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/eigen/
H A Dvector.hh47 typedef GFS GridFunctionSpace; typedef in Dune::PDELab::Eigen::VectorContainer
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/simple/
H A Dvector.hh57 typedef GFS GridFunctionSpace; typedef in Dune::PDELab::Simple::VectorContainer
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/function/
H A Ddiscretegridviewfunction.hh93 using GridFunctionSpace = GFS; typedef in Dune::PDELab::DiscreteGridViewFunction
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/backend/istl/
H A Dvector.hh38 typedef GFS GridFunctionSpace; typedef in Dune::PDELab::ISTL::BlockVector
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/test/matrixfree/
H A Dmatrix_free_linear.cc97 …using GridFunctionSpace = Dune::PDELab::GridFunctionSpace<GridView, FiniteElementMap, Constraints,… in main() typedef
H A Dmatrix_free_nonlinear.cc105 …using GridFunctionSpace = Dune::PDELab::GridFunctionSpace<GridView, FiniteElementMap, Constraints,… in main() typedef