Home
last modified time | relevance | path

Searched refs:Dune (Results 1 – 25 of 2608) sorted by relevance

12345678910>>...105

/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/test/
H A Dtestopbfem.cc11 namespace Dune { namespace
31 … const Dune::QuadratureRule<FieldType,d>& rule = Dune::QuadratureRules<FieldType,d>::rule(bt,2*k); in compute()
67 … MassMatrixTest<double,1,1,Dune::GeometryType::cube,Dune::GMPField<512>,BasisType::Pk >::compute(); in testmassmatrix()
68 … MassMatrixTest<double,2,1,Dune::GeometryType::cube,Dune::GMPField<512>,BasisType::Pk >::compute(); in testmassmatrix()
69 … MassMatrixTest<double,3,1,Dune::GeometryType::cube,Dune::GMPField<512>,BasisType::Pk >::compute(); in testmassmatrix()
70 … MassMatrixTest<double,4,1,Dune::GeometryType::cube,Dune::GMPField<512>,BasisType::Pk >::compute(); in testmassmatrix()
71 … MassMatrixTest<double,5,1,Dune::GeometryType::cube,Dune::GMPField<512>,BasisType::Pk >::compute(); in testmassmatrix()
72 … MassMatrixTest<double,6,1,Dune::GeometryType::cube,Dune::GMPField<512>,BasisType::Pk >::compute(); in testmassmatrix()
73 … MassMatrixTest<double,7,1,Dune::GeometryType::cube,Dune::GMPField<512>,BasisType::Pk >::compute(); in testmassmatrix()
142 Dune::PB::testmassmatrix(); in main()
[all …]
H A Dtestutilities.cc39 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in testq1()
47 : public Dune::PDELab::AnalyticGridFunctionBase<Dune::PDELab::AnalyticGridFunctionTraits<GV,RF,1>,
97 typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::ISTL::VectorBackend<>, in testinterpolate()
129 typedef Dune::PDELab::GridFunctionSubSpace<CGFS,Dune::TypeTree::StaticTreePath<0> > SUBGFS0; in testinterpolate()
131 typedef Dune::PDELab::GridFunctionSubSpace<CGFS,Dune::TypeTree::StaticTreePath<1> > SUBGFS1; in testinterpolate()
133 typedef Dune::PDELab::GridFunctionSubSpace<PGFS,Dune::TypeTree::StaticTreePath<0> > PSUBGFS0; in testinterpolate()
135 typedef Dune::PDELab::GridFunctionSubSpace<PGFS,Dune::TypeTree::StaticTreePath<1> > PSUBGFS1; in testinterpolate()
149 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in testinterpolate()
261 typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::ISTL::VectorBackend<>, in testtaylorhood()
329 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in testtaylorhood()
[all …]
H A Dtestgridfunctionspace.cc42 typedef Dune::PDELab::GridFunctionSpace<GV,Q22DFEM,Dune::PDELab::NoConstraints, in testleafgridfunction()
67 typedef Dune::PDELab::PowerGridFunctionSpace<GFS2,17,Dune::PDELab::ISTL::VectorBackend<>, in testleafgridfunction()
85 typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::ISTL::VectorBackend<>, in testleafgridfunction()
88 typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::ISTL::VectorBackend<>, in testleafgridfunction()
91 typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::ISTL::VectorBackend<>, in testleafgridfunction()
94 typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::ISTL::VectorBackend<>, in testleafgridfunction()
97 typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::ISTL::VectorBackend<>, in testleafgridfunction()
100 typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::ISTL::VectorBackend<>, in testleafgridfunction()
103 typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::ISTL::VectorBackend<>, in testleafgridfunction()
106 typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::ISTL::VectorBackend<>, in testleafgridfunction()
[all …]
H A Dtestconstraints.cc18 : public Dune::PDELab::AnalyticGridFunctionBase<Dune::PDELab::AnalyticGridFunctionTraits<GV,RF,1>,
39 : public Dune::PDELab::BoundaryGridFunctionBase<Dune::PDELab::BoundaryGridFunctionTraits<GV,int,1,
46 typedef Dune::PDELab::BoundaryGridFunctionTraits<GV,int,1,Dune::FieldVector<int,1> > Traits;
109 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in testp1()
145 typedef Dune::PDELab::BoundaryGridFunctionTraits<GV,int,m,Dune::FieldVector<int,m> > Traits;
220 typedef Dune::PDELab::GridFunctionSubSpace<P1mGFS,Dune::TypeTree::StaticTreePath<0> > SUB0GFS; in testpowerp1()
222 typedef Dune::PDELab::GridFunctionSubSpace<P1mGFS,Dune::TypeTree::StaticTreePath<1> > SUB1GFS; in testpowerp1()
224 typedef Dune::PDELab::GridFunctionSubSpace<P1mGFS,Dune::TypeTree::StaticTreePath<2> > SUB2GFS; in testpowerp1()
226 typedef Dune::PDELab::GridFunctionSubSpace<P1mGFS,Dune::TypeTree::StaticTreePath<3> > SUB3GFS; in testpowerp1()
244 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in testpowerp1()
[all …]
H A Dtestinterpolate.cc65 typedef Dune::PDELab::GridFunctionSpace<GV,Q22DFEM,Dune::PDELab::NoConstraints, in test_interpolate_old_interface()
70 typedef Dune::PDELab::PowerGridFunctionSpace<GFS2,3,Dune::PDELab::ISTL::VectorBackend<> > PGFS; in test_interpolate_old_interface()
75 Dune::PDELab::ISTL::VectorBackend<>, in test_interpolate_old_interface()
76 Dune::PDELab::LexicographicOrderingTag, in test_interpolate_old_interface()
85 Dune::PDELab::ISTL::VectorBackend<>, in test_interpolate_old_interface()
86 Dune::PDELab::LexicographicOrderingTag, in test_interpolate_old_interface()
116 Dune::PDELab::interpolate(f,gfs,x); in test_interpolate_old_interface()
182 Dune::MPIHelper::instance(argc, argv); in main()
186 Dune::FieldVector<double,2> L(1.0); in main()
188 Dune::YaspGrid<2> grid(L,N); in main()
[all …]
H A Dtestdatahandle.cc91 gfs1.gridView().communicate(adddh,Dune::All_All_Interface,Dune::ForwardCommunication); in testdatahandle()
93 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in testdatahandle()
110 …typedef Dune::PDELab::PowerGridFunctionSpace<GFS1,3,VBE,Dune::PDELab::EntityBlockedOrderingTag> PG… in testdatahandle()
164 typedef Dune::PDELab::GridFunctionSpace<GV,Q22DFEM,Dune::PDELab::NoConstraints, in testdatahandle()
202 …typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::GridFunctionSpaceLexicographicMappe… in testdatahandle()
205 …typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::GridFunctionSpaceLexicographicMappe… in testdatahandle()
208 …typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::GridFunctionSpaceLexicographicMappe… in testdatahandle()
211 …typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::GridFunctionSpaceLexicographicMappe… in testdatahandle()
214 …typedef Dune::PDELab::CompositeGridFunctionSpace<Dune::PDELab::GridFunctionSpaceLexicographicMappe… in testdatahandle()
237 Dune::MPIHelper& helper = Dune::MPIHelper::instance(argc, argv); in main()
[all …]
H A Dtestordering.cc120 …typedef Dune::PDELab::PowerGridFunctionSpace<GFS1,3,VBE,Dune::PDELab::InterleavedOrderingTag> P1GF… in testleafgridfunction()
131 typedef Dune::PDELab::ISTL::VectorBackend<Dune::PDELab::ISTL::Blocking::fixed> NVBE; in testleafgridfunction()
135 …using EPGFS = Dune::PDELab::PowerGridFunctionSpace<EGFS,3,VBE,Dune::PDELab::InterleavedOrderingTag… in testleafgridfunction()
142 …typedef Dune::PDELab::PowerGridFunctionSpace<EPGFS,2,NVBE,Dune::PDELab::InterleavedOrderingTag> PG… in testleafgridfunction()
148 …typedef Dune::PDELab::PowerGridFunctionSpace<GFS1,3,VBE,Dune::PDELab::EntityBlockedOrderingTag> P2… in testleafgridfunction()
151 …typedef Dune::PDELab::PowerGridFunctionSpace<P2GFS,2,NVBE,Dune::PDELab::EntityBlockedOrderingTag> … in testleafgridfunction()
157 …typedef Dune::PDELab::PowerGridFunctionSpace<GFS1,3,VBE,Dune::PDELab::EntityBlockedOrderingTag> EB… in testleafgridfunction()
243 typedef Dune::ALUGrid<2,2,Dune::cube,Dune::nonconforming> Grid; in main()
244 Dune::FieldVector<double,2> l(0.0); in main()
258 typedef Dune::ALUGrid<2,2,Dune::simplex,Dune::conforming> Grid; in main()
[all …]
H A Dtestfunction.cc19 Dune::PDELab::FunctionTraits<T,2,Dune::FieldVector<T,2>,
35 Dune::PDELab::FunctionTraits<T,2,Dune::FieldVector<T,2>,
88 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in testvtkexport()
96 Dune::PDELab::GridFunctionTraits<G,T,1,Dune::FieldVector<T,1> >,
179 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in testfunctiontree()
203 Dune::PDELab::interpolate(f,gfs,x); in testgridviewfunction()
261 Dune::FieldVector<float,2> x; in main()
263 Dune::FieldVector<float,1> y; in main()
268 Dune::FieldVector<float,2> u; in main()
274 Dune::YaspGrid<2> grid(L,N); in main()
[all …]
H A Dtestpermutedordering.cc101 …typedef Dune::PDELab::PowerGridFunctionSpace<GFS1,3,VBE,Dune::PDELab::InterleavedOrderingTag> P1GF… in testpermutedordering()
111 typedef Dune::PDELab::ISTL::VectorBackend<Dune::PDELab::ISTL::Blocking::fixed,6> NVBE; in testpermutedordering()
136 Dune::PDELab::ordering::Permuted<Dune::PDELab::LexicographicOrderingTag> in testpermutedordering()
148Dune::PDELab::ordering::Permuted<Dune::PDELab::ordering::Permuted<Dune::PDELab::LexicographicOrder… in testpermutedordering()
160 Dune::PDELab::ordering::Permuted<Dune::PDELab::EntityBlockedOrderingTag> in testpermutedordering()
172Dune::PDELab::ordering::Permuted<Dune::PDELab::ordering::Permuted<Dune::PDELab::EntityBlockedOrder… in testpermutedordering()
196 Dune::PDELab::ordering::Permuted<Dune::PDELab::EntityBlockedOrderingTag>, in testpermutedordering()
208Dune::PDELab::ordering::Permuted<Dune::PDELab::ordering::Permuted<Dune::PDELab::EntityBlockedOrder… in testpermutedordering()
235 Dune::PDELab::ordering::Permuted<Dune::PDELab::LexicographicOrderingTag>, in testpermutedordering()
247Dune::PDELab::ordering::Permuted<Dune::PDELab::ordering::Permuted<Dune::PDELab::LexicographicOrder… in testpermutedordering()
[all …]
H A Dtestpoisson.cc213 Dune::Timer patternTimer; in poisson()
255 Dune::InverseOperatorResult stat; in poisson()
264 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in poisson()
284 Dune::YaspGrid<2> grid(L,N); in main()
305 Dune::YaspGrid<2> grid(L,N); in main()
326 Dune::YaspGrid<3> grid(L,N); in main()
347 Dune::YaspGrid<3> grid(L,N); in main()
367 … std::shared_ptr<Dune::UGGrid<2> > grid(TriangulatedUnitSquareMaker<Dune::UGGrid<2> >::create()); in main()
410 using ALUType = Dune::ALUGrid<2, 2, Dune::simplex, Dune::nonconforming>; in main()
411 … = Dune::StructuredGridFactory<ALUType>::createSimplexGrid(Dune::FieldVector<ALUType::ctype, 2>(0.… in main()
[all …]
H A Dtestlaplacedirichletp12d.cc21 : public Dune::PDELab::AnalyticGridFunctionBase<Dune::PDELab::AnalyticGridFunctionTraits<GV,RF,1>,
42 : public Dune::PDELab::BoundaryGridFunctionBase<Dune::PDELab::BoundaryGridFunctionTraits<GV,int,1,
49 typedef Dune::PDELab::BoundaryGridFunctionTraits<GV,int,1,Dune::FieldVector<int,1> > Traits;
107 typedef Dune::PDELab::GridOperator< in testp1()
109 Dune::PDELab::LaplaceDirichletP12D,C,C,Dune::PDELab::ISTLBCRSMatrixBackend<1,1> > GOS; in testp1()
125 Dune::MatrixAdapter<M,V,V> opa(m); in testp1()
129 Dune::SeqILU0<M,V,V> ilu0(m,1.0); in testp1()
146 Dune::InverseOperatorResult stat; in testp1()
159 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in testp1()
171 … std::shared_ptr<Dune::UGGrid<2> > uggrid(TriangulatedUnitSquareMaker<Dune::UGGrid<2> >::create()); in main()
[all …]
H A Dtestrt0.cc23 : public Dune::PDELab::AnalyticGridFunctionBase<Dune::PDELab::AnalyticGridFunctionTraits<GV,RF,1>,
43 : public Dune::PDELab::AnalyticGridFunctionBase<Dune::PDELab::AnalyticGridFunctionTraits<GV,RF,2>,
79 …typedef Dune::PDELab::RaviartThomasLocalFiniteElementMap<GV,DF,double,0,Dune::GeometryType::simple… in testrt0()
105 Dune::PDELab::interpolate(f,p0gfs,p0xg); in testrt0()
115 Dune::VTKWriter<GV> vtkwriter(gv,Dune::VTK::conforming); in testrt0()
129 Dune::FieldVector<double,2> L(1.0); in main()
131 Dune::YaspGrid<2> grid(L,N); in main()
138 std::shared_ptr<Dune::UGGrid<2> > uggrid(TriangulatedLDomainMaker<Dune::UGGrid<2> >::create()); in main()
150 using ALUType = Dune::ALUGrid<2, 2, Dune::simplex, Dune::nonconforming>; in main()
151 … = Dune::StructuredGridFactory<ALUType>::createSimplexGrid(Dune::FieldVector<ALUType::ctype, 2>(0.… in main()
[all …]
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/test/
H A Dsuperlutest.cc33 Dune::Timer watch; in runSuperLU()
60 template class Dune::SuperLU<Dune::BCRSMatrix<float>>;
61 template class Dune::SuperLU<Dune::BCRSMatrix<Dune::FieldMatrix<float,1,1> >>;
62 template class Dune::SuperLU<Dune::BCRSMatrix<Dune::FieldMatrix<float,2,2> >>;
66 template class Dune::SuperLU<Dune::BCRSMatrix<double>>;
67 template class Dune::SuperLU<Dune::BCRSMatrix<Dune::FieldMatrix<double,1,1> >>;
68 template class Dune::SuperLU<Dune::BCRSMatrix<Dune::FieldMatrix<double,2,2> >>;
73 template class Dune::SuperLU<Dune::BCRSMatrix<Dune::FieldMatrix<std::complex<float>,1,1> >>;
74 template class Dune::SuperLU<Dune::BCRSMatrix<Dune::FieldMatrix<std::complex<float>,2,2> >>;
79 template class Dune::SuperLU<Dune::BCRSMatrix<Dune::FieldMatrix<std::complex<double>,1,1> >>;
[all …]
H A Diotest.cc18 typedef Dune::BCRSMatrix<BlockType> Matrix; in testWriteMatrixToMatlab()
37 Dune::writeVectorToMatlabHelper(v, std::cout); in testWriteVectorToMatlab()
77 Dune::BlockVector<Dune::FieldVector<double,3> > v1 = {{1.0, 2.0, 3.0}}; in main()
78 Dune::writeVectorToMatlabHelper(v1, std::cout); in main()
79Dune::BlockVector<Dune::BlockVector<Dune::FieldVector<double,1> > > v2 = {{1.0, 2.0}, {3.0, 4.0, 5… in main()
91 Dune::BCRSMatrix<double> matrix; in main()
96 Dune::BCRSMatrix<Dune::FieldMatrix<double,1,1> > matrix; in main()
101 Dune::BCRSMatrix<Dune::FieldMatrix<double,2,3> > matrix; in main()
108 Dune::Matrix<double> matrix(3,3); in main()
113 Dune::Matrix<Dune::FieldMatrix<double,1,1> > matrix(3,3); in main()
[all …]
H A Ddotproducttest.cc33 Dune::TestSuite t; in DotProductTest()
139 Dune::TestSuite t; in main()
144 …t.subTest(DotProductTest<Dune::BlockVector<Dune::FieldVector<int,BlockSize> >, Dune::BlockVector<D… in main()
145 …t.subTest(DotProductTest<Dune::VariableBlockVector<Dune::FieldVector<int,1> >, Dune::VariableBlock… in main()
147 …t.subTest(DotProductTest<Dune::BlockVector<Dune::FieldVector<float,BlockSize> >, Dune::BlockVector… in main()
148 …t.subTest(DotProductTest<Dune::VariableBlockVector<Dune::FieldVector<float,1> >, Dune::VariableBlo… in main()
150 …t.subTest(DotProductTest<Dune::BlockVector<Dune::FieldVector<float,BlockSize> >, Dune::BlockVector… in main()
151 …t.subTest(DotProductTest<Dune::VariableBlockVector<Dune::FieldVector<float,1> >, Dune::VariableBlo… in main()
153 …t.subTest(DotProductTest<Dune::BlockVector<Dune::FieldVector<double,BlockSize> >, Dune::BlockVecto… in main()
156 …t.subTest(DotProductTest<Dune::BlockVector<Dune::FieldVector<double,BlockSize> >, Dune::BlockVecto… in main()
[all …]
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/test/
H A Dboundscheckingmvtest.cc13 Dune::FieldVector<double, 2> b(0); in main()
18 } catch (const Dune::RangeError&) { in main()
26 Dune::FieldVector<double, 3> b(0); in main()
31 } catch (const Dune::RangeError&) { in main()
40 Dune::FieldVector<double, 2> b(0); in main()
45 } catch (const Dune::RangeError&) { in main()
53 Dune::FieldVector<double, 3> b(0); in main()
58 } catch (const Dune::RangeError&) { in main()
72 } catch (const Dune::RangeError&) { in main()
85 } catch (const Dune::RangeError&) { in main()
[all …]
H A Dboundscheckingtest.cc16 Dune::FieldVector<double, 1> v = {1}; in main()
21 } catch (const Dune::RangeError&) { in main()
33 } catch (const Dune::RangeError&) { in main()
45 } catch (const Dune::RangeError&) { in main()
55 } catch (const Dune::RangeError&) { in main()
67 } catch (const Dune::RangeError&) { in main()
77 } catch (const Dune::RangeError&) { in main()
90 } catch (const Dune::RangeError&) { in main()
259 Dune::BitSetVector<3> b(10); in main()
283 Dune::BitSetVector<3> b(10); in main()
[all …]
H A Dmathclassifierstest.cc34 << Dune::isNaN(complex_nonan) << "\n" in main()
36 << Dune::isNaN(complex_nan1) << " " in main()
37 << Dune::isNaN(complex_nan2) << " " in main()
38 << Dune::isNaN(complex_nan3) << "\n" in main()
47 << Dune::isInf(complex_noinf) << "\n" in main()
49 << Dune::isInf(complex_inf1) << " " in main()
50 << Dune::isInf(complex_inf2) << " " in main()
51 << Dune::isInf(complex_inf3) << "\n" in main()
62 << Dune::isFinite(complex_inf1) << " " in main()
63 << Dune::isFinite(complex_inf2) << " " in main()
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/python/dune/grid/
H A D_grid.cc17 partitionType.value( "Interior", Dune::InteriorEntity ); in PYBIND11_MODULE()
18 partitionType.value( "Border", Dune::BorderEntity ); in PYBIND11_MODULE()
19 partitionType.value( "Overlap", Dune::OverlapEntity ); in PYBIND11_MODULE()
20 partitionType.value( "Front", Dune::FrontEntity ); in PYBIND11_MODULE()
21 partitionType.value( "Ghost", Dune::GhostEntity ); in PYBIND11_MODULE()
28 interfaceType.value( "All_All", Dune::All_All_Interface ); in PYBIND11_MODULE()
47 marker.value( "coarsen", Dune::Python::Marker::Coarsen ); in PYBIND11_MODULE()
48 marker.value( "keep", Dune::Python::Marker::Keep ); in PYBIND11_MODULE()
49 marker.value( "refine", Dune::Python::Marker::Refine ); in PYBIND11_MODULE()
58 reader.value( "dgf", Dune::Python::Reader::dgf ); in PYBIND11_MODULE()
[all …]
/dports/math/dune-localfunctions/dune-localfunctions-f6628171b2773065ab43f97a77f47cd8c4283d8f/dune/localfunctions/test/
H A Draviartthomaselementtest.cc21Dune::RaviartThomasSimplexLocalFiniteElement<2,double,double> rt0simplex2dlfem(Dune::GeometryTypes… in main()
24Dune::RaviartThomasSimplexLocalFiniteElement<2,double,double> rt1simplex2dlfem(Dune::GeometryTypes… in main()
27Dune::RaviartThomasSimplexLocalFiniteElement<3,double,double> rt0simplex3dlfem(Dune::GeometryTypes… in main()
102 Dune::RT02DLocalFiniteElement<double,double> rt02dlfemDedicated; in main()
106 Dune::RT02DLocalFiniteElement<double,double> rt02dlfemDedicated(s); in main()
110 Dune::RT12DLocalFiniteElement<double,double> rt12dlfemDedicated; in main()
114 Dune::RT12DLocalFiniteElement<double,double> rt12dlfemDedicated(s); in main()
118 Dune::RT03DLocalFiniteElement<double,double> rt03dlfemDedicated; in main()
144 TEST_FE(lagrangeLFECache.get(Dune::GeometryTypes::simplex(2))); in main()
145 TEST_FE(lagrangeLFECache.get(Dune::GeometryTypes::cube(2))); in main()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/test/
H A Dinverseoperatortest.cc74 using GridType = Dune::YaspGrid< dim >;
147 if( Dune::Fem::Parameter::verbose() || (Dune::Fem::MPIManager::rank() == 0 && !pass) ) in apply()
156 if( Dune::Fem::Parameter::verbose() || (Dune::Fem::MPIManager::rank() == 0 && !pass) ) in apply()
166 if( Dune::Fem::Parameter::verbose() || (Dune::Fem::MPIManager::rank() == 0 && !pass) ) in apply()
169 auto param = Dune::Fem::parameterDict("fem.solver", "method",Dune::Fem::SolverParameter::cg); in apply()
175 if( Dune::Fem::Parameter::verbose() || (Dune::Fem::MPIManager::rank() == 0 && !pass) ) in apply()
184 if( Dune::Fem::Parameter::verbose() || (Dune::Fem::MPIManager::rank() == 0 && !pass) ) in apply()
192 if( Dune::Fem::Parameter::verbose() || (Dune::Fem::MPIManager::rank() == 0 && !pass) ) in apply()
201 if( Dune::Fem::Parameter::verbose() || (Dune::Fem::MPIManager::rank() == 0 && !pass) ) in apply()
270 Dune::Fem::SolverParameter param( Dune::Fem::parameterDict( in main()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/test/
H A Dtest-cachingbasisfunctionset.cc38 #define Storage Dune::Fem::CodegenStorage
43 #define Storage Dune::Fem::CachingStorage
62 …typedef Dune::Fem::CachingQuadrature< GridPartType, 0, Dune::Fem::DefaultQuadratureTraits > Quadra… in traverse()
65 …typedef Dune::Fem::CachingQuadrature< GridPartType, 0, Dune::Fem::GaussLobattoQuadratureTraits > G… in traverse()
80 typedef Dune::FieldVector< double, 7 > ErrorType; in traverse()
98 …typedef Dune::Fem::LagrangeFiniteElementMap< ScalarFunctionSpaceType, GridPartType, Dune::GaussLob… in traverse()
175 Dune::Fem::MPIManager::initialize( argc, argv ); in main()
177 Dune::Fem::Parameter::append( argc, argv ); in main()
180 typedef Dune::GridSelector::GridType GridType; in main()
181 GridType &grid = Dune::Fem::TestGrid::grid(); in main()
[all …]
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/test/matrixfree/
H A Dmatrix_free_linear.cc68 Dune::MPIHelper::instance(argc, argv); in main()
71 Dune::ParameterTree initree; in main()
78 Dune::FieldVector<double,dim> lowerleft(0.0); in main()
79 Dune::FieldVector<double,dim> upperright(1.0); in main()
81 using Grid = Dune::YaspGrid<dim>; in main()
95 using Constraints = Dune::PDELab::NoConstraints; in main()
96 …using VectorBackend = Dune::PDELab::ISTL::VectorBackend<Dune::PDELab::ISTL::Blocking::fixed, Dune:… in main()
196 Dune::PDELab::BlockSolverOptions blockSolverOptions; in main()
286 …using LinearSolverMatrixFree = Dune::PDELab::ISTLBackend_SEQ_MatrixFree_Base<GridOperator, ABJPLOP… in main()
339 …using LinearSolverMatrixFree = Dune::PDELab::ISTLBackend_SEQ_MatrixFree_Base<GridOperator, IBJPLOP… in main()
[all …]
H A Dmatrix_free_nonlinear.cc76 Dune::MPIHelper::instance(argc, argv); in main()
79 Dune::ParameterTree initree; in main()
86 Dune::FieldVector<double,dim> lowerleft(0.0); in main()
87 Dune::FieldVector<double,dim> upperright(1.0); in main()
89 using Grid = Dune::YaspGrid<dim>; in main()
103 using Constraints = Dune::PDELab::NoConstraints; in main()
104 …using VectorBackend = Dune::PDELab::ISTL::VectorBackend<Dune::PDELab::ISTL::Blocking::fixed, Dune:… in main()
202 Dune::PDELab::BlockSolverOptions blockSolverOptions; in main()
293 …using LinearSolverMatrixFree = Dune::PDELab::ISTLBackend_SEQ_MatrixFree_Base<GridOperator, ABJPLOP… in main()
347 …using LinearSolverMatrixFree = Dune::PDELab::ISTLBackend_SEQ_MatrixFree_Base<GridOperator, IBJPLOP… in main()
[all …]
/dports/math/dune-geometry/dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b/dune/geometry/test/
H A Dtest-affinegeometry.cc14 static Dune::FieldVector< ctype, cdim >
15 map ( const Dune::FieldMatrix< ctype, mydim, mydim > &A, in map()
16 const Dune::FieldMatrix< ctype, cdim, cdim > &B, in map()
17 const Dune::FieldVector< ctype, mydim > &x ) in map()
20 Dune::FieldVector< ctype, mydim > Ax; in map()
24 Dune::FieldVector< ctype, cdim > eAx( 0 ); in map()
29 Dune::FieldVector< ctype, cdim > y; in map()
36 static bool testAffineGeometry ( Dune::Transitional::ReferenceElement< ctype, Dune::Dim<mydim> > re… in testAffineGeometry()
90 Dune::FieldVector< ctype, mydim > e( ctype( 0 ) ); in testAffineGeometry()
113 Dune::FieldMatrix< ctype, mydim, mydim > A; in testAffineGeometry()
[all …]

12345678910>>...105