|
suanPan
|
#include "ConstraintParser.h"#include <Constraint/Constraint>#include <Domain/DomainBase.h>#include <Domain/ExternalModule.h>#include <Recorder/OutputType.h>Functions | |
| void | new_bc (unique_ptr< Constraint > &return_obj, istringstream &command, const bool penalty, const bool group) |
| void | new_fixedlength (unique_ptr< Constraint > &return_obj, istringstream &command, const unsigned dof) |
| void | new_minimumgap (unique_ptr< Constraint > &return_obj, istringstream &command, const unsigned dof) |
| void | new_maximumgap (unique_ptr< Constraint > &return_obj, istringstream &command, const unsigned dof) |
| void | new_sleeve (unique_ptr< Constraint > &return_obj, istringstream &command, const unsigned dof) |
| void | new_embed (unique_ptr< Constraint > &return_obj, istringstream &command, const unsigned dof) |
| void | new_mpc (unique_ptr< Constraint > &return_obj, istringstream &command) |
| void | new_nodeline (unique_ptr< Constraint > &return_obj, istringstream &command) |
| void | new_nodefacet (unique_ptr< Constraint > &return_obj, istringstream &command) |
| void | new_particlecollision (unique_ptr< Constraint > &return_obj, istringstream &command, const unsigned dim) |
| void | new_ljpotential (unique_ptr< Constraint > &return_obj, istringstream &command, const unsigned) |
| void | new_linearspring (unique_ptr< Constraint > &return_obj, istringstream &command, const unsigned) |
| void | new_rigidwall (unique_ptr< Constraint > &return_obj, istringstream &command, const bool finite, const bool penalty) |
| void | new_restitutionwall (unique_ptr< Constraint > &return_obj, istringstream &command, const bool finite) |
| int | create_new_criterion (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int | create_new_constraint (const shared_ptr< DomainBase > &domain, istringstream &command) |
| int create_new_constraint | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| int create_new_criterion | ( | const shared_ptr< DomainBase > & | domain, |
| istringstream & | command | ||
| ) |
| void new_bc | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const bool | penalty, | ||
| const bool | group | ||
| ) |
| void new_embed | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | dof | ||
| ) |
| void new_fixedlength | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | dof | ||
| ) |
| void new_linearspring | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | |||
| ) |
| void new_ljpotential | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | |||
| ) |
| void new_maximumgap | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | dof | ||
| ) |
| void new_minimumgap | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | dof | ||
| ) |
| void new_mpc | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_nodefacet | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_nodeline | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command | ||
| ) |
| void new_particlecollision | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | dim | ||
| ) |
| void new_restitutionwall | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const bool | finite | ||
| ) |
| void new_rigidwall | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const bool | finite, | ||
| const bool | penalty | ||
| ) |
| void new_sleeve | ( | unique_ptr< Constraint > & | return_obj, |
| istringstream & | command, | ||
| const unsigned | dof | ||
| ) |