Home
last modified time | relevance | path

Searched refs:DGF (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/print/lout/lout-3.40/
H A Dz20.c85 debug3(DGF, DD, "ParentFlush(%s, %s, %s)", in ParentFlush()
94 debug0(DGF, DD, "ParentFlush returning."); in ParentFlush()
259 debug0(DGF, D, "] FlushGalley returning ATTACH_NULL"); in FlushGalley()
486 debug1(DGF, DD, " reject (a) %s", EchoObject(y)); in FlushGalley()
602 debug1(DGF, DD, " setting dest_perp_constr = %s", in FlushGalley()
624 debug3(DGF, DD, " b,f: %s,%s; dest_encl: %s", in FlushGalley()
672 debug1(DGF, DD, " reject (b) %s", EchoObject(y)); in FlushGalley()
706 debug1(DGF, DD, " reject (c) %s", EchoObject(y)); in FlushGalley()
771 debug0(DGF, DD, " galley empty now"); in FlushGalley()
883 debug1(DGF, D, " suspend %s", EchoIndex(y)); in FlushGalley()
[all …]
H A Dz18.c232 debug0(DGF,D, ""); in TransferBegin()
233 debug1(DGF,D, " calling FlushGalley(%s) from TransferBegin, root_galley =", in TransferBegin()
235 ifdebug(DGF, D, DebugGalley(root_galley, nilobj, 4)); in TransferBegin()
386 debug0(DGF, D, " calling FlushInners() from TransferComponent (a)"); in TransferComponent()
393 debug0(DGF, D, " calling FlushInners() from TransferComponent (b)"); in TransferComponent()
401 debug0(DGF, D, " calling FlushGalley from TransferComponent"); in TransferComponent()
483 debug0(DGF, D, " calling FlushInners() from TransferEnd (a)"); in TransferEnd()
490 debug0(DGF, D, " calling FlushInners() from TransferEnd (b)"); in TransferEnd()
498 debug0(DGF, D, " calling FlushGalley from TransferEnd"); in TransferEnd()
527 debug0(DGF, D, " calling FlushInners() from TransferClose"); in TransferClose()
[all …]
H A Dz22.c92 ifdebug(DGF, D, in FlushInners()
134 debug0(DGF, D, ""); in FlushInners()
144 debug0(DGF, D, "] FlushInners returning (PrintSym)"); in FlushInners()
210 debug0(DGF, D, "] FlushInners returning"); in FlushInners()
319 debug0(DGF, D, "FindSplitInGalley(hd)"); in FindSplitInGalley()
326 ifdebug(DGF, D, DebugObject(hd)); in FindSplitInGalley()
392 ifdebug(DGF, D, DebugObject(hd)); in FindSplitInGalley()
403 debug0(DGF, D, "FindSplitInGalley returning."); in FindSplitInGalley()
784 ifdebug(DGF, D, DebugObject(z)); in Promote()
1070 debug2(DGF, D, "[ KillGalley(Galley %s into %s)", in KillGalley()
[all …]
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/gridfunctionspace/
H A Dvtk.hh437 template<typename DGF, typename TreePath>
438 void add_to_vtk_writer(const std::shared_ptr<DGF>& dgf, TreePath tp) in add_to_vtk_writer()
443 case DGF::Output::vertexData: in add_to_vtk_writer()
446 case DGF::Output::cellData: in add_to_vtk_writer()
447 … vtk_writer.addCellData(std::make_shared<VTKGridFunctionAdapter<DGF> >(dgf,name.c_str())); in add_to_vtk_writer()
592 typedef Function<LFS,Data,Params...> DGF; in addCellFunction() typedef
594 std::make_shared<VTKGridFunctionAdapter<DGF> >( in addCellFunction()
595 std::make_shared<DGF>( in addCellFunction()
618 typedef Function<LFS,Data,Params...> DGF; in addVertexFunction() typedef
620 std::make_shared<VTKGridFunctionAdapter<DGF> >( in addVertexFunction()
[all …]
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/test/
H A Dtest-instationary-with-boundary-constraints.cc177 typedef Dune::PDELab::DiscreteGridFunction<typename FS::GFS,V> DGF; in do_simulation() typedef
178 DGF xdgf_implicit(fs.getGFS(),x_implicit); in do_simulation()
179 DGF xdgf_explicit(fs.getGFS(),x_explicit); in do_simulation()
180 …vtkwriter.addVertexData(std::make_shared<Dune::PDELab::VTKGridFunctionAdapter<DGF> >(xdgf_implicit… in do_simulation()
181 …vtkwriter.addVertexData(std::make_shared<Dune::PDELab::VTKGridFunctionAdapter<DGF> >(xdgf_explicit… in do_simulation()
206 DGF xdgf_implicit_after(fs.getGFS(),x_implicit); in do_simulation()
207 DGF xdgf_explicit_after(fs.getGFS(),x_explicit); in do_simulation()
208 typedef Dune::PDELab::DifferenceSquaredAdapter<G,DGF> DifferenceSquared; in do_simulation()
219 typedef Dune::PDELab::DifferenceSquaredAdapter<DGF,DGF> DifferenceSquaredCompare; in do_simulation()
H A Dtestdglegendre.cc160 typename FS::DGF xdgf(fs.getGFS(),x); in solveProblem()
210 FS::DGF xdgf(fs.getGFS(),x); in main()
211 FS2::DGF xdgf2(fs2.getGFS(),x2); in main()
212 typedef Dune::PDELab::DifferenceSquaredAdapter<FS::DGF,FS2::DGF> DifferenceSquared; in main()
H A Dtest-transport-ccfv.cc220 typedef Dune::PDELab::DiscreteGridFunction<GFS,V> DGF; in stationary() typedef
221 DGF xdgf(gfs,x); in stationary()
223 …vtkwriter.addCellData(std::make_shared<Dune::PDELab::VTKGridFunctionAdapter<DGF> >(xdgf,"solution"… in stationary()
304 typedef Dune::PDELab::DiscreteGridFunction<GFS,V> DGF; in implicit_scheme() typedef
305 DGF xdgf(gfs,xold); in implicit_scheme()
307 …vtkwriter.addCellData(std::make_shared<Dune::PDELab::VTKGridFunctionAdapter<DGF> >(xdgf,"solution"… in implicit_scheme()
399 typedef Dune::PDELab::DiscreteGridFunction<GFS,V> DGF; in explicit_scheme() typedef
400 DGF xdgf(gfs,xold); in explicit_scheme()
402 …vtkwriter.addCellData(std::make_shared<Dune::PDELab::VTKGridFunctionAdapter<DGF> >(xdgf,"solution"… in explicit_scheme()
H A Dtestrt02dgridfunctionspace.cc50 typedef Dune::PDELab::DiscreteGridFunctionPiola<GFS,X> DGF; in rt02DGridFunctionSpace() typedef
51 DGF dgf(gfs,x); // make a grid function in rt02DGridFunctionSpace()
54 …vtkwriter.addVertexData(std::make_shared<Dune::PDELab::VTKGridFunctionAdapter<DGF> >(dgf,"rt02d")); in rt02DGridFunctionSpace()
H A Dtestloadbalancing.cc95 using DGF = Dune::PDELab::DiscreteGridFunction<GFS,X>; in main() typedef
96 DGF xdgf(gfs,x); in main()
154 DGF xdgfNew(gfs,x); in main()
177 DGF xdgfNewNew(gfs,x); in main()
H A Dtestlaplacedirichletp12d.cc155 typedef Dune::PDELab::DiscreteGridFunction<GFS,V> DGF; in testp1() typedef
156 DGF dgf(gfs,x); in testp1()
160 vtkwriter.addVertexData(std::make_shared<Dune::PDELab::VTKGridFunctionAdapter<DGF> >(dgf,"p1")); in testp1()
H A Dtestinstationaryfastdgassembler.cc201 typedef Dune::PDELab::DiscreteGridFunction<GFS,V> DGF; in runDG() typedef
202 DGF xdgf(gfs,x); in runDG()
203 vtkwriter.addVertexData(std::make_shared<Dune::PDELab::VTKGridFunctionAdapter<DGF> >(xdgf,"x_h")); in runDG()
226 typedef Dune::PDELab::DifferenceSquaredAdapter<G,DGF> DifferenceSquared; in runDG()
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/test/
H A Doctahedron.dgf1 DGF
3 % This DGF files models the unit octahedron.
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/doc/grids/dgf/
H A Doctahedron.dgf1 DGF
3 % This DGF files models the unit octahedron.
H A Dhelix.dgf1 DGF
20 # DGF
H A Dhelix-deprecated.dgf1 DGF
20 # DGF
H A Dtest2d_offset.dgf1 DGF
H A Dtest3d.dgf1 DGF
H A Dtest1d.dgf1 DGF
H A Dtest2d.dgf1 DGF
H A Dcube-testgrid-2-2.dgf1 DGF
H A Dcube-testgrid-2-3.dgf1 DGF
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/cmake/modules/
H A DDuneGridMacros.cmake41 cmake_parse_arguments(DGF "" "GRIDDIM;WORLDDIM;GRIDTYPE" "" ${ARGN})
63 cmake_parse_arguments(DGF "" "GRIDDIM;WORLDDIM;GRIDTYPE" "" ${ARGN})
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/boilerplate/
H A Dpdelab.hh602 typedef Dune::PDELab::DiscreteGridFunction<GFS,DOF> DGF; typedef in Dune::PDELab::CGSpace
604 typedef VTKGridFunctionAdapter<DGF> VTKF;
721 typedef Dune::PDELab::DiscreteGridFunction<GFS,DOF> DGF; typedef in Dune::PDELab::CGSpace
723 typedef VTKGridFunctionAdapter<DGF> VTKF;
911 typedef Dune::PDELab::DiscreteGridFunction<GFS,DOF> DGF; typedef in Dune::PDELab::DGPkSpace
913 typedef VTKGridFunctionAdapter<DGF> VTKF;
1013 typedef VTKGridFunctionAdapter<DGF> VTKF;
1108 typedef VTKGridFunctionAdapter<DGF> VTKF;
1204 typedef VTKGridFunctionAdapter<DGF> VTKF;
1300 typedef VTKGridFunctionAdapter<DGF> VTKF;
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/utils/convert-macrogrid/
H A Dtest.dgf1 DGF
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/test/dgf/
H A D2-3-testgrid.dgf1 DGF

12345678910