TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
Cut_cell_FT_Disc Class Reference

#include <Cut_cell_FT_Disc.h>

Collaboration diagram for Cut_cell_FT_Disc:
[legend]

Public Types

enum  STATUT_DIPHASIQUE : int {
  REGULIER = 0 , MOURRANT = 1 , MONOPHASIQUE = 2 , NAISSANT = 3 ,
  DESEQUILIBRE_FINAL = 4 , DESEQUILIBRE_INITIAL = 5 , count = 6
}

Public Member Functions

 Cut_cell_FT_Disc ()
void add_to_persistent_data (DoubleTabFT_cut_cell &field, int dimension)
void add_to_transient_data (DoubleTabFT_cut_cell &field, int dimension)
void add_to_lazy_data (DoubleTabFT_cut_cell &field, int dimension)
void add_to_persistent_data (IntTabFT_cut_cell &field, int dimension)
void add_to_transient_data (IntTabFT_cut_cell &field, int dimension)
void add_to_lazy_data (IntTabFT_cut_cell &field, int dimension)
void initialise (IJK_Interfaces &interfaces, Domaine_IJK &splitting, Domaine_IJK::Localisation loc)
void initialise (IJK_Interfaces &interfaces, Domaine_IJK &splitting, Domaine_IJK::Localisation loc, const IJK_Field_double &old_indicatrice, const IJK_Field_double &next_indicatrice)
int initialise_independent_index (const IJK_Field_double &old_indicatrice, const IJK_Field_double &next_indicatrice)
void initialise_permutation ()
void initialise_processed ()
void set_coord ()
void update (const IJK_Field_double &old_indicatrice, const IJK_Field_double &next_indicatrice)
int add_and_remove_local_elements (const IJK_Field_double &old_indicatrice, const IJK_Field_double &next_indicatrice)
void resize_data (int size)
void compute_virtual_independent_index ()
void initialise_schema_comm ()
int initialise_communications ()
void echange_espace_virtuel ()
void echange_espace_virtuel (MD_Vector_tools::Operations_echange op)
void update_index_sorted_by_k ()
void update_index_sorted_by_indicatrice (const IJK_Field_double &old_indicatrice, const IJK_Field_double &next_indicatrice)
void update_index_sorted_by_statut_diphasique (const IJK_Field_double &old_indicatrice, const IJK_Field_double &next_indicatrice)
template<typename T>
void fill_buffer_with_variable (const TRUSTTabFT< T > &array, int component=0) const
template<typename T>
void fill_variable_with_buffer (TRUSTTabFT< T > &array, int component=0) const
void remplir_indice_diphasique ()
void remove_dead_and_virtual_cells (const IJK_Field_double &next_indicatrice)
bool verifier_coherence_coord_independent_index ()
bool verifier_taille_tableaux ()
void imprime_elements_diphasiques ()
void imprime_elements_distants ()
const IntTabFT_cut_cell & get_independent_index () const
int get_independent_index (int n) const
int get_ghost_size () const
int get_n_loc () const
int get_n_tot () const
const IJK_Interfacesget_interfaces () const
const Domaine_IJKget_domaine () const
const Desc_Structure_FTget_desc_structure () const
IJK_Field_double & get_write_buffer () const
Int3 ijk_per_of_index (int i, int j, int k, int index) const
int next_index_ijk_per (int i, int j, int k, int index, int negative_ghost_size, int positive_ghost_size) const
Int3 get_ijk (int n) const
int get_n (int i, int j, int k) const
int get_n_face (int num_face, int n, int i, int j, int k) const
double indic_pure (const int i, const int j, const int k) const
bool within_ghost (int n, int negative_ghost_size, int positive_ghost_size) const
template<int _DIR_>
bool within_ghost_ (int n, int negative_ghost_size, int positive_ghost_size) const
int get_k_value_index (int k) const
int get_n_from_k_index (int index) const
int get_n_from_indicatrice_index (int index) const
int get_statut_diphasique_value_index (int statut_diphasique) const
int get_n_from_statut_diphasique_index (int index) const

