Home
last modified time | relevance | path

Searched defs:FunctionSpace (Results 1 – 13 of 13) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/linear/test/
H A Dtest-hierarchicallinearoperator.cc43 using FunctionSpace = Dune::Fem::FunctionSpace< typename GridPart::ctype, double, GridPart::dimensi… typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/test/
H A Dtest-tupledgspace.cc44 using FunctionSpace = Dune::Fem::FunctionSpace< typename GridPart::ctype, double, GridPart::dimensi… typedef
H A Dtest-tuplespace.cc44 using FunctionSpace = Dune::Fem::FunctionSpace< typename GridPart::ctype, double, GridPart::dimensi… typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/test/
H A Dtest-hierarchicalfunction.cc45 using FunctionSpace = Dune::Fem::FunctionSpace< typename GridPart::ctype, double, GridPart::dimensi… typedef
H A Dtest-hierarchicalfunction-comm.cc55 using FunctionSpace = Dune::Fem::GridFunctionSpace< GridPart, Dune::Dim< dimRange > >; typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/test/
H A Dtest-hierarchicall2projection.cc51 using FunctionSpace = Dune::Fem::FunctionSpace< typename GridPart::ctype, double, GridPart::dimensi… typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/python/dune/fenics/
H A D_compatibility.py48 def FunctionSpace( mesh, family, degree=1, dimrange=None, **kwargs ): function
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/finitevolume/
H A Dspace.hh138 …efaultLocalRestrictProlong ( const FiniteVolumeSpace< FunctionSpace, GridPart, codim, Storage > & ) in DefaultLocalRestrictProlong()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Dfunctionspace.hh57 class FunctionSpace class
/dports/science/madness/madness-ebb3fd7/src/madness/tensor/
H A Dgmres.h246 FunctionSpace(World &world) : AbstractVectorSpace< in FunctionSpace() function
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/
H A Dp1bubble.hh480 … DefaultLocalRestrictProlong( const BubbleElementSpace< FunctionSpace, GridPart, Storage > &space ) in DefaultLocalRestrictProlong()
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProData.h87 List_T *FunctionSpace , *Constraint , *Formulation; member
356 struct FunctionSpace { struct
357 char *Name;
358 int Type;
359 List_T *BasisFunction, *SubSpace, *GlobalQuantity, *Constraint;
361 struct DofData *DofData, *MainDofData;
579 struct FunctionSpace *FunctionSpace; member
/dports/math/mfem/mfem-4.3/fem/
H A Dfe.hpp221 class FunctionSpace class