DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
_generate_explicit_inst Namespace Reference

Functions

 col_size_to_offset (v)
 

Variables

list col_sizes = [1, 2, 3, 4, 5, 6, 7, 8, "D", "I"]
 
dict templates
 
 base_pos = os.path.abspath(os.path.dirname(__file__))
 
 file_done = set()
 
str fname = inst_prefix + f"{col_size}" + inst_suffix
 
 template = template.strip()
 

Function Documentation

◆ col_size_to_offset()

_generate_explicit_inst.col_size_to_offset (   v)

Definition at line 40 of file _generate_explicit_inst.py.

Variable Documentation

◆ base_pos

_generate_explicit_inst.base_pos = os.path.abspath(os.path.dirname(__file__))

Definition at line 35 of file _generate_explicit_inst.py.

◆ col_sizes

list _generate_explicit_inst.col_sizes = [1, 2, 3, 4, 5, 6, 7, 8, "D", "I"]

Definition at line 3 of file _generate_explicit_inst.py.

◆ file_done

_generate_explicit_inst.file_done = set()

Definition at line 37 of file _generate_explicit_inst.py.

◆ fname

str _generate_explicit_inst.fname = inst_prefix + f"{col_size}" + inst_suffix

Definition at line 52 of file _generate_explicit_inst.py.

◆ template

_generate_explicit_inst.template = template.strip()

Definition at line 55 of file _generate_explicit_inst.py.

◆ templates

dict _generate_explicit_inst.templates
Initial value:
1= {
2 (
3 "ArrayDOF_op_",
4 ".cpp",
5 ): ,
6 (
7 "ArrayDOF_op_",
8 ".cu",
9 ): ,
10}

Definition at line 5 of file _generate_explicit_inst.py.