LBPM/example/CMakeLists.txt

33 lines
853 B
CMake
Raw Normal View History

2014-06-18 12:54:12 -05:00
# Copy the examples to the install folder
2019-10-10 08:05:09 -05:00
#INSTALL_EXAMPLE (NonNewtonianChannelFlow )
2014-06-18 12:54:12 -05:00
INSTALL_EXAMPLE( Bubble )
INSTALL_EXAMPLE( ConstrainedBubble )
INSTALL_EXAMPLE( Piston )
2021-12-13 10:02:17 -06:00
INSTALL_EXAMPLE( Droplet )
INSTALL_EXAMPLE( DropletCoalescence )
2018-06-15 11:07:45 -05:00
INSTALL_EXAMPLE( Plates )
2018-07-11 10:23:54 -05:00
INSTALL_EXAMPLE( SquareTube )
2017-09-30 15:18:20 -05:00
INSTALL_EXAMPLE( InkBottle )
2014-06-18 12:54:12 -05:00
INSTALL_EXAMPLE( Sph1896 )
2016-11-07 12:04:38 -06:00
INSTALL_EXAMPLE( drainage )
INSTALL_EXAMPLE( imbibition )
INSTALL_EXAMPLE( relperm )
2019-10-10 08:05:09 -05:00
#INSTALL_EXAMPLE( Poiseuille )
INSTALL_EXAMPLE( Juanes )
2017-11-18 14:23:25 -06:00
INSTALL_EXAMPLE( MicroModel )
2019-04-16 15:51:54 -05:00
INSTALL_EXAMPLE( CornerFlow )
2017-12-01 10:47:36 -06:00
INSTALL_EXAMPLE( Tiff )
2018-06-05 21:49:53 -05:00
INSTALL_EXAMPLE( uCT )
2016-11-07 12:04:38 -06:00
2014-06-18 12:54:12 -05:00
# Create unit tests for each example
# TEST_EXAMPLE( example exe N_procs )
#TEST_EXAMPLE( Bubble TestBubble 1 )
#TEST_EXAMPLE( Sph1896 lb2_Color_wia_mpi 27 )
#TEST_EXAMPLE( ConstrainedBubble lb2_Color_wia_mpi 1 )
2014-06-18 12:54:12 -05:00
2016-11-07 12:04:38 -06:00