Protected Member Functions

 OBS_PTR (IJK_Interfaces) ref_interfaces_
 OBS_PTR (Domaine_IJK) ref_domaine_
 LIST (OBS_PTR(DoubleTabFT_cut_cell)) persistent_double_data_
 LIST (OBS_PTR(IntTabFT_cut_cell)) persistent_int_data_
 LIST (OBS_PTR(DoubleTabFT_cut_cell)) transient_double_data_
 LIST (OBS_PTR(IntTabFT_cut_cell)) transient_int_data_
 LIST (OBS_PTR(DoubleTabFT_cut_cell)) lazy_double_data_
 LIST (OBS_PTR(IntTabFT_cut_cell)) lazy_int_data_

Static Protected Member Functions

template<typename T>
static int find_value_unsorted (T value, const TRUSTTabFT< T > &array, int imin, int imax)
static bool verifier_toujours_meme_signe_et_non_nul (const IntTabFT_cut_cell &array)
static bool verifier_tableau_jamais_nul (const DoubleTabFT_cut_cell &array)
static bool verifier_valide_permutation (const IntTabFT_cut_cell &array)
static bool verifier_pas_de_doublons (const IntTabFT_cut_cell &array)
template<typename T>
static void apply_permutation (TRUSTTabFT< T > &array, const IntTabFT_cut_cell &permutation_indices, IntTabFT_cut_cell &processed)
static bool verifier_si_ordonne (const IntTabFT_cut_cell &array, int imin, int imax)

Protected Attributes

friend Postprocessing_IJK
friend Probleme_FTD_IJK_cut_cell
IJK_Field_double write_buffer_
IJK_Field_int indice_diphasique_
Schema_Comm schema_comm_
Desc_Structure_FT desc_
Domaine_IJK::Localisation localisation_
int ghost_size_
int processed_count_
int n_loc_
int n_tot_
IntTabFT_cut_cell_vector2 index_sorted_by_k_
IntTabFT k_value_index_
DoubleTabFT_cut_cell_vector3 index_sorted_by_indicatrice_
IntTabFT_cut_cell_vector3 index_sorted_by_statut_diphasique_
IntTabFT statut_diphasique_value_index_
IntTabFT_cut_cell_scalar independent_index_
IntTabFT_cut_cell_scalar permutation_
IntTabFT_cut_cell_scalar processed_
DoubleTabFT_cut_cell_vector3 coord_

Detailed Description

Definition at line 42 of file Cut_cell_FT_Disc.h.

Member Enumeration Documentation

◆ STATUT_DIPHASIQUE

Enumerator
REGULIER 
MOURRANT 
MONOPHASIQUE 
NAISSANT 
DESEQUILIBRE_FINAL 
DESEQUILIBRE_INITIAL 
count 

Definition at line 94 of file Cut_cell_FT_Disc.h.

Constructor & Destructor Documentation

◆ Cut_cell_FT_Disc()

Cut_cell_FT_Disc::Cut_cell_FT_Disc ( )

Definition at line 23 of file Cut_cell_FT_Disc.cpp.

Member Function Documentation

◆ add_and_remove_local_elements()

int Cut_cell_FT_Disc::add_and_remove_local_elements ( const IJK_Field_double & old_indicatrice,
const IJK_Field_double & next_indicatrice )

Definition at line 316 of file Cut_cell_FT_Disc.cpp.

◆ add_to_lazy_data() [1/2]

void Cut_cell_FT_Disc::add_to_lazy_data ( DoubleTabFT_cut_cell & field,
int dimension )
inline

Definition at line 237 of file Cut_cell_FT_Disc.h.

◆ add_to_lazy_data() [2/2]

void Cut_cell_FT_Disc::add_to_lazy_data ( IntTabFT_cut_cell & field,
int dimension )
inline

Definition at line 255 of file Cut_cell_FT_Disc.h.

◆ add_to_persistent_data() [1/2]

void Cut_cell_FT_Disc::add_to_persistent_data ( DoubleTabFT_cut_cell & field,
int dimension )
inline

Definition at line 225 of file Cut_cell_FT_Disc.h.

◆ add_to_persistent_data() [2/2]

void Cut_cell_FT_Disc::add_to_persistent_data ( IntTabFT_cut_cell & field,
int dimension )
inline

Definition at line 243 of file Cut_cell_FT_Disc.h.

◆ add_to_transient_data() [1/2]

void Cut_cell_FT_Disc::add_to_transient_data ( DoubleTabFT_cut_cell & field,
int dimension )
inline

Definition at line 231 of file Cut_cell_FT_Disc.h.

◆ add_to_transient_data() [2/2]

