Commit Graph

4 Commits

Author SHA1 Message Date
Knut Morten Okstad
2f3f44ec63 Fixed: Must propagate the checkRHS flag through the SIMMultiPatchGen template too,
in case used for apps which had this option available (backward compatibility).
Also fixed a spell error in the doxy.
2017-04-22 16:54:14 +02:00
Knut Morten Okstad
e0bfbe7247 Added: New class SIMinput sitting between SIMbase and SIMoutput in the
SIM-hierarchy. It contains all general model definition methods (input-
file parsing, property setup, initial conditions, adaptive refinement).

Changed: Renamed the virtual createModelGenerator to getModelGenerator
plus some cosmetics in console feedback during default model generation.

The latter will require updates of the apps relying on model generators
and regression tests because of cosmetic correction of console feedback.
2016-12-15 14:17:18 +01:00
Knut Morten Okstad
49bcd4f618 Changed: Removed reimplementation of identical createGeometry methods in the
ModelGenerator sub-classes. Instead, the createG2 method is made virtual.
Also let the createTopology method have an empty default implementation such
that it does not need to be overridden in the single-patch default generators.

And please don't use the override keyword (at least not in the IFEM kernel)
which is not supported i gcc 4.6. I still use that compiler for debugging.
2016-10-11 09:54:46 +02:00
Arne Morten Kvarving
1adfcf1804 added: convenience wrapper class for multi-patch generator usage in applications
note: does not instance for 1D
2016-09-12 11:14:21 +02:00