Home
last modified time | relevance | path

Searched refs:plot_mesh (Results 1 – 23 of 23) sorted by relevance

/dports/math/gismo/gismo-21.12.0/examples/
H A DgsView.cpp25 bool plot_mesh = false; in main() local
39 cmd.addSwitch("element" , "Plot the element mesh (when applicable)", plot_mesh); in main()
105 gsWriteParaview( *geo , "gsview", numSamples, plot_mesh, plot_net); in main()
124 gsWriteParaview(mp, "gsview", numSamples, plot_mesh, plot_net); in main()
140 gsWriteParaview(memory::get_raw(geo), "gsview", numSamples, plot_mesh, plot_net); in main()
172 gsWriteParaview( *bb , "gsview", numSamples, plot_mesh); in main()
/dports/science/py-phonopy/phonopy-2.11.0/scripts/
H A Dphonopy-gruneisenplot128 return plot_mesh(x, y, is_fg, cutoff_frequency=cutoff_frequency)
134 return plot_mesh(x, y, is_fg, cutoff_frequency=cutoff_frequency)
137 def plot_mesh(x, y, is_fg, cutoff_frequency=None):
H A Dphonopy-gruneisen317 plt = gruneisen.plot_mesh(cutoff_frequency=args.cutoff_frequency,
/dports/science/phonopy/phonopy-2.11.0/scripts/
H A Dphonopy-gruneisenplot128 return plot_mesh(x, y, is_fg, cutoff_frequency=cutoff_frequency)
134 return plot_mesh(x, y, is_fg, cutoff_frequency=cutoff_frequency)
137 def plot_mesh(x, y, is_fg, cutoff_frequency=None):
H A Dphonopy-gruneisen317 plt = gruneisen.plot_mesh(cutoff_frequency=args.cutoff_frequency,
/dports/cad/pdnmesh/pdnmesh-0.2.2/pixmaps/
H A DMakefile.am5 plot_cont.xpm plot_fill.xpm plot_mesh.xpm plot_grad.xpm \
H A DMakefile.in144 plot_cont.xpm plot_fill.xpm plot_mesh.xpm plot_grad.xpm \
/dports/cad/pdnmesh/pdnmesh-0.2.2/win32/
H A Dmodel.cpp42 plot_mesh=0; in Model()
H A DpdnmeshView.cpp326 plot_mesh=(plot_mesh?0:1); in OnDrawMesh()
/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Dgraphics.c72 int plot_mesh, plot_cont, plot_fill, plot_grad, plot_legend; variable
201 if ( plot_mesh ) { in global_render()
2118 plot_mesh =(plot_mesh?0:1); in menubar_plot_toggle_option()
2511 i=plot_mesh; in toolbar_plot_toggle_option_mesh()
2516 printf("toolbar: starting flag=%d\n",plot_mesh); in toolbar_plot_toggle_option_mesh()
2518 if ( plot_mesh==0 ) { in toolbar_plot_toggle_option_mesh()
2531 plot_mesh=(i?0:1); in toolbar_plot_toggle_option_mesh()
2533 printf("toolbar: just set to flag=%d\n",plot_mesh); in toolbar_plot_toggle_option_mesh()
2539 printf("toolbar: ending flag=%d\n",plot_mesh); in toolbar_plot_toggle_option_mesh()
2713 if ( plot_mesh ) { in create_window()
H A Dtypes.h612 extern int plot_mesh, plot_cont, plot_fill, plot_grad, plot_legend;
H A Dpdnmesh.c1402 plot_mesh=0; in initialize_global_variables()
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/
H A Dapi_gruneisen.py101 def plot_mesh(self, member in PhonopyGruneisen
/dports/science/phonopy/phonopy-2.11.0/phonopy/
H A Dapi_gruneisen.py101 def plot_mesh(self, member in PhonopyGruneisen
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dvoxel_light_baker.h167 …void plot_mesh(const Transform &p_xform, Ref<Mesh> &p_mesh, const Vector<Ref<Material> > &p_materi…
H A Dgi_probe.cpp424 …baker.plot_mesh(E->get().local_xform, E->get().mesh, E->get().instance_materials, E->get().overrid… in bake()
H A Dbaked_lightmap.cpp412 …baker.plot_mesh(E->get().local_xform, E->get().mesh, E->get().instance_materials, E->get().overrid… in bake()
H A Dvoxel_light_baker.cpp570 void VoxelLightBaker::plot_mesh(const Transform &p_xform, Ref<Mesh> &p_mesh, const Vector<Ref<Mater… in plot_mesh() function in VoxelLightBaker
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dvoxel_light_baker.h167 …void plot_mesh(const Transform &p_xform, Ref<Mesh> &p_mesh, const Vector<Ref<Material> > &p_materi…
H A Dgi_probe.cpp424 …baker.plot_mesh(E->get().local_xform, E->get().mesh, E->get().instance_materials, E->get().overrid… in bake()
H A Dbaked_lightmap.cpp412 …baker.plot_mesh(E->get().local_xform, E->get().mesh, E->get().instance_materials, E->get().overrid… in bake()
H A Dvoxel_light_baker.cpp570 void VoxelLightBaker::plot_mesh(const Transform &p_xform, Ref<Mesh> &p_mesh, const Vector<Ref<Mater… in plot_mesh() function in VoxelLightBaker
/dports/cad/pdnmesh/pdnmesh-0.2.2/
H A DChangeLog125 …aphics.c, pixmaps/Makefile.am, pixmaps/plot_cont.xpm, pixmaps/plot_fill.xpm, pixmaps/plot_mesh.xpm: