|
| | SIMMultiPatchModelGen (int n1, bool checkRHS=false) |
| | Constructor for standard problems.
|
| |
| | SIMMultiPatchModelGen (const std::vector< unsigned char > &unf, bool checkRHS=false) |
| | Constructor for mixed problems.
|
| |
| virtual ModelGenerator * | getModelGenerator (const tinyxml2::XMLElement *geo) const |
| | Instantiates a FEM model generator for a multi-patch model.
|
| |
|
ModelGenerator * | getModelGenerator (const tinyxml2::XMLElement *geo) const |
| | Template specialization for 1D.
|
| |
|
ModelGenerator * | getModelGenerator (const tinyxml2::XMLElement *geo) const |
| | Template specialization for 2D.
|
| |
|
ModelGenerator * | getModelGenerator (const tinyxml2::XMLElement *geo) const |
| | Template specialization for 3D.
|
| |
template<class Dim>
class SIMMultiPatchModelGen< Dim >
Inherit this class to equip your SIM with multi-patch model generators.