Go to the source code of this file.
Functions | |
| registerMooseObject ("ExternalPetscSolverApp", PETScDMDAMesh) | |
| dof_id_type | node_id_Quad4 (const dof_id_type nx, const dof_id_type, const dof_id_type i, const dof_id_type j, const dof_id_type) |
| void | add_element_Quad4 (DM da, const dof_id_type nx, const dof_id_type ny, const dof_id_type i, const dof_id_type j, const dof_id_type elem_id, const processor_id_type pid, MeshBase &mesh) |
| void | set_boundary_names_Quad4 (BoundaryInfo &boundary_info) |
| void | get_indices_Quad4 (const dof_id_type nx, const dof_id_type, const dof_id_type elem_id, dof_id_type &i, dof_id_type &j) |
| dof_id_type | elem_id_Quad4 (const dof_id_type nx, const dof_id_type, const dof_id_type i, const dof_id_type j, const dof_id_type) |
| void | get_neighbors_Quad4 (const dof_id_type nx, const dof_id_type ny, const dof_id_type i, const dof_id_type j, std::vector< dof_id_type > &neighbors) |
| void | get_ghost_neighbors_Quad4 (const dof_id_type nx, const dof_id_type ny, const MeshBase &mesh, std::set< dof_id_type > &ghost_elems) |
| void | add_node_Qua4 (dof_id_type nx, dof_id_type ny, dof_id_type i, dof_id_type j, processor_id_type pid, MeshBase &mesh) |
| void | build_cube_Quad4 (UnstructuredMesh &mesh, DM da) |
| void add_element_Quad4 | ( | DM | da, |
| const dof_id_type | nx, | ||
| const dof_id_type | ny, | ||
| const dof_id_type | i, | ||
| const dof_id_type | j, | ||
| const dof_id_type | elem_id, | ||
| const processor_id_type | pid, | ||
| MeshBase & | mesh | ||
| ) |
Definition at line 78 of file PETScDMDAMesh.C.
Referenced by build_cube_Quad4().
| void add_node_Qua4 | ( | dof_id_type | nx, |
| dof_id_type | ny, | ||
| dof_id_type | i, | ||
| dof_id_type | j, | ||
| processor_id_type | pid, | ||
| MeshBase & | mesh | ||
| ) |
Definition at line 312 of file PETScDMDAMesh.C.
Referenced by build_cube_Quad4().
| void build_cube_Quad4 | ( | UnstructuredMesh & | mesh, |
| DM | da | ||
| ) |
Definition at line 327 of file PETScDMDAMesh.C.
Referenced by PETScDMDAMesh::buildMesh().
| dof_id_type elem_id_Quad4 | ( | const dof_id_type | nx, |
| const dof_id_type | , | ||
| const dof_id_type | i, | ||
| const dof_id_type | j, | ||
| const dof_id_type | |||
| ) |
Definition at line 241 of file PETScDMDAMesh.C.
Referenced by get_neighbors_Quad4().
| void get_ghost_neighbors_Quad4 | ( | const dof_id_type | nx, |
| const dof_id_type | ny, | ||
| const MeshBase & | mesh, | ||
| std::set< dof_id_type > & | ghost_elems | ||
| ) |
Definition at line 277 of file PETScDMDAMesh.C.
| void get_indices_Quad4 | ( | const dof_id_type | nx, |
| const dof_id_type | , | ||
| const dof_id_type | elem_id, | ||
| dof_id_type & | i, | ||
| dof_id_type & | j | ||
| ) |
Definition at line 230 of file PETScDMDAMesh.C.
Referenced by get_ghost_neighbors_Quad4().
|
inline |
Definition at line 251 of file PETScDMDAMesh.C.
Referenced by get_ghost_neighbors_Quad4().
|
inline |
Definition at line 65 of file PETScDMDAMesh.C.
Referenced by add_element_Quad4(), and add_node_Qua4().
| registerMooseObject | ( | "ExternalPetscSolverApp" | , |
| PETScDMDAMesh | |||
| ) |
| void set_boundary_names_Quad4 | ( | BoundaryInfo & | boundary_info | ) |
Definition at line 221 of file PETScDMDAMesh.C.
Referenced by build_cube_Quad4().