Constant Struct Reference

SPADES API: spades::ic::Constant Struct Reference
SPADES API

Constant initial condition. More...

#include <IC.H>

Collaboration diagram for spades::ic::Constant:
[legend]

Classes

struct  DeviceOp
 Device functor for the Constant initial condition. More...
 

Public Types

using DeviceType = DeviceOp
 

Public Member Functions

 Constant ()
 
DeviceType device_instance () const
 

Static Public Member Functions

static std::string identifier ()
 

Public Attributes

DeviceOp m_op
 

Detailed Description

Constant initial condition.

Member Typedef Documentation

◆ DeviceType

Constructor & Destructor Documentation

◆ Constant()

spades::ic::Constant::Constant ( )
explicit
4{ amrex::ParmParse pp(identifier()); }
static std::string identifier()
Definition IC.H:36
Here is the call graph for this function:

Member Function Documentation

◆ device_instance()

DeviceType spades::ic::Constant::device_instance ( ) const
inlinenodiscard
38{ return m_op; }
DeviceOp m_op
Definition IC.H:40

◆ identifier()

static std::string spades::ic::Constant::identifier ( )
inlinestatic
36{ return "ic_constant"; }
Here is the caller graph for this function:

Member Data Documentation

◆ m_op

DeviceOp spades::ic::Constant::m_op

The documentation for this struct was generated from the following files:
  • /home/runner/work/spades/spades/Source/IC.H
  • /home/runner/work/spades/spades/Source/IC.cpp