void Cut_cell_FT_Disc::add_to_transient_data ( IntTabFT_cut_cell & field,
int dimension )
inline

Definition at line 249 of file Cut_cell_FT_Disc.h.

◆ apply_permutation()

template<typename T>
void Cut_cell_FT_Disc::apply_permutation ( TRUSTTabFT< T > & array,
const IntTabFT_cut_cell & permutation_indices,
IntTabFT_cut_cell & processed )
staticprotected

Definition at line 1378 of file Cut_cell_FT_Disc.cpp.

◆ compute_virtual_independent_index()

void Cut_cell_FT_Disc::compute_virtual_independent_index ( )

Definition at line 518 of file Cut_cell_FT_Disc.cpp.

◆ echange_espace_virtuel() [1/2]

void Cut_cell_FT_Disc::echange_espace_virtuel ( )

Definition at line 717 of file Cut_cell_FT_Disc.cpp.

◆ echange_espace_virtuel() [2/2]

void Cut_cell_FT_Disc::echange_espace_virtuel ( MD_Vector_tools::Operations_echange op)

Definition at line 732 of file Cut_cell_FT_Disc.cpp.

◆ fill_buffer_with_variable()

template<typename T>
template void Cut_cell_FT_Disc::fill_buffer_with_variable< double > ( const TRUSTTabFT< T > & array,
int component = 0 ) const

Definition at line 1024 of file Cut_cell_FT_Disc.cpp.

◆ fill_variable_with_buffer()

template<typename T>
template void Cut_cell_FT_Disc::fill_variable_with_buffer< double > ( TRUSTTabFT< T > & array,
int component = 0 ) const

Definition at line 1070 of file Cut_cell_FT_Disc.cpp.

◆ find_value_unsorted()

template<typename T>
template int Cut_cell_FT_Disc::find_value_unsorted< double > ( T value,
const TRUSTTabFT< T > & array,
int imin,
int imax )
staticprotected

Definition at line 1301 of file Cut_cell_FT_Disc.cpp.

◆ get_desc_structure()

const Desc_Structure_FT & Cut_cell_FT_Disc::get_desc_structure ( ) const

Definition at line 1283 of file Cut_cell_FT_Disc.cpp.

◆ get_domaine()

const Domaine_IJK & Cut_cell_FT_Disc::get_domaine ( ) const

Definition at line 1278 of file Cut_cell_FT_Disc.cpp.

◆ get_ghost_size()

int Cut_cell_FT_Disc::get_ghost_size ( ) const
inline

Definition at line 107 of file Cut_cell_FT_Disc.h.

◆ get_ijk()

Int3 Cut_cell_FT_Disc::get_ijk ( int n) const
inline

Definition at line 610 of file Cut_cell_FT_Disc.h.

◆ get_independent_index() [1/2]

const IntTabFT_cut_cell & Cut_cell_FT_Disc::get_independent_index ( ) const
inline

Definition at line 105 of file Cut_cell_FT_Disc.h.

◆ get_independent_index() [2/2]

int Cut_cell_FT_Disc::get_independent_index ( int n) const
inline

Definition at line 106 of file Cut_cell_FT_Disc.h.

◆ get_interfaces()

const IJK_Interfaces & Cut_cell_FT_Disc::get_interfaces ( ) const

Definition at line 1273 of file Cut_cell_FT_Disc.cpp.

◆ get_k_value_index()

int Cut_cell_FT_Disc::get_k_value_index ( int k) const
inline

Definition at line 667 of file Cut_cell_FT_Disc.h.

◆ get_n()

int Cut_cell_FT_Disc::get_n ( int i,
int j,
int k ) const
inline

Definition at line 618 of file Cut_cell_FT_Disc.h.

◆ get_n_face()

int Cut_cell_FT_Disc::get_n_face ( int num_face,
int n,
int i,
int j,
int k ) const
inline

Definition at line 625 of file Cut_cell_FT_Disc.h.

◆ get_n_from_indicatrice_index()

int Cut_cell_FT_Disc::get_n_from_indicatrice_index ( int index) const
inline

Definition at line 679 of file Cut_cell_FT_Disc.h.

◆ get_n_from_k_index()

int Cut_cell_FT_Disc::get_n_from_k_index ( int index) const
inline

Definition at line 673 of file Cut_cell_FT_Disc.h.

