Home
last modified time | relevance | path

Searched refs:Quad4 (Results 1 – 24 of 24) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_Quad4.C17 const char *Quad4::name = "quad4";
28 Ioss::Quad4 Ioss::Quad4::instance_;
45 void Ioss::Quad4::factory() in factory()
47 static Ioss::Quad4 registerThis; in factory()
51 Ioss::Quad4::Quad4() : Ioss::ElementTopology(Ioss::Quad4::name, "Quadrilateral_4") in Quad4() function
53 Ioss::ElementTopology::alias(Ioss::Quad4::name, "quad"); in Quad4()
60 Ioss::Quad4::~Quad4() = default;
63 int Ioss::Quad4::spatial_dimension() const { return 2; } in spatial_dimension()
64 int Ioss::Quad4::order() const { return 1; } in order()
66 int Ioss::Quad4::number_corner_nodes() const { return 4; } in number_corner_nodes()
[all …]
H A DIoss_Quad4.h18 class Quad4 : public Ioss::ElementTopology
25 ~Quad4() override;
50 Quad4();
53 static Quad4 instance_;
55 Quad4(const Quad4 &) = delete;
H A DIoss_Initializer.C46 Ioss::Quad4::factory(); in Initializer()
/dports/math/libmesh/libmesh-1.6.2/src/geom/
H A Dface_quad4.C33 const int Quad4::num_nodes;
34 const int Quad4::num_sides;
35 const int Quad4::num_children;
36 const int Quad4::nodes_per_side;
38 const unsigned int Quad4::side_nodes_map[Quad4::num_sides][Quad4::nodes_per_side] =
49 const float Quad4::_embedding_matrix[Quad4::num_children][Quad4::num_nodes][Quad4::num_nodes] =
102 bool Quad4::is_edge(const unsigned int) const in is_edge()
134 bool Quad4::has_affine_map() const in has_affine_map()
142 Order Quad4::default_order() const in default_order()
202 Real Quad4::volume () const in volume()
[all …]
H A Dface_quad.C59 return this->compute_key(this->node_id(Quad4::side_nodes_map[s][0]), in key()
60 this->node_id(Quad4::side_nodes_map[s][1])); in key()
69 libmesh_assert_less (side_node, Quad4::nodes_per_side); in local_side_node()
71 return Quad4::side_nodes_map[side][side_node]; in local_side_node()
101 edge->set_node(n) = this->node_ptr(Quad4::side_nodes_map[i][n]); in side_ptr()
111 this->simple_side_ptr<Quad,Quad4>(side, i, EDGE2); in side_ptr()
H A Dcell_inf_hex8.C156 face = libmesh_make_unique<Side<Quad4,InfHex8>>(this,i); in build_side_ptr()
182 face = libmesh_make_unique<Quad4>(); in build_side_ptr()
H A Dcell_pyramid5.C167 face = libmesh_make_unique<Side<Quad4,Pyramid5>>(this,i); in build_side_ptr()
190 face = libmesh_make_unique<Quad4>(); in build_side_ptr()
H A Dcell_prism6.C179 face = libmesh_make_unique<Side<Quad4,Prism6>>(this,i); in build_side_ptr()
202 face = libmesh_make_unique<Quad4>(); in build_side_ptr()
H A Dcell_pyramid.C132 face = libmesh_make_unique<Quad4>(); in side_ptr()
H A Dcell_prism.C136 face = libmesh_make_unique<Quad4>(); in side_ptr()
H A Dcell_hex8.C164 return this->simple_build_side_ptr<Quad4, Hex8>(i, proxy); in build_side_ptr()
H A Dcell_inf_hex.C135 face = libmesh_make_unique<Quad4>(); in side_ptr()
H A Dcell_hex.C114 std::unique_ptr<Elem> face = libmesh_make_unique<Quad4>(); in side_ptr()
H A Delem.C273 return libmesh_make_unique<Quad4>(p); in build()
/dports/math/libmesh/libmesh-1.6.2/include/geom/
H A Dface_quad4.h51 class Quad4 : public Quad
59 Quad4 (Elem * p=nullptr) :
60 Quad(Quad4::n_nodes(), p, _nodelinks_data) {} in Quad()
62 Quad4 (Quad4 &&) = delete;
63 Quad4 (const Quad4 &) = delete;
64 Quad4 & operator= (const Quad4 &) = delete;
65 Quad4 & operator= (Quad4 &&) = delete;
66 virtual ~Quad4() = default;
H A Dface_quad4_shell.h36 class QuadShell4 : public Quad4
44 Quad4(p) {} in Quad4() function
/dports/math/py-yt/yt-4.0.1/yt/utilities/
H A Dmesh_types.yaml16 Quad4:
/dports/math/libmesh/libmesh-1.6.2/tests/geom/
H A Dside_test.C216 INSTANTIATE_SIDETEST(Quad4, EDGE2, 0, 4);
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/crt/shaders/glow/
H A Dresolve.slang143 vec2 Quad4(vec2 pp){
160 pp=Quad4(pp);
/dports/games/libretro-shaders-slang/slang-shaders-9850d68939b86262eae9f0da01ff1c11daafcdc3/crt/shaders/
H A Dmoire-resolve.slang144 vec2 Quad4(vec2 pp){
161 pp=Quad4(pp);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/tests/
H A DBLI_delaunay_2d_test.cc1293 TEST(delaunay_d, Quad4) in TEST() argument
1418 TEST(delaunay_m, Quad4) in TEST() argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/cgns/
H A DIocgns_Utils.C264 auto sb = new Ioss::SideBlock(block->get_database(), name, Ioss::Quad4::name, Ioss::Hex8::name, in add_bc_to_block()
1376 case CGNS_ENUMV(QUAD_4): topology = Ioss::Quad4::name; break; in map_cgns_to_topology_type()
1422 else if (name == Ioss::Quad4::name) { in CGNS_ENUMT()
H A DIocgns_DatabaseIO.C459 new Ioss::SideBlock(block->get_database(), name, Ioss::Quad4::name, Ioss::Hex8::name, 0); in add_empty_bc()
/dports/math/libmesh/libmesh-1.6.2/
H A DNEWS251 - Quad4::build_side_ptr() should call simple_build_side_ptr()