Member List
|
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
|
Loading...
Searching...
No Matches
amr_wind::FieldRepo Member List
This is the complete list of members for amr_wind::FieldRepo, including all inherited members.
| advance_states() noexcept | amr_wind::FieldRepo | |
| allocate_field_data(int lev, const Field &field, LevelDataHolder &level_data, const amrex::FabFactory< amrex::FArrayBox > &factory) | amr_wind::FieldRepo | protected |
| allocate_field_data(Field &field) | amr_wind::FieldRepo | protected |
| allocate_field_data(const amrex::BoxArray &ba, const amrex::DistributionMapping &dm, LevelDataHolder &level_data, const amrex::FabFactory< amrex::FArrayBox > &factory) | amr_wind::FieldRepo | protected |
| allocate_field_data(int lev, const IntField &field, LevelDataHolder &level_data) | amr_wind::FieldRepo | protected |
| allocate_field_data(const IntField &field) | amr_wind::FieldRepo | protected |
| allocate_field_data(const amrex::BoxArray &ba, const amrex::DistributionMapping &dm, LevelDataHolder &level_data, const amrex::FabFactory< amrex::IArrayBox > &factory) | amr_wind::FieldRepo | protected |
| clear_level(int lev) | amr_wind::FieldRepo | |
| create_int_scratch_field_on_host(const std::string &name, const int ncomp=1, const int nghost=0, const FieldLoc floc=FieldLoc::CELL) const | amr_wind::FieldRepo | |
| create_int_scratch_field_on_host(const int ncomp=1, const int nghost=0, const FieldLoc floc=FieldLoc::CELL) const | amr_wind::FieldRepo | |
| create_scratch_field(const std::string &name, const int ncomp=1, const int nghost=0, const FieldLoc floc=FieldLoc::CELL) const | amr_wind::FieldRepo | |
| create_scratch_field(const int ncomp=1, const int nghost=0, const FieldLoc floc=FieldLoc::CELL) const | amr_wind::FieldRepo | |
| create_scratch_field_on_host(const std::string &name, const int ncomp=1, const int nghost=0, const FieldLoc floc=FieldLoc::CELL) const | amr_wind::FieldRepo | |
| create_scratch_field_on_host(const int ncomp=1, const int nghost=0, const FieldLoc floc=FieldLoc::CELL) const | amr_wind::FieldRepo | |
| create_state(Field &field, const FieldState fstate) | amr_wind::FieldRepo | protected |
| declare_cc_field(const std::string &name, const int ncomp=1, const int ngrow=0, const int nstates=1) | amr_wind::FieldRepo | inline |
| declare_face_normal_field(const amrex::Vector< std::string > &names, const int ncomp=1, const int ngrow=0, const int nstates=1) | amr_wind::FieldRepo | inline |
| declare_field(const std::string &name, const int ncomp=1, const int ngrow=0, const int nstates=1, const FieldLoc floc=FieldLoc::CELL) | amr_wind::FieldRepo | |
| declare_int_field(const std::string &name, const int ncomp=1, const int ngrow=0, const int nstates=1, const FieldLoc floc=FieldLoc::CELL) | amr_wind::FieldRepo | |
| declare_nd_field(const std::string &name, const int ncomp=1, const int ngrow=0, const int nstates=1) | amr_wind::FieldRepo | inline |
| declare_xf_field(const std::string &name, const int ncomp=1, const int ngrow=0, const int nstates=1) | amr_wind::FieldRepo | inline |
| declare_yf_field(const std::string &name, const int ncomp=1, const int ngrow=0, const int nstates=1) | amr_wind::FieldRepo | inline |
| declare_zf_field(const std::string &name, const int ncomp=1, const int ngrow=0, const int nstates=1) | amr_wind::FieldRepo | inline |
| factory(int lev) const noexcept | amr_wind::FieldRepo | inline |
| Field class | amr_wind::FieldRepo | friend |
| field_exists(const std::string &name, const FieldState fstate=FieldState::New) const | amr_wind::FieldRepo | |
| FieldRepo(const amrex::AmrCore &mesh) | amr_wind::FieldRepo | inlineexplicit |
| FieldRepo(const FieldRepo &)=delete | amr_wind::FieldRepo | |
| fields() const | amr_wind::FieldRepo | inline |
| get_field(const std::string &name, const FieldState fstate=FieldState::New) const | amr_wind::FieldRepo | |
| get_field(const int field_id) const | amr_wind::FieldRepo | inline |
| get_int_fab(const unsigned fid, const int lev) noexcept | amr_wind::FieldRepo | inlineprotected |
| get_int_field(const std::string &name, const FieldState fstate=FieldState::New) const | amr_wind::FieldRepo | |
| get_int_field(const int field_id) const | amr_wind::FieldRepo | inline |
| get_mesh_mapping_det_j(FieldLoc floc) const | amr_wind::FieldRepo | |
| get_mesh_mapping_field(FieldLoc floc) const | amr_wind::FieldRepo | |
| get_multifab(const unsigned fid, const int lev) noexcept | amr_wind::FieldRepo | inlineprotected |
| int_field_exists(const std::string &name, const FieldState fstate=FieldState::New) const | amr_wind::FieldRepo | |
| IntField class | amr_wind::FieldRepo | friend |
| m_fid_map | amr_wind::FieldRepo | protected |
| m_field_vec | amr_wind::FieldRepo | mutableprotected |
| m_int_fid_map | amr_wind::FieldRepo | protected |
| m_int_field_vec | amr_wind::FieldRepo | mutableprotected |
| m_is_initialized | amr_wind::FieldRepo | protected |
| m_leveldata | amr_wind::FieldRepo | protected |
| m_mesh | amr_wind::FieldRepo | protected |
| make_new_level_from_coarse(int lev, amrex::Real time, const amrex::BoxArray &ba, const amrex::DistributionMapping &dm) | amr_wind::FieldRepo | |
| make_new_level_from_scratch(int lev, amrex::Real time, const amrex::BoxArray &ba, const amrex::DistributionMapping &dm) | amr_wind::FieldRepo | |
| mesh() const | amr_wind::FieldRepo | inline |
| num_active_levels() const noexcept | amr_wind::FieldRepo | inline |
| num_fields() const noexcept | amr_wind::FieldRepo | inline |
| operator=(const FieldRepo &)=delete | amr_wind::FieldRepo | |
| remake_level(int lev, amrex::Real time, const amrex::BoxArray &ba, const amrex::DistributionMapping &dm) | amr_wind::FieldRepo | |
| ~FieldRepo()=default | amr_wind::FieldRepo |
Generated by