Skip to content

Commit

Permalink
Update embedded_fluid_element.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenzorrilla authored Dec 13, 2024
1 parent 2fe7d27 commit f8f02ce
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
#include "custom_elements/qs_vms.h"
#include "custom_elements/weakly_compressible_navier_stokes.h"

#include "custom_elements/data_containers/embedded_data.h"
#include "utilities/element_size_calculator.h"
#include "custom_elements/data_containers/time_integrated_qs_vms/time_integrated_qs_vms_data.h"
#include "custom_elements/data_containers/weakly_compressible_navier_stokes/weakly_compressible_navier_stokes_data.h"

#include "data_containers/embedded_data.h"
#include "data_containers/time_integrated_qs_vms/time_integrated_qs_vms_data.h"
#include "data_containers/weakly_compressible_navier_stokes/weakly_compressible_navier_stokes_data.h"

#include "modified_shape_functions/triangle_2d_3_modified_shape_functions.h"
#include "modified_shape_functions/tetrahedra_3d_4_modified_shape_functions.h"
Expand Down Expand Up @@ -1130,4 +1131,4 @@ template class EmbeddedFluidElement< WeaklyCompressibleNavierStokes< WeaklyCompr

///////////////////////////////////////////////////////////////////////////////////////////////////

}
}

0 comments on commit f8f02ce

Please sign in to comment.