◆ get_n_from_statut_diphasique_index()

int Cut_cell_FT_Disc::get_n_from_statut_diphasique_index ( int index) const
inline

Definition at line 700 of file Cut_cell_FT_Disc.h.

◆ get_n_loc()

int Cut_cell_FT_Disc::get_n_loc ( ) const
inline

Definition at line 108 of file Cut_cell_FT_Disc.h.

◆ get_n_tot()

int Cut_cell_FT_Disc::get_n_tot ( ) const
inline

Definition at line 109 of file Cut_cell_FT_Disc.h.

◆ get_statut_diphasique_value_index()

int Cut_cell_FT_Disc::get_statut_diphasique_value_index ( int statut_diphasique) const
inline

Definition at line 694 of file Cut_cell_FT_Disc.h.

◆ get_write_buffer()

IJK_Field_double & Cut_cell_FT_Disc::get_write_buffer ( ) const
inline

Definition at line 114 of file Cut_cell_FT_Disc.h.

◆ ijk_per_of_index()

Int3 Cut_cell_FT_Disc::ijk_per_of_index ( int i,
int j,
int k,
int index ) const
inline

Definition at line 261 of file Cut_cell_FT_Disc.h.

◆ imprime_elements_diphasiques()

void Cut_cell_FT_Disc::imprime_elements_diphasiques ( )

Definition at line 1167 of file Cut_cell_FT_Disc.cpp.

◆ imprime_elements_distants()

void Cut_cell_FT_Disc::imprime_elements_distants ( )

Definition at line 1201 of file Cut_cell_FT_Disc.cpp.

◆ indic_pure()

double Cut_cell_FT_Disc::indic_pure ( const int i,
const int j,
const int k ) const

Definition at line 1288 of file Cut_cell_FT_Disc.cpp.

◆ initialise() [1/2]

void Cut_cell_FT_Disc::initialise ( IJK_Interfaces & interfaces,
Domaine_IJK & splitting,
Domaine_IJK::Localisation loc )

Definition at line 44 of file Cut_cell_FT_Disc.cpp.

◆ initialise() [2/2]

void Cut_cell_FT_Disc::initialise ( IJK_Interfaces & interfaces,
Domaine_IJK & splitting,
Domaine_IJK::Localisation loc,
const IJK_Field_double & old_indicatrice,
const IJK_Field_double & next_indicatrice )

Definition at line 95 of file Cut_cell_FT_Disc.cpp.

◆ initialise_communications()

int Cut_cell_FT_Disc::initialise_communications ( )

Definition at line 594 of file Cut_cell_FT_Disc.cpp.

◆ initialise_independent_index()

int Cut_cell_FT_Disc::initialise_independent_index ( const IJK_Field_double & old_indicatrice,
const IJK_Field_double & next_indicatrice )

Definition at line 212 of file Cut_cell_FT_Disc.cpp.

◆ initialise_permutation()

void Cut_cell_FT_Disc::initialise_permutation ( )

Definition at line 267 of file Cut_cell_FT_Disc.cpp.

◆ initialise_processed()

void Cut_cell_FT_Disc::initialise_processed ( )

Definition at line 275 of file Cut_cell_FT_Disc.cpp.

◆ initialise_schema_comm()

void Cut_cell_FT_Disc::initialise_schema_comm ( )

Definition at line 551 of file Cut_cell_FT_Disc.cpp.

◆ LIST() [1/6]

Cut_cell_FT_Disc::LIST ( OBS_PTR(DoubleTabFT_cut_cell) )
protected

◆ LIST() [2/6]

Cut_cell_FT_Disc::LIST ( OBS_PTR(DoubleTabFT_cut_cell) )
protected

◆ LIST() [3/6]

Cut_cell_FT_Disc::LIST ( OBS_PTR(DoubleTabFT_cut_cell) )
protected

◆ LIST() [4/6]

Cut_cell_FT_Disc::LIST ( OBS_PTR(IntTabFT_cut_cell) )
protected

◆ LIST() [5/6]

Cut_cell_FT_Disc::LIST ( OBS_PTR(IntTabFT_cut_cell) )
protected

◆ LIST() [6/6]

Cut_cell_FT_Disc::LIST ( OBS_PTR(IntTabFT_cut_cell) )
protected

◆ next_index_ijk_per()

