ExaDG
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ExaDG::DeformedCubeManifold< dim > Class Template Reference

#include <deformed_cube_manifold.h>

Inheritance diagram for ExaDG::DeformedCubeManifold< dim >:

Public Member Functions

 DeformedCubeManifold (double const left, double const right, double const deformation, unsigned int const frequency=1)
 
dealii::Point< dim > push_forward (dealii::Point< dim > const &chart_point) const override
 
dealii::Point< dim > pull_back (dealii::Point< dim > const &space_point) const override
 
std::unique_ptr< dealii::Manifold< dim > > clone () const override
 

Detailed Description

template<int dim>
class ExaDG::DeformedCubeManifold< dim >

A manifold that corresponds to a triangulation generated via

dealii::GridGenerator::subdivided_hyper_cube(tria, n_cells_1d, left, right);


The documentation for this class was generated from the following file: