https://mooseframework.inl.gov
Loading...
Searching...
No Matches
LevelSetProblem.C
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#include "LevelSetProblem.h"
11#include "LevelSetTypes.h"
12
13#include "MultiAppTransfer.h"
14
16
19{
21 params.addClassDescription("A specilized problem class that adds a custom call to "
22 "MultiAppTransfer execution to transfer adaptivity for the level set "
23 "reinitialization.");
24 return params;
25}
26
28
29void
37
38bool
registerMooseObject("LevelSetApp", LevelSetProblem)
const ExecFlagType EXEC_NONE
void execMultiAppTransfers(ExecFlagType type, Transfer::DIRECTION direction)
void setCurrentExecuteOnFlag(const ExecFlagType &)
virtual bool adaptMesh()
virtual void computeMarkers()
static InputParameters validParams()
void addClassDescription(const std::string &doc_string)
Problem that defines a custom call to MultiAppTransfers to allow for adaptivity to be transferred fro...
virtual bool adaptMesh() override
LevelSetProblem(const InputParameters &parameters)
static InputParameters validParams()
virtual void computeMarkers() override
const ExecFlagType EXEC_COMPUTE_MARKERS
const ExecFlagType EXEC_ADAPT_MESH