Skip to content
Snippets Groups Projects
  1. Nov 12, 2018
  2. Nov 11, 2018
  3. Nov 10, 2018
    • Mark OLESEN's avatar
      ENH: simplify/extend objectRegistry code with templated predicates · 4965ea49
      Mark OLESEN authored
      - replace explicit use of wordRe, wordRes, wordHashSet as filters
        with a MatchPredicate.
      
      - support filtering by class based on <Type> or predicates
      4965ea49
    • Mark OLESEN's avatar
      ENH: add IOobject::isHeaderClassName() method · f44e59fb
      Mark OLESEN authored
      - in parameter form, check if it headerClassName() corresponds to the
        specified class name
      
      - in templated form, check if headerClassName() corresponds to the
        Type:typeName value.
        Specialization for <void> always returns true (ie, no checks)
      f44e59fb
    • Mark OLESEN's avatar
      ENH: simplify/extend IOobjectList code with templated predicates · 8562e527
      Mark OLESEN authored
      - replace explicit use of word, wordRe, wordRes, wordHashSet as filters
        with a MatchPredicate, since they all satisfy the requirements for
        use a predicate. This change reduces code duplication, allows other
        matcher types (eg, keyType) as well as lambda functions.
      
      - add special treatment for a 'const char*' parameter
        for lookupClass() and the now-deprecated single item lookup() method
        to promote these parameters to 'word'.
      8562e527
  4. Nov 09, 2018
    • Mark OLESEN's avatar
      ENH: add IOobjectList::findObject() method · faaa93fd
      Mark OLESEN authored
      - naming similar to objectRegistry, with unambiguous resolution.
        The lookup() methods have different return types depending on the
        calling parameter.
      
      STYLE: use IOobjectListTemplates.C for implementations
      
      - previously included as local definition within IOobjectList.C,
        but will be adding more templated methods soon.
      
      - adjust parameters (eg, matchName instead of matcher) to show their
        function
      
      ENH: handle objectRegistry::names<void>(...)
      
      - this is equivalent to no Type restriction, and can be used when
        filtering names. Eg,
      
           obr.names<void>(wordRe..);
      faaa93fd
  5. Nov 11, 2018
  6. Nov 09, 2018
  7. Nov 08, 2018
  8. Oct 02, 2018
    • Mark OLESEN's avatar
      ENH: multiple zone selection for fvMeshSubsetProxy (#973) · 2fb382bf
      Mark OLESEN authored
      - handle tmp fields in interpolate methods
      
      - special method interpolateInternal() for creating a volume field
        with zero-gradient treatment for patches from an internal field.
      
        This method was previously also called interpolate(), but that
        masked the ability to subset the internal field only.
      
        Ensight output needs the volume field:
            uses interpolateInternal().
      
        VTK output has separate handling of internal and patch fields:
            uses interpolate().
      
      ENH: added fvMeshSubset mesh() method for baseMesh or subMesh.
      
      - simplies coding when the fvMeshSubset may or may not be in active use.
      
      ENH: update foamToEnsight to use newer methods in wrapped form
      
      - static interpolate functions with renaming for manual use with
        fvMeshSubset (when fvMeshSubsetProxy may be too limiting in
        functionality)
      2fb382bf
  9. Nov 07, 2018
  10. Nov 06, 2018
  11. Nov 07, 2018
  12. Nov 06, 2018