Definition at line 45 of file MaxwellSolver.H.
#include <MaxwellSolver.H>
Public Types | |
typedef GridT | GridType |
typedef StateT | StateType |
typedef OperatorT | OperatorType |
typedef simulation::grid::halo | HaloType |
typedef simulation::rhs::domain_base< GridType, StateType, OperatorType > | rhs_base_t |
typedef rhs_base_t::BoundaryType | BoundaryType |
typedef rhs_base_t::BCType | BCType |
![]() | |
typedef GridT | GridType |
typedef StateT | StateType |
typedef OperatorT | OperatorType |
typedef simulation::grid::halo | halo_t |
typedef simulation::domain::boundary::base | BoundaryType |
typedef simulation::domain::boundary::bc::base | BCType |
typedef pcpp::ParallelGlobalType | GlobalType |
Public Member Functions | |
int | Initialize (GridType &inGrid, StateType &inState, const StateType ¶mState, OperatorType &inOperator) |
int | SetupRHS (GridType &inGrid, StateType &inState, StateType &rhsState, int myThreadID=0) |
int | HandleBoundaryConditions (int threadID) |
int | HandleSources (int threadID) |
int | RHS (int threadID) |
int | ComputeDV (int threadID) |
int | MaxwellRHS (int threadID) |
std::vector< double * > & | StateBuffers () |
std::vector< double * > & | RHSBuffers () |
int | SetParamState (const StateType ¶mState) |
int | InitializeState (StateType &inState) |
int | SetupStencilConnectivities () |
int | SetupOperator (OperatorType &inOperator) |
int | SetState (StateType &inState) |
int | InitThreadIntervals () |
int | SetGrid (GridType &inGrid) |
int | SetRHSState (StateType &rhsState) |
int | HaloSetup (HaloType &inHalo) |
int | SetHalo (HaloType &inHalo) |
void | SetDomainBoundaries (std::vector< BoundaryType > &domainBoundaries) |
void | SetDomainBCs (std::vector< BCType > &domainBCs) |
int | InitStep (GridType &inGrid, StateType &inState) |
int | SetupTempBuffers () |
int | ComputeRecipDXUniformGrid () |
double | TimeStep (double *outCFL=NULL) |
![]() | |
virtual int | Initialize (GridType &inGrid, StateType &inState, StateType &inParam, OperatorType &inOperator) |
virtual int | Initialize (GridType &inGrid, StateType &inState, StateType &inParam, StateType &targetState, OperatorType &inOperator) |
virtual void | SetGlobal (GlobalType &inGlobal) |
virtual void | SetDomainBCs (std::vector< BoundaryType > &domainBoundaries, std::vector< BCType > &domainBCs) |
Private Member Functions | |
int | Init () |
typedef rhs_base_t::BCType BCType |
Definition at line 54 of file MaxwellSolver.H.
typedef rhs_base_t::BoundaryType BoundaryType |
Definition at line 53 of file MaxwellSolver.H.
typedef GridT GridType |
Definition at line 48 of file MaxwellSolver.H.
typedef simulation::grid::halo HaloType |
Definition at line 51 of file MaxwellSolver.H.
typedef OperatorT OperatorType |
Definition at line 50 of file MaxwellSolver.H.
Definition at line 52 of file MaxwellSolver.H.
typedef StateT StateType |
Definition at line 49 of file MaxwellSolver.H.
|
inlinevirtual |
Reimplemented from domain_base< GridT, StateT, OperatorT >.
Definition at line 301 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::bufferSizes, Maxwell::ConvertEfieldtoDfield(), Maxwell::ConvertHfieldtoBfield(), rhs< GridT, StateT, OperatorT >::fortranBufferIntervals, rhs< GridT, StateT, OperatorT >::fortranPartitionBufferIntervals, rhs< GridT, StateT, OperatorT >::myStateBuffers, rhs< GridT, StateT, OperatorT >::numDim, and rhs< GridT, StateT, OperatorT >::numPointsBuffer.
|
inline |
Definition at line 985 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::dX, rhs< GridT, StateT, OperatorT >::numDim, rhs< GridT, StateT, OperatorT >::numPointsBuffer, and rhs< GridT, StateT, OperatorT >::recipDX.
Referenced by rhs< GridT, StateT, OperatorT >::SetGrid().
|
inline |
Definition at line 881 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::numDim, halo::PeriodicDirs(), rhs< GridT, StateT, OperatorT >::periodicDirs, and rhs< GridT, StateT, OperatorT >::SetHalo().
Referenced by rhs< GridT, StateT, OperatorT >::Initialize().
|
inline |
Definition at line 127 of file MaxwellSolver.H.
References base::BC(), bcParams, Maxwell::bc::ComputeSATDirichletBC(), rhs< GridT, StateT, OperatorT >::domainBCsPtr, rhs< GridT, StateT, OperatorT >::domainBoundariesPtr, base::GridRegionID(), simulation::domain::boundary::bc::navierstokes::HOLE, rhs< GridT, StateT, OperatorT >::myRHSBuffers, rhs< GridT, StateT, OperatorT >::myStateBuffers, rhs< GridT, StateT, OperatorT >::numPointsBuffer, simulation::domain::boundary::bc::navierstokes::SAT_FARFIELD, simulation::domain::boundary::bc::navierstokes::SAT_NOSLIP_ISOTHERMAL, simulation::domain::boundary::bc::navierstokes::SAT_SLIP_ADIABATIC, and rhs< GridT, StateT, OperatorT >::subRegionsPtr.
Referenced by rhs< GridT, StateT, OperatorT >::RHS().
|
inline |
Definition at line 268 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::RHS().
|
inlineprivate |
Definition at line 1010 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::bFieldHandle, rhs< GridT, StateT, OperatorT >::bFieldPtr, rhs< GridT, StateT, OperatorT >::cflHandle, rhs< GridT, StateT, OperatorT >::cflPtr, rhs< GridT, StateT, OperatorT >::cRefHandle, rhs< GridT, StateT, OperatorT >::cRefPtr, rhs< GridT, StateT, OperatorT >::dEHandle, rhs< GridT, StateT, OperatorT >::deltaTHandle, rhs< GridT, StateT, OperatorT >::deltaTPtr, rhs< GridT, StateT, OperatorT >::dFieldHandle, rhs< GridT, StateT, OperatorT >::dFieldPtr, rhs< GridT, StateT, OperatorT >::dHHandle, rhs< GridT, StateT, OperatorT >::domainBCsPtr, rhs< GridT, StateT, OperatorT >::domainBoundariesPtr, rhs< GridT, StateT, OperatorT >::dynamicEpsMu, rhs< GridT, StateT, OperatorT >::eFieldHandle, rhs< GridT, StateT, OperatorT >::eFieldPtr, rhs< GridT, StateT, OperatorT >::eFieldRHSPtr, rhs< GridT, StateT, OperatorT >::epsilon0Handle, rhs< GridT, StateT, OperatorT >::epsilon0Ptr, rhs< GridT, StateT, OperatorT >::epsilonMuHandle, rhs< GridT, StateT, OperatorT >::epsilonMuPtr, rhs< GridT, StateT, OperatorT >::errorCode, rhs< GridT, StateT, OperatorT >::gridInitialized, rhs< GridT, StateT, OperatorT >::gridPtr, rhs< GridT, StateT, OperatorT >::gridSpacingHandle, rhs< GridT, StateT, OperatorT >::hFieldHandle, rhs< GridT, StateT, OperatorT >::hFieldPtr, rhs< GridT, StateT, OperatorT >::hFieldRHSPtr, rhs< GridT, StateT, OperatorT >::jHandle, rhs< GridT, StateT, OperatorT >::jPtr, rhs< GridT, StateT, OperatorT >::mu0Handle, rhs< GridT, StateT, OperatorT >::mu0Ptr, rhs< GridT, StateT, OperatorT >::numDim, rhs< GridT, StateT, OperatorT >::numPointsBuffer, rhs< GridT, StateT, OperatorT >::numPointsPartition, rhs< GridT, StateT, OperatorT >::numStateFields, rhs< GridT, StateT, OperatorT >::numStateVar, rhs< GridT, StateT, OperatorT >::operatorInitialized, rhs< GridT, StateT, OperatorT >::rhsHaloPtr, rhs< GridT, StateT, OperatorT >::stateInitialized, rhs< GridT, StateT, OperatorT >::subRegionsPtr, rhs< GridT, StateT, OperatorT >::timeHandle, and rhs< GridT, StateT, OperatorT >::timePtr.
Referenced by rhs< GridT, StateT, OperatorT >::Initialize().
|
inline |
Definition at line 60 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::HaloSetup(), rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::InitializeState(), rhs< GridT, StateT, OperatorT >::SetGrid(), rhs< GridT, StateT, OperatorT >::SetParamState(), rhs< GridT, StateT, OperatorT >::SetupOperator(), and rhs< GridT, StateT, OperatorT >::SetupTempBuffers().
|
inline |
Definition at line 485 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::bFieldHandle, rhs< GridT, StateT, OperatorT >::bFieldPtr, databuffer::Data(), rhs< GridT, StateT, OperatorT >::dFieldHandle, rhs< GridT, StateT, OperatorT >::dFieldPtr, rhs< GridT, StateT, OperatorT >::eFieldHandle, rhs< GridT, StateT, OperatorT >::eFieldPtr, rhs< GridT, StateT, OperatorT >::epsilonMuHandle, rhs< GridT, StateT, OperatorT >::epsilonMuPtr, rhs< GridT, StateT, OperatorT >::gridInitialized, rhs< GridT, StateT, OperatorT >::hFieldHandle, rhs< GridT, StateT, OperatorT >::hFieldPtr, rhs< GridT, StateT, OperatorT >::jHandle, rhs< GridT, StateT, OperatorT >::jPtr, rhs< GridT, StateT, OperatorT >::myRHSBuffers, rhs< GridT, StateT, OperatorT >::myStateBuffers, rhs< GridT, StateT, OperatorT >::stateInitialized, rhs< GridT, StateT, OperatorT >::time, rhs< GridT, StateT, OperatorT >::timeHandle, and rhs< GridT, StateT, OperatorT >::timePtr.
Referenced by rhs< GridT, StateT, OperatorT >::Initialize().
Definition at line 973 of file MaxwellSolver.H.
|
inlinevirtual |
Reimplemented from domain_base< GridT, StateT, OperatorT >.
Definition at line 742 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::fortranBufferIntervals, rhs< GridT, StateT, OperatorT >::fortranPartitionBufferIntervals, and rhs< GridT, StateT, OperatorT >::gridPtr.
Referenced by rhs< GridT, StateT, OperatorT >::SetGrid().
|
inline |
Definition at line 327 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::bufferSizes, Maxwell::ComputeMaxwellRHS_Bfield(), Maxwell::ComputeMaxwellRHS_Dfield(), Maxwell::ConvertBfieldtoHfield(), Maxwell::ConvertDfieldtoEfield(), rhs< GridT, StateT, OperatorT >::fortranBufferIntervals, rhs< GridT, StateT, OperatorT >::fortranPartitionBufferIntervals, rhs< GridT, StateT, OperatorT >::myOperator, rhs< GridT, StateT, OperatorT >::myRHSBuffers, rhs< GridT, StateT, OperatorT >::myStateBuffers, rhs< GridT, StateT, OperatorT >::numComponents, rhs< GridT, StateT, OperatorT >::numDim, rhs< GridT, StateT, OperatorT >::numPointsBuffer, rhs< GridT, StateT, OperatorT >::recipDX, rhs< GridT, StateT, OperatorT >::recipEpsMu, and rhs< GridT, StateT, OperatorT >::stencilID.
Referenced by rhs< GridT, StateT, OperatorT >::RHS().
|
inlinevirtual |
Reimplemented from domain_base< GridT, StateT, OperatorT >.
Definition at line 275 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::HandleBoundaryConditions(), rhs< GridT, StateT, OperatorT >::HandleSources(), and rhs< GridT, StateT, OperatorT >::MaxwellRHS().
|
inline |
Definition at line 414 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::myRHSBuffers.
|
inline |
Definition at line 969 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::domainBCsPtr.
|
inline |
Definition at line 922 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::boundaryDepth, plascom2::operators::sbp::BoundaryStencilConnectivity(), rhs< GridT, StateT, OperatorT >::bufferSizes, rhs< GridT, StateT, OperatorT >::domainBoundariesPtr, base::GridRegionID(), plascom2::operators::sbp::HoleStencilConnectivity(), rhs< GridT, StateT, OperatorT >::myOperator, rhs< GridT, StateT, OperatorT >::partitionBufferInterval, rhs< GridT, StateT, OperatorT >::partitionInterval, rhs< GridT, StateT, OperatorT >::stencilID, and rhs< GridT, StateT, OperatorT >::subRegionsPtr.
|
inline |
Definition at line 790 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::bufferSizes, CommunicatorObject::CartNeighbors(), rhs< GridT, StateT, OperatorT >::ComputeRecipDXUniformGrid(), rhs< GridT, StateT, OperatorT >::dX, sizeextent::Flatten(), rhs< GridT, StateT, OperatorT >::gridCommPtr, rhs< GridT, StateT, OperatorT >::gridInitialized, rhs< GridT, StateT, OperatorT >::gridNeighbors, rhs< GridT, StateT, OperatorT >::gridPtr, rhs< GridT, StateT, OperatorT >::gridSizes, rhs< GridT, StateT, OperatorT >::InitThreadIntervals(), sizeextent::NNodes(), rhs< GridT, StateT, OperatorT >::numDim, rhs< GridT, StateT, OperatorT >::numPointsBuffer, rhs< GridT, StateT, OperatorT >::numPointsPartition, rhs< GridT, StateT, OperatorT >::opInterval, rhs< GridT, StateT, OperatorT >::partitionBufferInterval, rhs< GridT, StateT, OperatorT >::partitionInterval, rhs< GridT, StateT, OperatorT >::recipDX, and rhs< GridT, StateT, OperatorT >::subRegionsPtr.
Referenced by rhs< GridT, StateT, OperatorT >::Initialize(), rhs< GridT, StateT, OperatorT >::SetupRHS(), and TestMaxwellRHSTimeIntegrate().
|
inline |
Definition at line 908 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::haloPtr.
Referenced by rhs< GridT, StateT, OperatorT >::HaloSetup(), and rhs< GridT, StateT, OperatorT >::SetupRHS().
|
inline |
Definition at line 420 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::cfl, rhs< GridT, StateT, OperatorT >::cflHandle, rhs< GridT, StateT, OperatorT >::cflPtr, rhs< GridT, StateT, OperatorT >::cRef, rhs< GridT, StateT, OperatorT >::cRefHandle, rhs< GridT, StateT, OperatorT >::cRefPtr, rhs< GridT, StateT, OperatorT >::deltaT, rhs< GridT, StateT, OperatorT >::deltaTHandle, rhs< GridT, StateT, OperatorT >::deltaTPtr, rhs< GridT, StateT, OperatorT >::epsilon0, rhs< GridT, StateT, OperatorT >::epsilon0Handle, rhs< GridT, StateT, OperatorT >::epsilon0Ptr, rhs< GridT, StateT, OperatorT >::mu0, rhs< GridT, StateT, OperatorT >::mu0Handle, and rhs< GridT, StateT, OperatorT >::mu0Ptr.
Referenced by rhs< GridT, StateT, OperatorT >::Initialize().
|
inline |
Definition at line 854 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::dEHandle, rhs< GridT, StateT, OperatorT >::dHHandle, rhs< GridT, StateT, OperatorT >::eFieldRHSPtr, rhs< GridT, StateT, OperatorT >::hFieldRHSPtr, rhs< GridT, StateT, OperatorT >::myRHSBuffers, and numPoints.
Referenced by rhs< GridT, StateT, OperatorT >::SetupRHS().
|
inline |
Definition at line 701 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::bufferSizes, Maxwell::ComputeRecipEpsMu(), rhs< GridT, StateT, OperatorT >::dynamicEpsMu, rhs< GridT, StateT, OperatorT >::eFieldHandle, rhs< GridT, StateT, OperatorT >::eFieldPtr, rhs< GridT, StateT, OperatorT >::hFieldHandle, rhs< GridT, StateT, OperatorT >::hFieldPtr, rhs< GridT, StateT, OperatorT >::myStateBuffers, rhs< GridT, StateT, OperatorT >::numDim, rhs< GridT, StateT, OperatorT >::numPointsBuffer, rhs< GridT, StateT, OperatorT >::opInterval, rhs< GridT, StateT, OperatorT >::recipEpsMu, and rhs< GridT, StateT, OperatorT >::stateInitialized.
Referenced by rhs< GridT, StateT, OperatorT >::SetupRHS().
|
inline |
Definition at line 655 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::boundaryDepth, rhs< GridT, StateT, OperatorT >::boundaryWeight, rhs< GridT, StateT, OperatorT >::myOperator, rhs< GridT, StateT, OperatorT >::numComponents, rhs< GridT, StateT, OperatorT >::numStencils, rhs< GridT, StateT, OperatorT >::operatorInitialized, rhs< GridT, StateT, OperatorT >::SetupStencilConnectivities(), rhs< GridT, StateT, OperatorT >::stencilOffsets, rhs< GridT, StateT, OperatorT >::stencilSizes, rhs< GridT, StateT, OperatorT >::stencilStarts, and rhs< GridT, StateT, OperatorT >::stencilWeights.
Referenced by rhs< GridT, StateT, OperatorT >::Initialize().
|
inlinevirtual |
Reimplemented from domain_base< GridT, StateT, OperatorT >.
Definition at line 91 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::errorCode, rhs< GridT, StateT, OperatorT >::SetGrid(), rhs< GridT, StateT, OperatorT >::SetHalo(), rhs< GridT, StateT, OperatorT >::SetRHSState(), and rhs< GridT, StateT, OperatorT >::SetState().
|
inline |
Definition at line 594 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::boundaryDepth, rhs< GridT, StateT, OperatorT >::bufferSizes, plascom2::operators::sbp::CreateStencilConnectivity(), rhs< GridT, StateT, OperatorT >::fortranPartitionBufferIntervals, rhs< GridT, StateT, OperatorT >::numDim, rhs< GridT, StateT, OperatorT >::numPointsBuffer, rhs< GridT, StateT, OperatorT >::operatorInitialized, rhs< GridT, StateT, OperatorT >::opInterval, rhs< GridT, StateT, OperatorT >::periodicDirs, and rhs< GridT, StateT, OperatorT >::stencilID.
Referenced by rhs< GridT, StateT, OperatorT >::SetupOperator().
|
inline |
Definition at line 979 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Initialize().
|
inline |
Definition at line 408 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::myStateBuffers.
|
inlinevirtual |
Reimplemented from domain_base< GridT, StateT, OperatorT >.
Definition at line 1004 of file MaxwellSolver.H.
References rhs< GridT, StateT, OperatorT >::deltaT.
|
protected |
Definition at line 1088 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::InitializeState().
|
protected |
Definition at line 1142 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::InitializeState().
|
protected |
Definition at line 1161 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetDomainBoundaries(), rhs< GridT, StateT, OperatorT >::SetupOperator(), and rhs< GridT, StateT, OperatorT >::SetupStencilConnectivities().
|
protected |
Definition at line 1187 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetupOperator().
|
protected |
Definition at line 1119 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::ComputeDV(), rhs< GridT, StateT, OperatorT >::MaxwellRHS(), rhs< GridT, StateT, OperatorT >::SetDomainBoundaries(), rhs< GridT, StateT, OperatorT >::SetGrid(), rhs< GridT, StateT, OperatorT >::SetState(), and rhs< GridT, StateT, OperatorT >::SetupStencilConnectivities().
|
protected |
Definition at line 1107 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1099 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1136 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1109 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1101 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1138 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1092 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetRHSState().
|
protected |
Definition at line 1108 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState(), and rhs< GridT, StateT, OperatorT >::TimeStep().
|
protected |
Definition at line 1100 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1137 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1089 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::InitializeState().
|
protected |
Definition at line 1143 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::InitializeState().
|
protected |
Definition at line 1093 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetRHSState().
|
protected |
Definition at line 1186 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::HandleBoundaryConditions(), rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetDomainBCs().
|
protected |
Definition at line 1184 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::HandleBoundaryConditions(), rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetDomainBoundaries().
|
protected |
Definition at line 1169 of file MaxwellSolver.H.
|
protected |
Definition at line 1126 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::ComputeRecipDXUniformGrid(), and rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1192 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetState().
|
protected |
Definition at line 1082 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::InitializeState(), and rhs< GridT, StateT, OperatorT >::SetState().
|
protected |
Definition at line 1141 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::InitializeState(), and rhs< GridT, StateT, OperatorT >::SetState().
|
protected |
Definition at line 1151 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetRHSState().
|
protected |
Definition at line 1105 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1097 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1134 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1095 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::InitializeState().
|
protected |
Definition at line 1146 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::InitializeState().
|
protected |
Definition at line 1178 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetupRHS().
|
protected |
Definition at line 1130 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::ComputeDV(), rhs< GridT, StateT, OperatorT >::InitThreadIntervals(), and rhs< GridT, StateT, OperatorT >::MaxwellRHS().
|
protected |
|
protected |
Definition at line 1115 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1175 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::InitializeState(), and rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1125 of file MaxwellSolver.H.
|
protected |
Definition at line 1124 of file MaxwellSolver.H.
|
protected |
Definition at line 1116 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1114 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::InitThreadIntervals(), and rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1118 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1096 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init().
|
protected |
Definition at line 1129 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetHalo().
|
protected |
Definition at line 1177 of file MaxwellSolver.H.
|
protected |
Definition at line 1090 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::InitializeState(), and rhs< GridT, StateT, OperatorT >::SetState().
|
protected |
Definition at line 1144 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::InitializeState(), and rhs< GridT, StateT, OperatorT >::SetState().
|
protected |
Definition at line 1152 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetRHSState().
|
protected |
Definition at line 1091 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::InitializeState().
|
protected |
Definition at line 1145 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::InitializeState().
|
protected |
Definition at line 1106 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1098 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1135 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetParamState().
|
protected |
Definition at line 1159 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::MaxwellRHS(), rhs< GridT, StateT, OperatorT >::SetDomainBoundaries(), and rhs< GridT, StateT, OperatorT >::SetupOperator().
|
protected |
Definition at line 1156 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::HandleBoundaryConditions(), rhs< GridT, StateT, OperatorT >::InitializeState(), rhs< GridT, StateT, OperatorT >::MaxwellRHS(), rhs< GridT, StateT, OperatorT >::RHSBuffers(), and rhs< GridT, StateT, OperatorT >::SetRHSState().
|
protected |
Definition at line 1155 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::ComputeDV(), rhs< GridT, StateT, OperatorT >::HandleBoundaryConditions(), rhs< GridT, StateT, OperatorT >::InitializeState(), rhs< GridT, StateT, OperatorT >::MaxwellRHS(), rhs< GridT, StateT, OperatorT >::SetState(), and rhs< GridT, StateT, OperatorT >::StateBuffers().
|
protected |
Definition at line 1163 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::MaxwellRHS(), and rhs< GridT, StateT, OperatorT >::SetupOperator().
|
protected |
Definition at line 1117 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::ComputeDV(), rhs< GridT, StateT, OperatorT >::ComputeRecipDXUniformGrid(), rhs< GridT, StateT, OperatorT >::HaloSetup(), rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::MaxwellRHS(), rhs< GridT, StateT, OperatorT >::SetGrid(), rhs< GridT, StateT, OperatorT >::SetState(), and rhs< GridT, StateT, OperatorT >::SetupStencilConnectivities().
|
protected |
Definition at line 1123 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::ComputeDV(), rhs< GridT, StateT, OperatorT >::ComputeRecipDXUniformGrid(), rhs< GridT, StateT, OperatorT >::HandleBoundaryConditions(), rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::MaxwellRHS(), rhs< GridT, StateT, OperatorT >::SetGrid(), rhs< GridT, StateT, OperatorT >::SetState(), and rhs< GridT, StateT, OperatorT >::SetupStencilConnectivities().
|
protected |
Definition at line 1122 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1170 of file MaxwellSolver.H.
|
protected |
Definition at line 1110 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init().
|
protected |
Definition at line 1111 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init().
|
protected |
Definition at line 1160 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetupOperator().
|
protected |
Definition at line 1162 of file MaxwellSolver.H.
|
protected |
Definition at line 1176 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::SetupOperator(), and rhs< GridT, StateT, OperatorT >::SetupStencilConnectivities().
|
protected |
Definition at line 1128 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetGrid(), rhs< GridT, StateT, OperatorT >::SetState(), and rhs< GridT, StateT, OperatorT >::SetupStencilConnectivities().
|
protected |
Definition at line 1121 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetDomainBoundaries(), and rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1120 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetDomainBoundaries(), and rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1127 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::HaloSetup(), and rhs< GridT, StateT, OperatorT >::SetupStencilConnectivities().
|
protected |
Definition at line 1191 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::ComputeRecipDXUniformGrid(), rhs< GridT, StateT, OperatorT >::MaxwellRHS(), and rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1190 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::MaxwellRHS(), and rhs< GridT, StateT, OperatorT >::SetState().
|
protected |
Definition at line 1181 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init().
|
protected |
Definition at line 1174 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::InitializeState(), and rhs< GridT, StateT, OperatorT >::SetState().
|
protected |
Definition at line 1165 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::MaxwellRHS(), rhs< GridT, StateT, OperatorT >::SetDomainBoundaries(), and rhs< GridT, StateT, OperatorT >::SetupStencilConnectivities().
|
protected |
Definition at line 1164 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetupOperator().
|
protected |
Definition at line 1167 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetupOperator().
|
protected |
Definition at line 1166 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetupOperator().
|
protected |
Definition at line 1168 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetupOperator().
|
protected |
Definition at line 1185 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::HandleBoundaryConditions(), rhs< GridT, StateT, OperatorT >::Init(), rhs< GridT, StateT, OperatorT >::SetDomainBoundaries(), and rhs< GridT, StateT, OperatorT >::SetGrid().
|
protected |
Definition at line 1104 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::InitializeState().
|
protected |
Definition at line 1094 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::InitializeState().
|
protected |
Definition at line 1147 of file MaxwellSolver.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::InitializeState().