|
| Operator (std::shared_ptr< Grid< dim > const > grid, std::shared_ptr< dealii::Mapping< dim > const > mapping, std::shared_ptr< MultigridMappings< dim, Number > > const multigrid_mappings, std::shared_ptr< BoundaryDescriptor< dim > const > boundary_descriptor, std::shared_ptr< FieldFunctions< dim > const > field_functions, std::shared_ptr< MaterialDescriptor const > material_descriptor, Parameters const ¶m, std::string const &field, MPI_Comm const &mpi_comm) |
|
void | fill_matrix_free_data (MatrixFreeData< dim, Number > &matrix_free_data) const |
|
void | setup () |
|
void | setup (std::shared_ptr< dealii::MatrixFree< dim, Number > const > matrix_free, std::shared_ptr< MatrixFreeData< dim, Number > const > matrix_free_data) |
|
void | initialize_dof_vector (VectorType &src) const final |
|
void | prescribe_initial_displacement (VectorType &displacement, double const time) const final |
|
void | prescribe_initial_velocity (VectorType &velocity, double const time) const final |
|
void | compute_initial_acceleration (VectorType &initial_acceleration, VectorType const &initial_displacement, double const time) const final |
|
void | evaluate_mass_operator (VectorType &dst, VectorType const &src) const final |
|
void | apply_add_damping_operator (VectorType &dst, VectorType const &src) const final |
|
void | evaluate_nonlinear_residual (VectorType &dst, VectorType const &src, VectorType const &const_vector, double const factor, double const time) const |
|
void | set_solution_linearization (VectorType const &vector) const |
|
void | assemble_matrix_if_necessary_for_linear_elasticity_operator () const |
|
void | evaluate_elasticity_operator (VectorType &dst, VectorType const &src, double const factor, double const time) const |
|
void | update_elasticity_operator (double const factor, double const time) const |
|
void | apply_elasticity_operator (VectorType &dst, VectorType const &src) const |
|
std::tuple< unsigned int, unsigned int > | solve_nonlinear (VectorType &sol, VectorType const &const_vector, double const scaling_factor_acceleration, double const scaling_factor_velocity, double const time, bool const update_preconditioner) const final |
|
void | rhs (VectorType &dst, double const time) const final |
|
unsigned int | solve_linear (VectorType &sol, VectorType const &rhs, double const scaling_factor_acceleration, double const scaling_factor_velocity, double const time, bool const update_preconditioner) const final |
|
std::shared_ptr< dealii::MatrixFree< dim, Number > const > | get_matrix_free () const |
|
dealii::Mapping< dim > const & | get_mapping () const |
|
dealii::DoFHandler< dim > const & | get_dof_handler () const |
|
dealii::types::global_dof_index | get_number_of_dofs () const |
|
std::shared_ptr< ContainerInterfaceData< 1, dim, double > > | get_container_interface_data_neumann () const |
|
std::shared_ptr< ContainerInterfaceData< 1, dim, double > > | get_container_interface_data_dirichlet () const |
|
unsigned int | get_dof_index () const |
|