CArl
Code Arlequin / C++ implementation
carl::libmesh_apply_solution_input_params Struct Reference

#include <libmesh_apply_solution_input_parser.h>

Public Attributes

std::string input_vector
 Path to the input vector containing the displacements. More...
 
std::string input_mesh
 Path to the mesh that will be deformed. More...
 
std::string physical_params_file
 Physical parameters. More...
 
std::string output_mesh
 Path to the output mesh. More...
 

Detailed Description

Definition at line 17 of file libmesh_apply_solution_input_parser.h.

Member Data Documentation

std::string carl::libmesh_apply_solution_input_params::input_mesh

Path to the mesh that will be deformed.

Definition at line 19 of file libmesh_apply_solution_input_parser.h.

std::string carl::libmesh_apply_solution_input_params::input_vector

Path to the input vector containing the displacements.

Definition at line 18 of file libmesh_apply_solution_input_parser.h.

std::string carl::libmesh_apply_solution_input_params::output_mesh

Path to the output mesh.

Definition at line 21 of file libmesh_apply_solution_input_parser.h.

std::string carl::libmesh_apply_solution_input_params::physical_params_file

Physical parameters.

Definition at line 20 of file libmesh_apply_solution_input_parser.h.


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