int Cut_cell_FT_Disc::next_index_ijk_per ( int i,
int j,
int k,
int index,
int negative_ghost_size,
int positive_ghost_size ) const
inline

Definition at line 297 of file Cut_cell_FT_Disc.h.

◆ OBS_PTR() [1/2]

Cut_cell_FT_Disc::OBS_PTR ( Domaine_IJK )
protected

◆ OBS_PTR() [2/2]

Cut_cell_FT_Disc::OBS_PTR ( IJK_Interfaces )
protected

◆ remove_dead_and_virtual_cells()

void Cut_cell_FT_Disc::remove_dead_and_virtual_cells ( const IJK_Field_double & next_indicatrice)

Definition at line 952 of file Cut_cell_FT_Disc.cpp.

◆ remplir_indice_diphasique()

void Cut_cell_FT_Disc::remplir_indice_diphasique ( )

Definition at line 896 of file Cut_cell_FT_Disc.cpp.

◆ resize_data()

void Cut_cell_FT_Disc::resize_data ( int size)

Definition at line 443 of file Cut_cell_FT_Disc.cpp.

◆ set_coord()

void Cut_cell_FT_Disc::set_coord ( )

Definition at line 284 of file Cut_cell_FT_Disc.cpp.

◆ update()

void Cut_cell_FT_Disc::update ( const IJK_Field_double & old_indicatrice,
const IJK_Field_double & next_indicatrice )

Definition at line 153 of file Cut_cell_FT_Disc.cpp.

◆ update_index_sorted_by_indicatrice()

void Cut_cell_FT_Disc::update_index_sorted_by_indicatrice ( const IJK_Field_double & old_indicatrice,
const IJK_Field_double & next_indicatrice )

Definition at line 796 of file Cut_cell_FT_Disc.cpp.

◆ update_index_sorted_by_k()

void Cut_cell_FT_Disc::update_index_sorted_by_k ( )

Definition at line 747 of file Cut_cell_FT_Disc.cpp.

◆ update_index_sorted_by_statut_diphasique()

void Cut_cell_FT_Disc::update_index_sorted_by_statut_diphasique ( const IJK_Field_double & old_indicatrice,
const IJK_Field_double & next_indicatrice )

Definition at line 841 of file Cut_cell_FT_Disc.cpp.

◆ verifier_coherence_coord_independent_index()

bool Cut_cell_FT_Disc::verifier_coherence_coord_independent_index ( )

Definition at line 1089 of file Cut_cell_FT_Disc.cpp.

◆ verifier_pas_de_doublons()

bool Cut_cell_FT_Disc::verifier_pas_de_doublons ( const IntTabFT_cut_cell & array)
staticprotected

Definition at line 1361 of file Cut_cell_FT_Disc.cpp.

◆ verifier_si_ordonne()

bool Cut_cell_FT_Disc::verifier_si_ordonne ( const IntTabFT_cut_cell & array,
int imin,
int imax )
staticprotected

Definition at line 1439 of file Cut_cell_FT_Disc.cpp.

◆ verifier_tableau_jamais_nul()

bool Cut_cell_FT_Disc::verifier_tableau_jamais_nul ( const DoubleTabFT_cut_cell & array)
staticprotected

Definition at line 1334 of file Cut_cell_FT_Disc.cpp.

◆ verifier_taille_tableaux()

bool Cut_cell_FT_Disc::verifier_taille_tableaux ( )

Definition at line 1124 of file Cut_cell_FT_Disc.cpp.

◆ verifier_toujours_meme_signe_et_non_nul()

bool Cut_cell_FT_Disc::verifier_toujours_meme_signe_et_non_nul ( const IntTabFT_cut_cell & array)
staticprotected

Definition at line 1320 of file Cut_cell_FT_Disc.cpp.

◆ verifier_valide_permutation()

bool Cut_cell_FT_Disc::verifier_valide_permutation ( const IntTabFT_cut_cell & array)
staticprotected

Definition at line 1348 of file Cut_cell_FT_Disc.cpp.

◆ within_ghost()

bool Cut_cell_FT_Disc::within_ghost ( int n,
int negative_ghost_size,
int positive_ghost_size ) const
inline

Definition at line 644 of file Cut_cell_FT_Disc.h.

◆ within_ghost_()

template<int _DIR_>
bool Cut_cell_FT_Disc::within_ghost_ ( int n,
int negative_ghost_size,
int positive_ghost_size ) const
inline

