18#ifndef meshMovementAffineTransform_H_
19#define meshMovementAffineTransform_H_
38 const MPI_Comm & mpi_comm_domain,
47 std::pair<bool, double>
48 transform(
const dealii::Tensor<2, 3, double> &deformationGradient);
52 std::pair<bool, double>
53 moveMesh(
const std::vector<dealii::Point<3>> &controlPointLocations,
54 const std::vector<dealii::Tensor<1, 3, double>>
55 & controlPointDisplacements,
56 const double controllingParameter,
57 const bool moveSubdivided =
false);
Namespace which declares the input parameters and the functions to parse them from the input paramete...
Definition dftParameters.h:35
meshMovementClass(const MPI_Comm &mpi_comm_parent, const MPI_Comm &mpi_comm_domain, const dftParameters &dftParams)
Constructor.
Definition pseudoPotentialToDftfeConverter.cc:34