CArl
Code Arlequin / C++ implementation
libmesh_assemble_input_params Struct Reference

#include <libmesh_assemble_system_input_parser.h>

Public Attributes

std::string mesh_file
 Path to the system mesh. More...
 
std::string physical_params_file
 Physical parameters. More...
 
WeightFunctionSystemType system_type
 Indicates if the system to be assembled is a micro or a macro system (used to choose the proper weight function). More...
 
std::string mesh_weight_file
 Path to the mesh containing the weight region indices. More...
 
std::string weight_domain_idx_file
 Path to the file identifying the weight function regions. More...
 
std::string output_base
 Output filename base. More...
 
bool bCalculateRBVectors
 Build and export the rigid body modes vectors? More...
 

Detailed Description

Definition at line 14 of file libmesh_assemble_system_input_parser.h.

Member Data Documentation

bool libmesh_assemble_input_params::bCalculateRBVectors

Build and export the rigid body modes vectors?

Definition at line 23 of file libmesh_assemble_system_input_parser.h.

std::string libmesh_assemble_input_params::mesh_file

Path to the system mesh.

Definition at line 15 of file libmesh_assemble_system_input_parser.h.

std::string libmesh_assemble_input_params::mesh_weight_file

Path to the mesh containing the weight region indices.

Definition at line 19 of file libmesh_assemble_system_input_parser.h.

std::string libmesh_assemble_input_params::output_base

Output filename base.

Definition at line 22 of file libmesh_assemble_system_input_parser.h.

std::string libmesh_assemble_input_params::physical_params_file

Physical parameters.

Definition at line 16 of file libmesh_assemble_system_input_parser.h.

WeightFunctionSystemType libmesh_assemble_input_params::system_type

Indicates if the system to be assembled is a micro or a macro system (used to choose the proper weight function).

Definition at line 17 of file libmesh_assemble_system_input_parser.h.

std::string libmesh_assemble_input_params::weight_domain_idx_file

Path to the file identifying the weight function regions.

Definition at line 20 of file libmesh_assemble_system_input_parser.h.


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