Definition at line 656 of file Cut_cell_FT_Disc.h.

Member Data Documentation

◆ coord_

DoubleTabFT_cut_cell_vector3 Cut_cell_FT_Disc::coord_
protected

Definition at line 210 of file Cut_cell_FT_Disc.h.

◆ desc_

Desc_Structure_FT Cut_cell_FT_Disc::desc_
protected

Definition at line 160 of file Cut_cell_FT_Disc.h.

◆ ghost_size_

int Cut_cell_FT_Disc::ghost_size_
protected

Definition at line 165 of file Cut_cell_FT_Disc.h.

◆ independent_index_

IntTabFT_cut_cell_scalar Cut_cell_FT_Disc::independent_index_
protected

Definition at line 195 of file Cut_cell_FT_Disc.h.

◆ index_sorted_by_indicatrice_

DoubleTabFT_cut_cell_vector3 Cut_cell_FT_Disc::index_sorted_by_indicatrice_
protected

Definition at line 183 of file Cut_cell_FT_Disc.h.

◆ index_sorted_by_k_

IntTabFT_cut_cell_vector2 Cut_cell_FT_Disc::index_sorted_by_k_
protected

Definition at line 178 of file Cut_cell_FT_Disc.h.

◆ index_sorted_by_statut_diphasique_

IntTabFT_cut_cell_vector3 Cut_cell_FT_Disc::index_sorted_by_statut_diphasique_
protected

Definition at line 187 of file Cut_cell_FT_Disc.h.

◆ indice_diphasique_

IJK_Field_int Cut_cell_FT_Disc::indice_diphasique_
protected

Definition at line 157 of file Cut_cell_FT_Disc.h.

◆ k_value_index_

IntTabFT Cut_cell_FT_Disc::k_value_index_
protected

Definition at line 179 of file Cut_cell_FT_Disc.h.

◆ localisation_

Domaine_IJK::Localisation Cut_cell_FT_Disc::localisation_
protected

Definition at line 164 of file Cut_cell_FT_Disc.h.

◆ n_loc_

int Cut_cell_FT_Disc::n_loc_
protected

Definition at line 173 of file Cut_cell_FT_Disc.h.

◆ n_tot_

int Cut_cell_FT_Disc::n_tot_
protected

Definition at line 174 of file Cut_cell_FT_Disc.h.

◆ permutation_

IntTabFT_cut_cell_scalar Cut_cell_FT_Disc::permutation_
protected

Definition at line 199 of file Cut_cell_FT_Disc.h.

◆ Postprocessing_IJK

friend Cut_cell_FT_Disc::Postprocessing_IJK
protected

Definition at line 149 of file Cut_cell_FT_Disc.h.

◆ Probleme_FTD_IJK_cut_cell

friend Cut_cell_FT_Disc::Probleme_FTD_IJK_cut_cell
protected

Definition at line 150 of file Cut_cell_FT_Disc.h.

◆ processed_

IntTabFT_cut_cell_scalar Cut_cell_FT_Disc::processed_
protected

Definition at line 206 of file Cut_cell_FT_Disc.h.

◆ processed_count_

int Cut_cell_FT_Disc::processed_count_
protected

Definition at line 168 of file Cut_cell_FT_Disc.h.

◆ schema_comm_

Schema_Comm Cut_cell_FT_Disc::schema_comm_
protected

Definition at line 159 of file Cut_cell_FT_Disc.h.

◆ statut_diphasique_value_index_

IntTabFT Cut_cell_FT_Disc::statut_diphasique_value_index_
protected

Definition at line 188 of file Cut_cell_FT_Disc.h.

◆ write_buffer_

IJK_Field_double Cut_cell_FT_Disc::write_buffer_
mutableprotected

Definition at line 153 of file Cut_cell_FT_Disc.h.


The documentation for this class was generated from the following files:
  • /home/docs/checkouts/readthedocs.org/user_builds/triocfd-documentation/checkouts/next/src/Multiphase/Front_tracking_discontinu/IJK/Cut_Cell/Cut_cell_FT_Disc.h
  • /home/docs/checkouts/readthedocs.org/user_builds/triocfd-documentation/checkouts/next/src/Multiphase/Front_tracking_discontinu/IJK/Cut_Cell/Cut_cell_FT_Disc.cpp