Skip to content

Commit

Permalink
PABLO: added example 00011
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardolombardi committed Mar 17, 2020
1 parent a2f6106 commit 5138494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ if(BUILD_EXAMPLES)
list(APPEND EXAMPLE_LIST "PABLO_example_00007")
list(APPEND EXAMPLE_LIST "PABLO_example_00008")
list(APPEND EXAMPLE_LIST "PABLO_example_00009")
list(APPEND EXAMPLE_LIST "PABLO_example_00010")
list(APPEND EXAMPLE_LIST "PABLO_example_00010")
list(APPEND EXAMPLE_LIST "PABLO_example_00011")
list(APPEND EXAMPLE_LIST "patchkernel_example_00001")
list(APPEND EXAMPLE_LIST "volcartesian_example_00001")
list(APPEND EXAMPLE_LIST "POD_example_00001")
Expand Down
7 changes: 3 additions & 4 deletions examples/PABLO_example_00011.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
/*!
\example PABLO_example_00011.cpp
\brief 2D adaptive mesh refinement (AMR) using PABLO
\brief 3D adaptive mesh refinement (AMR) using PABLO
This example creates a 2D Octree mesh on the square domain [0,1]x[0,1].
This example creates a 3D Octree mesh on the cube domain [0,1]x[0,1]x[0,1].
The domain is refined globally one time and periodic conditions are imposed
on the boundaries of the domain.
Then, the face neighbors and the vertex neighbors of the cells are required and print.
Then, the face, vertex and edge neighbors of the cells are found and print.
<b>To run</b>: ./PABLO_example_00011 \n
Expand Down Expand Up @@ -115,7 +115,6 @@ void run()
bitpit::log::cout() << "]" << std::endl;
}
}

}

/*!
Expand Down

0 comments on commit 5138494

Please sign in to comment.