https://mooseframework.inl.gov
Loading...
Searching...
No Matches
MappingOutput.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12#include "FileOutput.h"
13#include "MappingInterface.h"
14#include "VariableMappingBase.h"
15
20{
21public:
24
25protected:
26 virtual void output() override;
27
28private:
30 const std::vector<std::string> & _mappings;
31};
An interface class that helps getting access to Mapping objects.
Class which is used to output valuable data in binary format from Mapping objects.
static InputParameters validParams()
const std::vector< std::string > & _mappings
List of supplied Mapping objects.
virtual void output() override
const InputParameters & parameters() const