# Overlay configuration at two different time steps

**URL:** https://discourse.paraview.org/t/overlay-configuration-at-two-different-time-steps/8535
**Category:** ParaView Support
**Created:** [December 1, 2021, 7:01pm UTC](https://discourse.paraview.org/t/overlay-configuration-at-two-different-time-steps/8535 "2021-12-01T19:01:35Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Aakash](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/a/9fc348/32.png) [@Aakash](https://discourse.paraview.org/u/Aakash)
#### Post date: [December 1, 2021, 7:01pm UTC](https://discourse.paraview.org/t/overlay-configuration-at-two-different-time-steps/8535/1 "2021-12-01T19:01:35Z")

</div>

Hi Everyone,  
I wish to overlay the configuration of my analysis at the first and the last time steps for depicting the total deformation pictorially.

Could anyone please help with this!

Thanks with regards,  
Aakash

---

<div class="post-metadata">

### Author: ![wascott](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/w/8e8cbc/32.png) [@wascott](https://discourse.paraview.org/u/wascott)
#### Post date: [December 1, 2021, 8:33pm UTC](https://discourse.paraview.org/t/overlay-configuration-at-two-different-time-steps/8535/2 "2021-12-01T20:33:37Z")

</div>

Try turning off displacmenets, then use the warp by vector filter? Show both the original, plus warp by vector filter?

---

<div class="post-metadata">

### Author: ![Kenneth\_Moreland](https://discourse.paraview.org/user_avatar/discourse.paraview.org/kenneth_moreland/32/15033_2.png) [@Kenneth\_Moreland](https://discourse.paraview.org/u/Kenneth_Moreland)
#### Post date: [December 1, 2021, 9:31pm UTC](https://discourse.paraview.org/t/overlay-configuration-at-two-different-time-steps/8535/3 "2021-12-01T21:31:07Z")

</div>

Do you mean you want to show the data for the first and last time step at the same time? There are a couple ways to do that.

The first way is to add the `Force Time` filter. Set the `Forced Time` value to the initial time value or something before it (usually 0). Then, select the input in the pipeline browser again and add another `Force Time` filter. Now set the `Forced Time` value to the final time value (often the same as the last time index, but not always). With both `Force Time` filters visible, you can show both time steps at the same time.

The second way is to use the `Extract Time Steps` filter to remove all time steps except the first and last time steps. After that you can use the `Group Time Steps` filter to create a multiblock dataset containing data from all the time steps (which the previous filter limited to the first and last ones).

---

<div class="post-metadata">

### Author: ![Aakash](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/a/9fc348/32.png) [@Aakash](https://discourse.paraview.org/u/Aakash)
#### Post date: [December 2, 2021, 9:15am UTC](https://discourse.paraview.org/t/overlay-configuration-at-two-different-time-steps/8535/4 "2021-12-02T09:15:40Z")

</div>

Yes, that’s helpful. Thank you 🙂

---

<div class="post-metadata">

### Author: ![Aakash](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/a/9fc348/32.png) [@Aakash](https://discourse.paraview.org/u/Aakash)
#### Post date: [December 2, 2021, 9:16am UTC](https://discourse.paraview.org/t/overlay-configuration-at-two-different-time-steps/8535/5 "2021-12-02T09:16:35Z")

</div>

Thank you so much for your wonderful advice 🙂

---

<div class="post-metadata">

### Author: ![wascott](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/w/8e8cbc/32.png) [@wascott](https://discourse.paraview.org/u/wascott)
#### Post date: [December 2, 2021, 5:43pm UTC](https://discourse.paraview.org/t/overlay-configuration-at-two-different-time-steps/8535/6 "2021-12-02T17:43:03Z")

</div>

Thanks Ken. Yours is the better answer.
