Skip to content

Commit

Permalink
ENH: cleanup old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Diaz committed Dec 11, 2024
1 parent e03afce commit d3a7761
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 388 deletions.
1 change: 0 additions & 1 deletion examples/test_tpetra_mesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ void run_test(mesh_data &mesh)
TpetraPartitionMap<> all_node_map = mesh.nodes_in_elem_distributed.pmap;
size_t nlocal_nodes = mesh.nlocal_nodes;
int ntimesteps = 1000;
real_t constant_velocity = 0.0001;
real_t timestep = 0.001;

//arbitrary calculation done by looping over all local elements for all timesteps
Expand Down
Loading

0 comments on commit d3a7761

Please sign in to comment.