Chombo + EB + MF  3.2
Public Member Functions | Protected Attributes | List of all members
WarpedCSFactory Class Reference

factory for WarpedCS More...

#include <WarpedCS.H>

Inheritance diagram for WarpedCSFactory:
Inheritance graph
[legend]

Public Member Functions

 WarpedCSFactory (const RealVect &a_scale, const Real a_rtol=RTOL, const Real a_atol=ATOL, const int a_imax=100)
 constructor More...
 
virtual NewCoordSysgetCoordSys (const ProblemDomain &a_domain, const RealVect &a_dx) const
 
- Public Member Functions inherited from NewCoordSysFactory
 NewCoordSysFactory ()
 
virtual ~NewCoordSysFactory ()
 

Protected Attributes

RealVect m_scale
 
Real m_rtol
 
Real m_atol
 
int m_imax
 

Detailed Description

factory for WarpedCS

Constructor & Destructor Documentation

◆ WarpedCSFactory()

WarpedCSFactory::WarpedCSFactory ( const RealVect a_scale,
const Real  a_rtol = RTOL,
const Real  a_atol = ATOL,
const int  a_imax = 100 
)

constructor

Member Function Documentation

◆ getCoordSys()

virtual NewCoordSys* WarpedCSFactory::getCoordSys ( const ProblemDomain a_domain,
const RealVect a_dx 
) const
virtual

Implements NewCoordSysFactory.

Member Data Documentation

◆ m_scale

RealVect WarpedCSFactory::m_scale
protected

◆ m_rtol

Real WarpedCSFactory::m_rtol
protected

◆ m_atol

Real WarpedCSFactory::m_atol
protected

◆ m_imax

int WarpedCSFactory::m_imax
protected

The documentation for this class was generated from the following file: