| 273 | } |
| 274 | |
| 275 | int main(int argc, char* argv[]) |
| 276 | { |
| 277 | MPI_Init(&argc, &argv); |
| 278 | dolfinx::init_logging(argc, argv); |
| 279 | assemble<float>(MPI_COMM_WORLD); |
| 280 | assemble<double>(MPI_COMM_WORLD); |
| 281 | MPI_Finalize(); |
| 282 | return 0; |
| 283 | } |
nothing calls this directly
no outgoing calls
no test coverage detected