16 #ifndef INCLUDE_IDEAL_II_GRID_FIXED_TRIA_HH_
17 #define INCLUDE_IDEAL_II_GRID_FIXED_TRIA_HH_
22 #include "spacetime_tria.hh"
41 dealii::types::global_cell_index max_N_intervals_per_slab = 0);
52 generate(std::shared_ptr<dealii::Triangulation<dim>> space_tria,
55 double T = 1.)
override;
59 const unsigned int times_time = 1)
override;
The spacetime triangulation object.
Definition: spacetime_tria.hh:37
unsigned int M()
Return the number of slabs in the triangulation.
The spacetime triangulation object with a fixed spatial mesh across time.
Definition: fixed_tria.hh:34
Triangulation(dealii::types::global_cell_index max_N_intervals_per_slab=0)
Constructor that initializes the underlying list object.
void generate(std::shared_ptr< dealii::Triangulation< dim >> space_tria, unsigned int M, double t0=0., double T=1.) override
Generate a list of M slab triangulations with matching temporal meshes pointing to the same spatial t...
void refine_global(const unsigned int times_space=1, const unsigned int times_time=1) override
Do uniform mesh refinement in time and space.
Namespace for tensor product triangulations with a single fixed spatial mesh.
Definition: idealii.hh:94