![]() |
NLMech
0.1.0
|
Structure to read and store neighbor list related input data. More...
#include <neighborDeck.h>

Public Member Functions | |
| NeighborDeck () | |
| Constructor. | |
| void | print (int nt=0, int lvl=0) const |
| Prints the information about the instance of the object. More... | |
| std::string | printStr (int nt=0, int lvl=0) const |
| Returns the string containing information about the instance of the object. More... | |
Data Fields | |
| bool | d_addPartialElems |
| Flag to include partially inside nodes in neighbor list. More... | |
| double | d_safetyFactor |
| Safety factor for neighbor list calculation. | |
Structure to read and store neighbor list related input data.
|
inline |
Prints the information about the instance of the object.
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |

|
inline |
Returns the string containing information about the instance of the object.
| nt | Number of tabs to append before each line of string |
| lvl | Level of information sought (higher level means more information) |
Referenced by print().


| bool inp::NeighborDeck::d_addPartialElems |
Flag to include partially inside nodes in neighbor list.
Flag which specifies if the partially inside nodes (elements if the discretization is weak finite element) should be included in the neighbor list
Referenced by printStr().